From ea85042a94339d8c64b245ecf19d81247b2075bb Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Tue, 23 Apr 2024 18:07:19 -0500 Subject: [PATCH] Add Delete(singular) overloads (ArrayParameterOverloader) --- sources/Core/Pointers/Ptr2D.cs | 7 + sources/Core/Pointers/Ptr2D.generic.cs | 7 + sources/Core/Pointers/Ptr3D.cs | 7 + sources/Core/Pointers/Ptr3D.generic.cs | 7 + sources/OpenGL/gl/GL.gen.cs | 12029 +++++----------- sources/OpenGL/gl/IGL.gen.cs | 406 + sources/SilkTouch/Mods/MixKhronosData.cs | 139 +- .../Transformation/FunctionTransformer.cs | 15 +- .../Transformation/TransformationUtils.cs | 31 + 9 files changed, 4565 insertions(+), 8083 deletions(-) diff --git a/sources/Core/Pointers/Ptr2D.cs b/sources/Core/Pointers/Ptr2D.cs index 7e3211df71..5562de3dd2 100644 --- a/sources/Core/Pointers/Ptr2D.cs +++ b/sources/Core/Pointers/Ptr2D.cs @@ -397,5 +397,12 @@ public T[][] ToArray(int length, int[] lengths) MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public override int GetHashCode() => base.GetHashCode(); + + /// + /// Creates a from a pointer. + /// + /// The pointer. + /// The wrapped pointer. + public static implicit operator Ptr2D(Ptr* ptr) => (byte*)ptr; } } diff --git a/sources/Core/Pointers/Ptr2D.generic.cs b/sources/Core/Pointers/Ptr2D.generic.cs index 93088c625f..c9ea41d00e 100644 --- a/sources/Core/Pointers/Ptr2D.generic.cs +++ b/sources/Core/Pointers/Ptr2D.generic.cs @@ -586,5 +586,12 @@ public T[][] ToArray(int length, int[] lengths) => MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public override int GetHashCode() => base.GetHashCode(); + + /// + /// Creates a from a pointer. + /// + /// The pointer. + /// The wrapped pointer. + public static implicit operator Ptr2D(Ptr* ptr) => (T**)ptr; } } diff --git a/sources/Core/Pointers/Ptr3D.cs b/sources/Core/Pointers/Ptr3D.cs index ae37e4f059..c663603ae2 100644 --- a/sources/Core/Pointers/Ptr3D.cs +++ b/sources/Core/Pointers/Ptr3D.cs @@ -429,5 +429,12 @@ ptr.Native is not null && ptr.Native->Native is not null MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public override int GetHashCode() => base.GetHashCode(); + + /// + /// Creates a from a pointer. + /// + /// The pointer. + /// The wrapped pointer. + public static implicit operator Ptr3D(Ptr2D* ptr) => (byte***)ptr; } } diff --git a/sources/Core/Pointers/Ptr3D.generic.cs b/sources/Core/Pointers/Ptr3D.generic.cs index d8ce36bdec..d14c9b9bc3 100644 --- a/sources/Core/Pointers/Ptr3D.generic.cs +++ b/sources/Core/Pointers/Ptr3D.generic.cs @@ -612,5 +612,12 @@ ptr.Native is not null && ptr.Native->Native is not null MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public override int GetHashCode() => base.GetHashCode(); + + /// + /// Creates a from a pointer. + /// + /// The pointer. + /// The wrapped pointer. + public static implicit operator Ptr3D(Ptr2D* ptr) => (T***)ptr; } } diff --git a/sources/OpenGL/gl/GL.gen.cs b/sources/OpenGL/gl/GL.gen.cs index 044384d979..3b0bbcbbd0 100644 --- a/sources/OpenGL/gl/GL.gen.cs +++ b/sources/OpenGL/gl/GL.gen.cs @@ -28,10 +28,7 @@ public static extern void Accum( public static void Accum( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLfloat")] float value - ) - { - Accum((uint)op, value); - } + ) => Accum((uint)op, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAccumxOES")] [SupportedApiProfile("gl")] @@ -90,10 +87,7 @@ public static extern void ActiveShaderProgramEXT( [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] public static void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face - ) - { - ActiveStencilFaceEXT((uint)face); - } + ) => ActiveStencilFaceEXT((uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveTexture")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -110,10 +104,7 @@ public static void ActiveStencilFaceEXT( [NativeFunction("opengl", EntryPoint = "glActiveTexture")] public static void ActiveTexture( [NativeTypeName("GLenum")] Constant texture - ) - { - ActiveTexture((uint)texture); - } + ) => ActiveTexture((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveTextureARB")] [SupportedApiProfile("gl")] @@ -124,10 +115,7 @@ public static void ActiveTexture( [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] public static void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ActiveTextureARB((uint)texture); - } + ) => ActiveTextureARB((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveVaryingNV")] [SupportedApiProfile("gl")] @@ -174,8 +162,7 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { + ) => AlphaFragmentOp1ATI( (uint)op, (uint)dst, @@ -184,7 +171,6 @@ public static void AlphaFragmentOp1ATI( (uint)arg1Rep, (uint)arg1Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFragmentOp2ATI")] [SupportedApiProfile("gl")] @@ -214,8 +200,7 @@ public static void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { + ) => AlphaFragmentOp2ATI( (uint)op, (uint)dst, @@ -227,7 +212,6 @@ public static void AlphaFragmentOp2ATI( (uint)arg2Rep, (uint)arg2Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFragmentOp3ATI")] [SupportedApiProfile("gl")] @@ -264,8 +248,7 @@ public static void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { + ) => AlphaFragmentOp3ATI( (uint)op, (uint)dst, @@ -280,7 +263,6 @@ public static void AlphaFragmentOp3ATI( (uint)arg3Rep, (uint)arg3Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFunc")] [SupportedApiProfile("gl")] @@ -297,10 +279,7 @@ public static extern void AlphaFunc( public static void AlphaFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfloat")] float @ref - ) - { - AlphaFunc((uint)func, @ref); - } + ) => AlphaFunc((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFuncQCOM")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -322,10 +301,7 @@ public static extern void AlphaFuncx( public static void AlphaFuncx( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - AlphaFuncx((uint)func, @ref); - } + ) => AlphaFuncx((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFuncxOES")] [SupportedApiProfile("gl")] @@ -342,10 +318,7 @@ public static extern void AlphaFuncxOES( public static void AlphaFuncxOES( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - AlphaFuncxOES((uint)func, @ref); - } + ) => AlphaFuncxOES((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaToCoverageDitherControlNV")] [SupportedApiProfile("gl")] @@ -372,10 +345,7 @@ public static extern void AlphaToCoverageDitherControlNV( [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] public static void ApplyTextureEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ApplyTextureEXT((uint)mode); - } + ) => ApplyTextureEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAreProgramsResidentNV")] [return: NativeTypeName("GLboolean")] @@ -496,10 +466,7 @@ public static void ArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); - } + ) => ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAsyncCopyBufferSubDataNVX")] [return: NativeTypeName("GLuint")] @@ -690,10 +657,7 @@ public static extern void AttachShader( [NativeFunction("opengl", EntryPoint = "glBegin")] public static void Begin( [NativeTypeName("GLenum")] Constant mode - ) - { - Begin((uint)mode); - } + ) => Begin((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRender")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -710,10 +674,7 @@ public static extern void BeginConditionalRender( public static void BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - BeginConditionalRender(id, (uint)mode); - } + ) => BeginConditionalRender(id, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRenderNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -732,10 +693,7 @@ public static extern void BeginConditionalRenderNV( public static void BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - BeginConditionalRenderNV(id, (uint)mode); - } + ) => BeginConditionalRenderNV(id, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRenderNVX")] [SupportedApiProfile("gl")] @@ -776,10 +734,7 @@ public static extern void BeginQuery( public static void BeginQuery( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQuery((uint)target, id); - } + ) => BeginQuery((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryARB")] [SupportedApiProfile("gl")] @@ -794,10 +749,7 @@ public static extern void BeginQueryARB( public static void BeginQueryARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryARB((uint)target, id); - } + ) => BeginQueryARB((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -812,10 +764,7 @@ public static extern void BeginQueryEXT( public static void BeginQueryEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryEXT((uint)target, id); - } + ) => BeginQueryEXT((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryIndexed")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -834,10 +783,7 @@ public static void BeginQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryIndexed((uint)target, index, id); - } + ) => BeginQueryIndexed((uint)target, index, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedback")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -852,10 +798,7 @@ public static extern void BeginTransformFeedback( [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] public static void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedback((uint)primitiveMode); - } + ) => BeginTransformFeedback((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedbackEXT")] [SupportedApiProfile("gl")] @@ -868,10 +811,7 @@ public static extern void BeginTransformFeedbackEXT( [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] public static void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedbackEXT((uint)primitiveMode); - } + ) => BeginTransformFeedbackEXT((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedbackNV")] [SupportedApiProfile("gl")] @@ -884,10 +824,7 @@ public static extern void BeginTransformFeedbackNV( [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] public static void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedbackNV((uint)primitiveMode); - } + ) => BeginTransformFeedbackNV((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginVertexShaderEXT")] [SupportedApiProfile("gl")] @@ -974,10 +911,7 @@ public static extern void BindBuffer( public static void BindBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBuffer((uint)target, buffer); - } + ) => BindBuffer((uint)target, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferARB")] [SupportedApiProfile("gl")] @@ -992,10 +926,7 @@ public static extern void BindBufferARB( public static void BindBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferARB((uint)target, buffer); - } + ) => BindBufferARB((uint)target, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBase")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1014,10 +945,7 @@ public static void BindBufferBase( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBase((uint)target, index, buffer); - } + ) => BindBufferBase((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBaseEXT")] [SupportedApiProfile("gl")] @@ -1034,10 +962,7 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBaseEXT((uint)target, index, buffer); - } + ) => BindBufferBaseEXT((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBaseNV")] [SupportedApiProfile("gl")] @@ -1054,10 +979,7 @@ public static void BindBufferBaseNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBaseNV((uint)target, index, buffer); - } + ) => BindBufferBaseNV((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferOffsetEXT")] [SupportedApiProfile("gl")] @@ -1076,10 +998,7 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - BindBufferOffsetEXT((uint)target, index, buffer, offset); - } + ) => BindBufferOffsetEXT((uint)target, index, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferOffsetNV")] [SupportedApiProfile("gl")] @@ -1098,10 +1017,7 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - BindBufferOffsetNV((uint)target, index, buffer, offset); - } + ) => BindBufferOffsetNV((uint)target, index, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRange")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1124,10 +1040,7 @@ public static void BindBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRange((uint)target, index, buffer, offset, size); - } + ) => BindBufferRange((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRangeEXT")] [SupportedApiProfile("gl")] @@ -1148,10 +1061,7 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRangeEXT((uint)target, index, buffer, offset, size); - } + ) => BindBufferRangeEXT((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRangeNV")] [SupportedApiProfile("gl")] @@ -1172,10 +1082,7 @@ public static void BindBufferRangeNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRangeNV((uint)target, index, buffer, offset, size); - } + ) => BindBufferRangeNV((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBuffersBase")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1385,10 +1292,7 @@ public static extern void BindFramebuffer( public static void BindFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebuffer((uint)target, framebuffer); - } + ) => BindFramebuffer((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFramebufferEXT")] [SupportedApiProfile("gl")] @@ -1403,10 +1307,7 @@ public static extern void BindFramebufferEXT( public static void BindFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebufferEXT((uint)target, framebuffer); - } + ) => BindFramebufferEXT((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFramebufferOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -1421,10 +1322,7 @@ public static extern void BindFramebufferOES( public static void BindFramebufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebufferOES((uint)target, framebuffer); - } + ) => BindFramebufferOES((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTexture")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1451,8 +1349,7 @@ public static void BindImageTexture( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLenum")] Constant format - ) - { + ) => BindImageTexture( unit, texture, @@ -1462,7 +1359,6 @@ public static void BindImageTexture( (uint)access, (uint)format ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTextureEXT")] [SupportedApiProfile("gl")] @@ -1487,10 +1383,7 @@ public static void BindImageTextureEXT( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLint")] int format - ) - { - BindImageTextureEXT(index, texture, level, (uint)layered, layer, (uint)access, format); - } + ) => BindImageTextureEXT(index, texture, level, (uint)layered, layer, (uint)access, format); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTextures")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1571,10 +1464,7 @@ public static void BindMultiTextureEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindMultiTextureEXT((uint)texunit, (uint)target, texture); - } + ) => BindMultiTextureEXT((uint)texunit, (uint)target, texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindParameterEXT")] [return: NativeTypeName("GLuint")] @@ -1602,10 +1492,7 @@ public static extern void BindProgramARB( public static void BindProgramARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint program - ) - { - BindProgramARB((uint)target, program); - } + ) => BindProgramARB((uint)target, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramNV")] [SupportedApiProfile("gl")] @@ -1620,10 +1507,7 @@ public static extern void BindProgramNV( public static void BindProgramNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindProgramNV((uint)target, id); - } + ) => BindProgramNV((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramPipeline")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1651,10 +1535,7 @@ public static extern void BindRenderbuffer( public static void BindRenderbuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbuffer((uint)target, renderbuffer); - } + ) => BindRenderbuffer((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindRenderbufferEXT")] [SupportedApiProfile("gl")] @@ -1669,10 +1550,7 @@ public static extern void BindRenderbufferEXT( public static void BindRenderbufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbufferEXT((uint)target, renderbuffer); - } + ) => BindRenderbufferEXT((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindRenderbufferOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -1687,10 +1565,7 @@ public static extern void BindRenderbufferOES( public static void BindRenderbufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbufferOES((uint)target, renderbuffer); - } + ) => BindRenderbufferOES((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindSampler")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1773,10 +1648,7 @@ public static extern void BindTexture( public static void BindTexture( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindTexture((uint)target, texture); - } + ) => BindTexture((uint)target, texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextureEXT")] [SupportedApiProfile("gl")] @@ -1791,10 +1663,7 @@ public static extern void BindTextureEXT( public static void BindTextureEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindTextureEXT((uint)target, texture); - } + ) => BindTextureEXT((uint)target, texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextures")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -1865,10 +1734,7 @@ public static extern void BindTransformFeedback( public static void BindTransformFeedback( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindTransformFeedback((uint)target, id); - } + ) => BindTransformFeedback((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTransformFeedbackNV")] [SupportedApiProfile("gl")] @@ -1883,10 +1749,7 @@ public static extern void BindTransformFeedbackNV( public static void BindTransformFeedbackNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindTransformFeedbackNV((uint)target, id); - } + ) => BindTransformFeedbackNV((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexArray")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2251,10 +2114,7 @@ public static extern void BlendColorxOES( [NativeFunction("opengl", EntryPoint = "glBlendEquation")] public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquation((uint)mode); - } + ) => BlendEquation((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationEXT")] [SupportedApiProfile("gl")] @@ -2265,10 +2125,7 @@ public static void BlendEquation( [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationEXT((uint)mode); - } + ) => BlendEquationEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationi")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2285,10 +2142,7 @@ public static extern void BlendEquation( public static void BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquation(buf, (uint)mode); - } + ) => BlendEquation(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2305,10 +2159,7 @@ public static extern void BlendEquationARB( public static void BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationARB(buf, (uint)mode); - } + ) => BlendEquationARB(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2323,10 +2174,7 @@ public static extern void BlendEquationEXT( public static void BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationEXT(buf, (uint)mode); - } + ) => BlendEquationEXT(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationIndexedAMD")] [SupportedApiProfile("gl")] @@ -2341,10 +2189,7 @@ public static extern void BlendEquationIndexedAMD( public static void BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationIndexedAMD(buf, (uint)mode); - } + ) => BlendEquationIndexedAMD(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2359,10 +2204,7 @@ public static extern void BlendEquationOES( public static void BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationOES(buf, (uint)mode); - } + ) => BlendEquationOES(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -2373,10 +2215,7 @@ public static void BlendEquationOES( [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationOES((uint)mode); - } + ) => BlendEquationOES((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparate")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2395,10 +2234,7 @@ public static extern void BlendEquationSeparate( public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateEXT")] [SupportedApiProfile("gl")] @@ -2413,10 +2249,7 @@ public static extern void BlendEquationSeparateEXT( public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparatei")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2435,10 +2268,7 @@ public static void BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2457,10 +2287,7 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2477,10 +2304,7 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport( "opengl", @@ -2501,10 +2325,7 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2521,10 +2342,7 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -2539,10 +2357,7 @@ public static extern void BlendEquationSeparateOES( public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); - } + ) => BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunc")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2563,10 +2378,7 @@ public static extern void BlendFunc( public static void BlendFunc( [NativeTypeName("GLenum")] Constant sfactor, [NativeTypeName("GLenum")] Constant dfactor - ) - { - BlendFunc((uint)sfactor, (uint)dfactor); - } + ) => BlendFunc((uint)sfactor, (uint)dfactor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunci")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2585,10 +2397,7 @@ public static void BlendFunc( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFunc(buf, (uint)src, (uint)dst); - } + ) => BlendFunc(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunciARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2607,10 +2416,7 @@ public static void BlendFuncARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncARB(buf, (uint)src, (uint)dst); - } + ) => BlendFuncARB(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunciEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2627,10 +2433,7 @@ public static void BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncEXT(buf, (uint)src, (uint)dst); - } + ) => BlendFuncEXT(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncIndexedAMD")] [SupportedApiProfile("gl")] @@ -2655,10 +2458,7 @@ public static void BlendFuncOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncOES(buf, (uint)src, (uint)dst); - } + ) => BlendFuncOES(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparate")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2681,15 +2481,13 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => BlendFuncSeparate( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateEXT")] [SupportedApiProfile("gl")] @@ -2708,15 +2506,13 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => BlendFuncSeparateEXT( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparatei")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2739,10 +2535,7 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparate(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => BlendFuncSeparate(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2765,10 +2558,7 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateARB(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => BlendFuncSeparateARB(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2789,10 +2579,7 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateEXT(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => BlendFuncSeparateEXT(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateIndexedAMD")] [SupportedApiProfile("gl")] @@ -2813,8 +2600,7 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => BlendFuncSeparateIndexedAMD( buf, (uint)srcRGB, @@ -2822,7 +2608,6 @@ public static void BlendFuncSeparateIndexedAMD( (uint)srcAlpha, (uint)dstAlpha ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateINGR")] [SupportedApiProfile("gl")] @@ -2841,15 +2626,13 @@ public static void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => BlendFuncSeparateINGR( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2870,10 +2653,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateOES(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => BlendFuncSeparateOES(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -2892,10 +2672,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateOES((uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => BlendFuncSeparateOES((uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendParameteriNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -2937,8 +2714,7 @@ public static void BlitFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebuffer( srcX0, srcY0, @@ -2951,7 +2727,6 @@ public static void BlitFramebuffer( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferANGLE")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -2982,8 +2757,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebufferAngle( srcX0, srcY0, @@ -2996,7 +2770,6 @@ public static void BlitFramebufferAngle( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferEXT")] [SupportedApiProfile("gl")] @@ -3027,8 +2800,7 @@ public static void BlitFramebufferEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebufferEXT( srcX0, srcY0, @@ -3041,7 +2813,6 @@ public static void BlitFramebufferEXT( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferLayerEXT")] [SupportedApiProfile("gl")] @@ -3078,8 +2849,7 @@ public static void BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int dstLayer, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebufferLayerEXT( srcX0, srcY0, @@ -3094,7 +2864,6 @@ public static void BlitFramebufferLayerEXT( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferLayersEXT")] [SupportedApiProfile("gl")] @@ -3127,8 +2896,7 @@ public static void BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebufferLayersEXT( srcX0, srcY0, @@ -3141,7 +2909,6 @@ public static void BlitFramebufferLayersEXT( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -3172,8 +2939,7 @@ public static void BlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitFramebufferNV( srcX0, srcY0, @@ -3186,7 +2952,6 @@ public static void BlitFramebufferNV( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitNamedFramebuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3223,8 +2988,7 @@ public static void BlitNamedFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => BlitNamedFramebuffer( readFramebuffer, drawFramebuffer, @@ -3239,7 +3003,6 @@ public static void BlitNamedFramebuffer( (uint)mask, (uint)filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferAddressRangeNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3270,10 +3033,7 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - BufferAttachMemoryNV((uint)target, memory, offset); - } + ) => BufferAttachMemoryNV((uint)target, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferData")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3356,10 +3116,7 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - BufferPageCommitmentARB(target, offset, size, (uint)commit); - } + ) => BufferPageCommitmentARB(target, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferPageCommitmentMemNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3386,10 +3143,7 @@ public static void BufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - BufferPageCommitmentMemNV((uint)target, offset, size, memory, memOffset, (uint)commit); - } + ) => BufferPageCommitmentMemNV((uint)target, offset, size, memory, memOffset, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferParameteriAPPLE")] [SupportedApiProfile("gl")] @@ -3508,10 +3262,7 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - BufferStorageMemEXT((uint)target, size, memory, offset); - } + ) => BufferStorageMemEXT((uint)target, size, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferSubData")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3714,10 +3465,7 @@ public static extern void ClampColor( public static void ClampColor( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ClampColor((uint)target, (uint)clamp); - } + ) => ClampColor((uint)target, (uint)clamp); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClampColorARB")] [SupportedApiProfile("gl")] @@ -3732,10 +3480,7 @@ public static extern void ClampColorARB( public static void ClampColorARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ClampColorARB((uint)target, (uint)clamp); - } + ) => ClampColorARB((uint)target, (uint)clamp); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClear")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -3752,10 +3497,7 @@ public static void ClampColorARB( [NativeFunction("opengl", EntryPoint = "glClear")] public static void Clear( [NativeTypeName("GLbitfield")] Constant mask - ) - { - Clear((uint)mask); - } + ) => Clear((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearAccum")] [SupportedApiProfile("gl")] @@ -3832,10 +3574,7 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ClearBuffer((uint)buffer, drawbuffer, depth, stencil); - } + ) => ClearBuffer((uint)buffer, drawbuffer, depth, stencil); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -4234,10 +3973,7 @@ public static void ClearNamedFramebuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); - } + ) => ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedFramebufferfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -4545,10 +4281,7 @@ public static void ClearTexSubImageEXT( [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] public static void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture - ) - { - ClientActiveTexture((uint)texture); - } + ) => ClientActiveTexture((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientActiveTextureARB")] [SupportedApiProfile("gl")] @@ -4559,10 +4292,7 @@ public static void ClientActiveTexture( [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] public static void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ClientActiveTextureARB((uint)texture); - } + ) => ClientActiveTextureARB((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientActiveVertexStreamATI")] [SupportedApiProfile("gl")] @@ -4575,10 +4305,7 @@ public static extern void ClientActiveVertexStreamATI( [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] public static void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream - ) - { - ClientActiveVertexStreamATI((uint)stream); - } + ) => ClientActiveVertexStreamATI((uint)stream); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientAttribDefaultEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -4591,10 +4318,7 @@ public static void ClientActiveVertexStreamATI( [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] public static void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ClientAttribDefaultEXT((uint)mask); - } + ) => ClientAttribDefaultEXT((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientWaitSemaphoreui64NVX")] [SupportedApiProfile("gl")] @@ -4704,10 +4428,7 @@ public static extern void ClipControl( public static void ClipControl( [NativeTypeName("GLenum")] Constant origin, [NativeTypeName("GLenum")] Constant depth - ) - { - ClipControl((uint)origin, (uint)depth); - } + ) => ClipControl((uint)origin, (uint)depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipControlEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -5599,10 +5320,7 @@ public static void ColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ColorFormatNV(size, (uint)type, stride); - } + ) => ColorFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp1ATI")] [SupportedApiProfile("gl")] @@ -5627,8 +5345,7 @@ public static void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { + ) => ColorFragmentOp1ATI( (uint)op, (uint)dst, @@ -5638,7 +5355,6 @@ public static void ColorFragmentOp1ATI( (uint)arg1Rep, (uint)arg1Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp2ATI")] [SupportedApiProfile("gl")] @@ -5670,8 +5386,7 @@ public static void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { + ) => ColorFragmentOp2ATI( (uint)op, (uint)dst, @@ -5684,7 +5399,6 @@ public static void ColorFragmentOp2ATI( (uint)arg2Rep, (uint)arg2Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp3ATI")] [SupportedApiProfile("gl")] @@ -5723,8 +5437,7 @@ public static void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { + ) => ColorFragmentOp3ATI( (uint)op, (uint)dst, @@ -5740,7 +5453,6 @@ public static void ColorFragmentOp3ATI( (uint)arg3Rep, (uint)arg3Mod ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMask")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -5765,10 +5477,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaski")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -5791,10 +5500,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -5815,10 +5521,7 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskIndexedEXT")] [SupportedApiProfile("gl")] @@ -5839,10 +5542,7 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -5863,10 +5563,7 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaterial")] [SupportedApiProfile("gl")] @@ -5881,10 +5578,7 @@ public static extern void ColorMaterial( public static void ColorMaterial( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ColorMaterial((uint)face, (uint)mode); - } + ) => ColorMaterial((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP3ui")] [SupportedApiProfile("gl")] @@ -5899,10 +5593,7 @@ public static extern void ColorP3( public static void ColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ColorP3((uint)type, color); - } + ) => ColorP3((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP3uiv")] [SupportedApiProfile("gl")] @@ -5941,10 +5632,7 @@ public static extern void ColorP4( public static void ColorP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ColorP4((uint)type, color); - } + ) => ColorP4((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP4uiv")] [SupportedApiProfile("gl")] @@ -6392,8 +6080,7 @@ public static void CombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { + ) => CombinerInputNV( (uint)stage, (uint)portion, @@ -6402,7 +6089,6 @@ public static void CombinerInputNV( (uint)mapping, (uint)componentUsage ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerOutputNV")] [SupportedApiProfile("gl")] @@ -6433,8 +6119,7 @@ public static void CombinerOutputNV( [NativeTypeName("GLboolean")] MaybeBool abDotProduct, [NativeTypeName("GLboolean")] MaybeBool cdDotProduct, [NativeTypeName("GLboolean")] MaybeBool muxSum - ) - { + ) => CombinerOutputNV( (uint)stage, (uint)portion, @@ -6447,7 +6132,6 @@ public static void CombinerOutputNV( (uint)cdDotProduct, (uint)muxSum ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterfNV")] [SupportedApiProfile("gl")] @@ -6462,10 +6146,7 @@ public static extern void CombinerParameterNV( public static void CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - CombinerParameterNV((uint)pname, param1); - } + ) => CombinerParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterfvNV")] [SupportedApiProfile("gl")] @@ -6504,10 +6185,7 @@ public static extern void CombinerParameterNV( public static void CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - CombinerParameterNV((uint)pname, param1); - } + ) => CombinerParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterivNV")] [SupportedApiProfile("gl")] @@ -8267,10 +7945,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => ConvolutionParameter((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterfEXT")] [SupportedApiProfile("gl")] @@ -8287,10 +7962,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => ConvolutionParameterEXT((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterfv")] [SupportedApiProfile("gl")] @@ -8359,10 +8031,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => ConvolutionParameter((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameteriEXT")] [SupportedApiProfile("gl")] @@ -8379,10 +8048,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => ConvolutionParameterEXT((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameteriv")] [SupportedApiProfile("gl")] @@ -8451,10 +8117,7 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ConvolutionParameterxOES((uint)target, (uint)pname, param2); - } + ) => ConvolutionParameterxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterxvOES")] [SupportedApiProfile("gl")] @@ -8503,10 +8166,7 @@ public static void CopyBufferSubData( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - CopyBufferSubData((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); - } + ) => CopyBufferSubData((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyBufferSubDataNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8527,10 +8187,8 @@ public static void CopyBufferSubDataNV( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { + ) => CopyBufferSubDataNV((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorSubTable")] [SupportedApiProfile("gl")] @@ -8551,10 +8209,7 @@ public static void CopyColorSubTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorSubTable((uint)target, start, x, y, width); - } + ) => CopyColorSubTable((uint)target, start, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorSubTableEXT")] [SupportedApiProfile("gl")] @@ -8575,10 +8230,7 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorSubTableEXT((uint)target, start, x, y, width); - } + ) => CopyColorSubTableEXT((uint)target, start, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorTable")] [SupportedApiProfile("gl")] @@ -8599,10 +8251,7 @@ public static void CopyColorTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorTable((uint)target, (uint)internalformat, x, y, width); - } + ) => CopyColorTable((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorTableSGI")] [SupportedApiProfile("gl")] @@ -8623,10 +8272,7 @@ public static void CopyColorTableSGI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); - } + ) => CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter1D")] [SupportedApiProfile("gl")] @@ -8647,10 +8293,7 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); - } + ) => CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter1DEXT")] [SupportedApiProfile("gl")] @@ -8671,10 +8314,7 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); - } + ) => CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter2D")] [SupportedApiProfile("gl")] @@ -8697,10 +8337,7 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyConvolutionFilter2D((uint)target, (uint)internalformat, x, y, width, height); - } + ) => CopyConvolutionFilter2D((uint)target, (uint)internalformat, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter2DEXT")] [SupportedApiProfile("gl")] @@ -8723,10 +8360,7 @@ public static void CopyConvolutionFilter2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyConvolutionFilter2DEXT((uint)target, (uint)internalformat, x, y, width, height); - } + ) => CopyConvolutionFilter2DEXT((uint)target, (uint)internalformat, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubData")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -8769,8 +8403,7 @@ public static void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => CopyImageSubData( srcName, (uint)srcTarget, @@ -8788,7 +8421,6 @@ public static void CopyImageSubData( srcHeight, srcDepth ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8829,8 +8461,7 @@ public static void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => CopyImageSubDataEXT( srcName, (uint)srcTarget, @@ -8848,7 +8479,6 @@ public static void CopyImageSubDataEXT( srcHeight, srcDepth ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataNV")] [SupportedApiProfile("gl")] @@ -8889,8 +8519,7 @@ public static void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { + ) => CopyImageSubDataNV( srcName, (uint)srcTarget, @@ -8908,7 +8537,6 @@ public static void CopyImageSubDataNV( height, depth ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8949,8 +8577,7 @@ public static void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => CopyImageSubDataOES( srcName, (uint)srcTarget, @@ -8968,7 +8595,6 @@ public static void CopyImageSubDataOES( srcHeight, srcDepth ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexImage1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -8997,8 +8623,7 @@ public static void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { + ) => CopyMultiTexImage1DEXT( (uint)texunit, (uint)target, @@ -9009,7 +8634,6 @@ public static void CopyMultiTexImage1DEXT( width, border ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexImage2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9040,8 +8664,7 @@ public static void CopyMultiTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => CopyMultiTexImage2DEXT( (uint)texunit, (uint)target, @@ -9053,7 +8676,6 @@ public static void CopyMultiTexImage2DEXT( height, border ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9080,10 +8702,7 @@ public static void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyMultiTexSubImage1DEXT((uint)texunit, (uint)target, level, xoffset, x, y, width); - } + ) => CopyMultiTexSubImage1DEXT((uint)texunit, (uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9114,8 +8733,7 @@ public static void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => CopyMultiTexSubImage2DEXT( (uint)texunit, (uint)target, @@ -9127,7 +8745,6 @@ public static void CopyMultiTexSubImage2DEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage3DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9160,8 +8777,7 @@ public static void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => CopyMultiTexSubImage3DEXT( (uint)texunit, (uint)target, @@ -9174,7 +8790,6 @@ public static void CopyMultiTexSubImage3DEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyNamedBufferSubData")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9215,10 +8830,7 @@ public static void CopyPixels( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLenum")] Constant type - ) - { - CopyPixels(x, y, width, height, (uint)type); - } + ) => CopyPixels(x, y, width, height, (uint)type); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9245,10 +8857,7 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); - } + ) => CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage1DEXT")] [SupportedApiProfile("gl")] @@ -9273,10 +8882,7 @@ public static void CopyTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage1DEXT((uint)target, level, (uint)internalformat, x, y, width, border); - } + ) => CopyTexImage1DEXT((uint)target, level, (uint)internalformat, x, y, width, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9309,10 +8915,7 @@ public static void CopyTexImage2D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage2D((uint)target, level, (uint)internalformat, x, y, width, height, border); - } + ) => CopyTexImage2D((uint)target, level, (uint)internalformat, x, y, width, height, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage2DEXT")] [SupportedApiProfile("gl")] @@ -9339,8 +8942,7 @@ public static void CopyTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => CopyTexImage2DEXT( (uint)target, level, @@ -9351,7 +8953,6 @@ public static void CopyTexImage2DEXT( height, border ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9376,10 +8977,7 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); - } + ) => CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage1DEXT")] [SupportedApiProfile("gl")] @@ -9402,10 +9000,7 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); - } + ) => CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9438,10 +9033,7 @@ public static void CopyTexSubImage2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); - } + ) => CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage2DEXT")] [SupportedApiProfile("gl")] @@ -9468,10 +9060,7 @@ public static void CopyTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage2DEXT((uint)target, level, xoffset, yoffset, x, y, width, height); - } + ) => CopyTexSubImage2DEXT((uint)target, level, xoffset, yoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9502,10 +9091,7 @@ public static void CopyTexSubImage3D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage3D((uint)target, level, xoffset, yoffset, zoffset, x, y, width, height); - } + ) => CopyTexSubImage3D((uint)target, level, xoffset, yoffset, zoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3DEXT")] [SupportedApiProfile("gl")] @@ -9534,8 +9120,7 @@ public static void CopyTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => CopyTexSubImage3DEXT( (uint)target, level, @@ -9547,7 +9132,6 @@ public static void CopyTexSubImage3DEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3DOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -9590,8 +9174,7 @@ public static void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { + ) => CopyTextureImage1DEXT( texture, (uint)target, @@ -9602,7 +9185,6 @@ public static void CopyTextureImage1DEXT( width, border ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureImage2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9633,8 +9215,7 @@ public static void CopyTextureImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => CopyTextureImage2DEXT( texture, (uint)target, @@ -9646,7 +9227,6 @@ public static void CopyTextureImage2DEXT( height, border ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureLevelsAPPLE")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -9695,10 +9275,7 @@ public static void CopyTextureSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); - } + ) => CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9743,8 +9320,7 @@ public static void CopyTextureSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => CopyTextureSubImage2DEXT( texture, (uint)target, @@ -9756,7 +9332,6 @@ public static void CopyTextureSubImage2DEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9804,8 +9379,7 @@ public static void CopyTextureSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => CopyTextureSubImage3DEXT( texture, (uint)target, @@ -9818,7 +9392,6 @@ public static void CopyTextureSubImage3DEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageMaskNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -9827,10 +9400,8 @@ public static void CopyTextureSubImage3DEXT( [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] - public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) - { + public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => CoverageMaskNV((uint)mask); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageModulationNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -9934,10 +9505,7 @@ public static extern void CoverFillPathNV( public static void CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - CoverFillPathNV(path, (uint)coverMode); - } + ) => CoverFillPathNV(path, (uint)coverMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverStrokePathInstancedNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -10003,10 +9571,7 @@ public static extern void CoverStrokePathNV( public static void CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - CoverStrokePathNV(path, (uint)coverMode); - } + ) => CoverStrokePathNV(path, (uint)coverMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateBuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -10557,10 +10122,7 @@ public static void CreateVertexArrays( [NativeFunction("opengl", EntryPoint = "glCullFace")] public static void CullFace( [NativeTypeName("GLenum")] Constant mode - ) - { - CullFace((uint)mode); - } + ) => CullFace((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCullParameterdvEXT")] [SupportedApiProfile("gl")] @@ -11158,10 +10720,7 @@ public static void DeformationMap3SGIX( [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] public static void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask - ) - { - DeformSGIX((uint)mask); - } + ) => DeformSGIX((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteAsyncMarkersSGIX")] [SupportedApiProfile("gl")] @@ -11170,6 +10729,15 @@ public static extern void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => + DeleteBuffers(1, &buffers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteBuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11207,6 +10775,12 @@ public static extern void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => + DeleteBuffersARB(1, &buffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] @@ -11232,6 +10806,13 @@ public static extern void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => + DeleteCommandListsNV(1, &lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -11257,6 +10838,12 @@ public static extern void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => + DeleteFencesApple(1, &fences); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] @@ -11283,6 +10870,14 @@ public static extern void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => + DeleteFencesNV(1, &fences); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -11306,6 +10901,15 @@ public static void DeleteFencesNV( [SupportedApiProfile("gl")] public static extern void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + public static void DeleteFramebuffer( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => DeleteFramebuffers(1, &framebuffers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFramebuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11341,6 +10945,13 @@ public static extern void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + public static void DeleteFramebuffersEXT( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => DeleteFramebuffersEXT(1, &framebuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] @@ -11358,6 +10969,13 @@ public static void DeleteFramebuffersEXT( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + public static void DeleteFramebuffersO( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => DeleteFramebuffersOES(1, &framebuffers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFramebuffersOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void DeleteFramebuffersOES( @@ -11397,6 +11015,14 @@ public static extern void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + public static void DeleteMemoryObjectsEXT( + [NativeTypeName("const GLuint *")] uint memoryObjects + ) => DeleteMemoryObjectsEXT(1, &memoryObjects); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -11423,6 +11049,13 @@ public static extern void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => + DeleteNamedStringARB(1, &name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -11478,6 +11111,12 @@ public static extern void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => + DeleteOcclusionQueriesNV(1, &ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] @@ -11513,6 +11152,14 @@ public static extern void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + public static void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors) => + DeletePerfMonitorsAMD(1, &monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -11544,6 +11191,14 @@ public static void DeletePerfMonitorsAMD( [SupportedApiProfile("gles2", MinVersion = "2.0")] public static extern void DeleteProgram([NativeTypeName("GLuint")] uint program); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + public static void DeleteProgramPipeline( + [NativeTypeName("const GLuint *")] uint pipelines + ) => DeleteProgramPipelines(1, &pipelines); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgramPipelines")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11577,6 +11232,13 @@ public static extern void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + public static void DeleteProgramPipelinesEXT( + [NativeTypeName("const GLuint *")] uint pipelines + ) => DeleteProgramPipelinesEXT(1, &pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] @@ -11601,6 +11263,12 @@ public static extern void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => + DeleteProgramARB(1, &programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] @@ -11625,6 +11293,12 @@ public static extern void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => + DeleteProgramNV(1, &programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] @@ -11675,6 +11349,12 @@ public static extern void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => + DeleteQueriesARB(1, &ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] @@ -11699,6 +11379,12 @@ public static extern void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => + DeleteQueriesEXT(1, &ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] @@ -11716,6 +11402,13 @@ public static void DeleteQueriesEXT( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => + DeleteQueries(1, &ids); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteQueryResourceTagNV")] [SupportedApiProfile("gl")] public static extern void DeleteQueryResourceTagNV( @@ -11723,6 +11416,12 @@ public static extern void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => + DeleteQueryResourceTagNV(1, &tagIds); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] @@ -11740,6 +11439,15 @@ public static void DeleteQueryResourceTagNV( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + public static void DeleteRenderbuffer( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => DeleteRenderbuffers(1, &renderbuffers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteRenderbuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11775,6 +11483,13 @@ public static extern void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + public static void DeleteRenderbuffersEXT( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => DeleteRenderbuffersEXT(1, &renderbuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] @@ -11792,6 +11507,13 @@ public static void DeleteRenderbuffersEXT( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + public static void DeleteRenderbuffersO( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => DeleteRenderbuffersOES(1, &renderbuffers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteRenderbuffersOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void DeleteRenderbuffersOES( @@ -11816,6 +11538,14 @@ public static void DeleteRenderbuffersOES( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => + DeleteSamplers(1, &samplers); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteSamplers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11852,6 +11582,14 @@ public static extern void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + public static void DeleteSemaphoresEXT( + [NativeTypeName("const GLuint *")] uint semaphores + ) => DeleteSemaphoresEXT(1, &semaphores); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -11884,6 +11622,13 @@ public static extern void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => + DeleteStatesNV(1, &states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -11942,6 +11687,15 @@ public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => + DeleteTextures(1, &textures); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTextures")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -11979,6 +11733,12 @@ public static extern void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => + DeleteTexturesEXT(1, &textures); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] @@ -11996,6 +11756,13 @@ public static void DeleteTexturesEXT( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => + DeleteTransformFeedbacks(1, &ids); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTransformFeedbacks")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -12029,6 +11796,13 @@ public static extern void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + public static void DeleteTransformFeedbacksNV( + [NativeTypeName("const GLuint *")] uint ids + ) => DeleteTransformFeedbacksNV(1, &ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] @@ -12046,6 +11820,13 @@ public static void DeleteTransformFeedbacksNV( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => + DeleteVertexArrays(1, &arrays); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexArrays")] [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -12079,6 +11860,13 @@ public static extern void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + public static void DeleteVertexArraysApple( + [NativeTypeName("const GLuint *")] uint arrays + ) => DeleteVertexArraysApple(1, &arrays); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] @@ -12096,6 +11884,13 @@ public static void DeleteVertexArraysApple( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + DeleteVertexArraysOES(1, &arrays); + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexArraysOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12156,10 +11951,7 @@ public static extern void DepthBoundsEXT( [NativeFunction("opengl", EntryPoint = "glDepthFunc")] public static void DepthFunc( [NativeTypeName("GLenum")] Constant func - ) - { - DepthFunc((uint)func); - } + ) => DepthFunc((uint)func); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthMask")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12174,10 +11966,8 @@ public static void DepthFunc( [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] - public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) - { + public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => DepthMask((uint)flag); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRange")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12425,10 +12215,9 @@ public static void DetailTexFuncSGIS( [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] - public static void Disable([NativeTypeName("GLenum")] Constant cap) - { - Disable((uint)cap); - } + public static void Disable( + [NativeTypeName("GLenum")] Constant cap + ) => Disable((uint)cap); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientState")] [SupportedApiProfile("gl")] @@ -12441,10 +12230,7 @@ public static void Disable([NativeTypeName("GLenum")] Constant array - ) - { - DisableClientState((uint)array); - } + ) => DisableClientState((uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientStateiEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12461,10 +12247,7 @@ public static extern void DisableClientStateEXT( public static void DisableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - DisableClientStateEXT((uint)array, index); - } + ) => DisableClientStateEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientStateIndexedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12481,10 +12264,7 @@ public static extern void DisableClientStateIndexedEXT( public static void DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - DisableClientStateIndexedEXT((uint)array, index); - } + ) => DisableClientStateIndexedEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableDriverControlQCOM")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -12508,10 +12288,7 @@ public static extern void Disable( public static void Disable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - Disable((uint)target, index); - } + ) => Disable((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12526,10 +12303,7 @@ public static extern void DisableEXT( public static void DisableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableEXT((uint)target, index); - } + ) => DisableEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableIndexedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12546,10 +12320,7 @@ public static extern void DisableIndexedEXT( public static void DisableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableIndexedEXT((uint)target, index); - } + ) => DisableIndexedEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12564,10 +12335,7 @@ public static extern void DisableNV( public static void DisableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableNV((uint)target, index); - } + ) => DisableNV((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12582,10 +12350,7 @@ public static extern void DisableOES( public static void DisableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableOES((uint)target, index); - } + ) => DisableOES((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVariantClientStateEXT")] [SupportedApiProfile("gl")] @@ -12622,10 +12387,7 @@ public static extern void DisableVertexArrayEXT( public static void DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - DisableVertexArrayEXT(vaobj, (uint)array); - } + ) => DisableVertexArrayEXT(vaobj, (uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexAttribAPPLE")] [SupportedApiProfile("gl")] @@ -12761,10 +12523,7 @@ public static void DrawArrays( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawArrays((uint)mode, first, count); - } + ) => DrawArrays((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysEXT")] [SupportedApiProfile("gl")] @@ -12781,10 +12540,7 @@ public static void DrawArraysEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawArraysEXT((uint)mode, first, count); - } + ) => DrawArraysEXT((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysIndirect")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12831,10 +12587,7 @@ public static void DrawArraysInstanced( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawArraysInstanced((uint)mode, first, count, instancecount); - } + ) => DrawArraysInstanced((uint)mode, first, count, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedANGLE")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12853,10 +12606,7 @@ public static void DrawArraysInstancedAngle( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedAngle((uint)mode, first, count, primcount); - } + ) => DrawArraysInstancedAngle((uint)mode, first, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12877,10 +12627,7 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedARB((uint)mode, first, count, primcount); - } + ) => DrawArraysInstancedARB((uint)mode, first, count, primcount); [DllImport( "opengl", @@ -12907,10 +12654,7 @@ public static void DrawArraysInstancedBaseInstance( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { - DrawArraysInstancedBaseInstance((uint)mode, first, count, instancecount, baseinstance); - } + ) => DrawArraysInstancedBaseInstance((uint)mode, first, count, instancecount, baseinstance); [DllImport( "opengl", @@ -12935,8 +12679,7 @@ public static void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { + ) => DrawArraysInstancedBaseInstanceEXT( (uint)mode, first, @@ -12944,7 +12687,6 @@ public static void DrawArraysInstancedBaseInstanceEXT( instancecount, baseinstance ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -12967,10 +12709,7 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLint")] int start, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedEXT((uint)mode, start, count, primcount); - } + ) => DrawArraysInstancedEXT((uint)mode, start, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -12989,10 +12728,7 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedNV((uint)mode, first, count, primcount); - } + ) => DrawArraysInstancedNV((uint)mode, first, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -13005,10 +12741,7 @@ public static void DrawArraysInstancedNV( [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] public static void DrawBuffer( [NativeTypeName("GLenum")] Constant buf - ) - { - DrawBuffer((uint)buf); - } + ) => DrawBuffer((uint)buf); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -13427,10 +13160,7 @@ public static void DrawElementArrayApple( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawElementArrayApple((uint)mode, first, count); - } + ) => DrawElementArrayApple((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementArrayATI")] [SupportedApiProfile("gl")] @@ -13445,10 +13175,7 @@ public static extern void DrawElementArrayATI( public static void DrawElementArrayATI( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count - ) - { - DrawElementArrayATI((uint)mode, count); - } + ) => DrawElementArrayATI((uint)mode, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElements")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14092,10 +13819,7 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint width - ) - { - DrawMeshArraysSUN((uint)mode, first, count, width); - } + ) => DrawMeshArraysSUN((uint)mode, first, count, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawMeshTasksIndirectNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14163,10 +13887,7 @@ public static void DrawRangeElementArrayApple( [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawRangeElementArrayApple((uint)mode, start, end, first, count); - } + ) => DrawRangeElementArrayApple((uint)mode, start, end, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementArrayATI")] [SupportedApiProfile("gl")] @@ -14185,10 +13906,7 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLsizei")] uint count - ) - { - DrawRangeElementArrayATI((uint)mode, start, end, count); - } + ) => DrawRangeElementArrayATI((uint)mode, start, end, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElements")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14527,10 +14245,7 @@ public static extern void DrawTransformFeedback( public static void DrawTransformFeedback( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedback((uint)mode, id); - } + ) => DrawTransformFeedback((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -14545,10 +14260,7 @@ public static extern void DrawTransformFeedbackEXT( public static void DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedbackEXT((uint)mode, id); - } + ) => DrawTransformFeedbackEXT((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackInstanced")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14567,10 +14279,7 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackInstanced((uint)mode, id, instancecount); - } + ) => DrawTransformFeedbackInstanced((uint)mode, id, instancecount); [DllImport( "opengl", @@ -14591,10 +14300,7 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); - } + ) => DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackNV")] [SupportedApiProfile("gl")] @@ -14609,10 +14315,7 @@ public static extern void DrawTransformFeedbackNV( public static void DrawTransformFeedbackNV( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedbackNV((uint)mode, id); - } + ) => DrawTransformFeedbackNV((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackStream")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14631,10 +14334,7 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream - ) - { - DrawTransformFeedbackStream((uint)mode, id, stream); - } + ) => DrawTransformFeedbackStream((uint)mode, id, stream); [DllImport( "opengl", @@ -14659,10 +14359,7 @@ public static void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); - } + ) => DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawVkImageNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14689,10 +14386,8 @@ public static extern void DrawVkImageNV( [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] - public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) - { + public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => EdgeFlag((uint)flag); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagFormatNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -14976,10 +14671,9 @@ public static void ElementPointerATI( [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] - public static void Enable([NativeTypeName("GLenum")] Constant cap) - { - Enable((uint)cap); - } + public static void Enable( + [NativeTypeName("GLenum")] Constant cap + ) => Enable((uint)cap); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientState")] [SupportedApiProfile("gl")] @@ -14992,10 +14686,7 @@ public static void Enable([NativeTypeName("GLenum")] Constant array - ) - { - EnableClientState((uint)array); - } + ) => EnableClientState((uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientStateiEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -15012,10 +14703,7 @@ public static extern void EnableClientStateEXT( public static void EnableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - EnableClientStateEXT((uint)array, index); - } + ) => EnableClientStateEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientStateIndexedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -15032,10 +14720,7 @@ public static extern void EnableClientStateIndexedEXT( public static void EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - EnableClientStateIndexedEXT((uint)array, index); - } + ) => EnableClientStateIndexedEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableDriverControlQCOM")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -15059,10 +14744,7 @@ public static extern void Enable( public static void Enable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - Enable((uint)target, index); - } + ) => Enable((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -15077,10 +14759,7 @@ public static extern void EnableEXT( public static void EnableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableEXT((uint)target, index); - } + ) => EnableEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableIndexedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -15097,10 +14776,7 @@ public static extern void EnableIndexedEXT( public static void EnableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableIndexedEXT((uint)target, index); - } + ) => EnableIndexedEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -15115,10 +14791,7 @@ public static extern void EnableNV( public static void EnableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableNV((uint)target, index); - } + ) => EnableNV((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -15133,10 +14806,7 @@ public static extern void EnableOES( public static void EnableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableOES((uint)target, index); - } + ) => EnableOES((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVariantClientStateEXT")] [SupportedApiProfile("gl")] @@ -15173,10 +14843,7 @@ public static extern void EnableVertexArrayEXT( public static void EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - EnableVertexArrayEXT(vaobj, (uint)array); - } + ) => EnableVertexArrayEXT(vaobj, (uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexAttribAPPLE")] [SupportedApiProfile("gl")] @@ -15249,10 +14916,7 @@ public static extern void EnableVertexAttribApple( [NativeFunction("opengl", EntryPoint = "glEndQuery")] public static void EndQuery( [NativeTypeName("GLenum")] Constant target - ) - { - EndQuery((uint)target); - } + ) => EndQuery((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryARB")] [SupportedApiProfile("gl")] @@ -15263,10 +14927,7 @@ public static void EndQuery( [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] public static void EndQueryARB( [NativeTypeName("GLenum")] Constant target - ) - { - EndQueryARB((uint)target); - } + ) => EndQueryARB((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -15277,10 +14938,7 @@ public static void EndQueryARB( [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] public static void EndQueryEXT( [NativeTypeName("GLenum")] Constant target - ) - { - EndQueryEXT((uint)target); - } + ) => EndQueryEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryIndexed")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -15297,10 +14955,7 @@ public static extern void EndQueryIndexed( public static void EndQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EndQueryIndexed((uint)target, index); - } + ) => EndQueryIndexed((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTilingQCOM")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -15313,10 +14968,7 @@ public static void EndQueryIndexed( [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] public static void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - EndTilingQCOM((uint)preserveMask); - } + ) => EndTilingQCOM((uint)preserveMask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTransformFeedback")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -15495,10 +15147,7 @@ public static extern void EvalMapNV( public static void EvalMapNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - EvalMapNV((uint)target, (uint)mode); - } + ) => EvalMapNV((uint)target, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalMesh1")] [SupportedApiProfile("gl")] @@ -15515,10 +15164,7 @@ public static void EvalMesh1( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int i1, [NativeTypeName("GLint")] int i2 - ) - { - EvalMesh1((uint)mode, i1, i2); - } + ) => EvalMesh1((uint)mode, i1, i2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalMesh2")] [SupportedApiProfile("gl")] @@ -15539,10 +15185,7 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int i2, [NativeTypeName("GLint")] int j1, [NativeTypeName("GLint")] int j2 - ) - { - EvalMesh2((uint)mode, i1, i2, j1, j2); - } + ) => EvalMesh2((uint)mode, i1, i2, j1, j2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalPoint1")] [SupportedApiProfile("gl")] @@ -16070,10 +15713,7 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { - FinalCombinerInputNV((uint)variable, (uint)input, (uint)mapping, (uint)componentUsage); - } + ) => FinalCombinerInputNV((uint)variable, (uint)input, (uint)mapping, (uint)componentUsage); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinish")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -16147,10 +15787,7 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - FlushMappedBufferRange((uint)target, offset, length); - } + ) => FlushMappedBufferRange((uint)target, offset, length); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedBufferRangeAPPLE")] [SupportedApiProfile("gl")] @@ -16167,10 +15804,7 @@ public static void FlushMappedBufferRangeApple( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - FlushMappedBufferRangeApple((uint)target, offset, size); - } + ) => FlushMappedBufferRangeApple((uint)target, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedBufferRangeEXT")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -16189,10 +15823,7 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - FlushMappedBufferRangeEXT((uint)target, offset, length); - } + ) => FlushMappedBufferRangeEXT((uint)target, offset, length); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedNamedBufferRange")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -16221,10 +15852,7 @@ public static extern void FlushMappedNamedBufferRangeEXT( [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] public static void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target - ) - { - FlushPixelDataRangeNV((uint)target); - } + ) => FlushPixelDataRangeNV((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushRasterSGIX")] [SupportedApiProfile("gl")] @@ -16475,10 +16103,7 @@ public static extern void Fog( public static void Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - Fog((uint)pname, param1); - } + ) => Fog((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogFuncSGIS")] [SupportedApiProfile("gl")] @@ -16543,10 +16168,7 @@ public static extern void Fog( public static void Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - Fog((uint)pname, param1); - } + ) => Fog((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogiv")] [SupportedApiProfile("gl")] @@ -16585,10 +16207,7 @@ public static extern void Fogx( public static void Fogx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - Fogx((uint)pname, param1); - } + ) => Fogx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogxOES")] [SupportedApiProfile("gl")] @@ -16605,10 +16224,7 @@ public static extern void FogxOES( public static void FogxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - FogxOES((uint)pname, param1); - } + ) => FogxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -16673,10 +16289,7 @@ public static extern void FragmentColorMaterialSGIX( public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - FragmentColorMaterialSGIX((uint)face, (uint)mode); - } + ) => FragmentColorMaterialSGIX((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentCoverageColorNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -16699,10 +16312,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => FragmentLightSGIX((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightfvSGIX")] [SupportedApiProfile("gl")] @@ -16745,10 +16355,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => FragmentLightSGIX((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightivSGIX")] [SupportedApiProfile("gl")] @@ -16790,10 +16397,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - FragmentLightModelSGIX((uint)pname, param1); - } + ) => FragmentLightModelSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModelfvSGIX")] [SupportedApiProfile("gl")] @@ -16834,10 +16438,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - FragmentLightModelSGIX((uint)pname, param1); - } + ) => FragmentLightModelSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModelivSGIX")] [SupportedApiProfile("gl")] @@ -16879,10 +16480,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => FragmentMaterialSGIX((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialfvSGIX")] [SupportedApiProfile("gl")] @@ -16925,10 +16523,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => FragmentMaterialSGIX((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialivSGIX")] [SupportedApiProfile("gl")] @@ -16971,10 +16566,7 @@ public static extern void FramebufferDrawBufferEXT( public static void FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - FramebufferDrawBufferEXT(framebuffer, (uint)mode); - } + ) => FramebufferDrawBufferEXT(framebuffer, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferDrawBuffersEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17122,10 +16714,7 @@ public static void FramebufferParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FramebufferParameter((uint)target, (uint)pname, param2); - } + ) => FramebufferParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferParameteriMESA")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17146,10 +16735,7 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FramebufferParameterMESA((uint)target, (uint)pname, param2); - } + ) => FramebufferParameterMESA((uint)target, (uint)pname, param2); [DllImport( "opengl", @@ -17177,10 +16763,7 @@ public static extern void FramebufferReadBufferEXT( public static void FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - FramebufferReadBufferEXT(framebuffer, (uint)mode); - } + ) => FramebufferReadBufferEXT(framebuffer, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17204,15 +16787,13 @@ public static void FramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => FramebufferRenderbuffer( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbufferEXT")] [SupportedApiProfile("gl")] @@ -17232,15 +16813,13 @@ public static void FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => FramebufferRenderbufferEXT( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbufferOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -17260,15 +16839,13 @@ public static void FramebufferRenderbufferOES( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => FramebufferRenderbufferOES( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [DllImport( "opengl", @@ -17391,8 +16968,7 @@ public static void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint numLayers, [NativeTypeName("GLsizei")] uint texelWidth, [NativeTypeName("GLsizei")] uint texelHeight - ) - { + ) => FramebufferShadingRateEXT( (uint)target, (uint)attachment, @@ -17402,7 +16978,6 @@ public static void FramebufferShadingRateEXT( texelWidth, texelHeight ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17423,10 +16998,7 @@ public static void FramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture((uint)target, (uint)attachment, texture, level); - } + ) => FramebufferTexture((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17449,10 +17021,7 @@ public static void FramebufferTexture1D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture1D((uint)target, (uint)attachment, (uint)textarget, texture, level); - } + ) => FramebufferTexture1D((uint)target, (uint)attachment, (uint)textarget, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture1DEXT")] [SupportedApiProfile("gl")] @@ -17473,8 +17042,7 @@ public static void FramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => FramebufferTexture1DEXT( (uint)target, (uint)attachment, @@ -17482,7 +17050,6 @@ public static void FramebufferTexture1DEXT( texture, level ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17507,10 +17074,7 @@ public static void FramebufferTexture2D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture2D((uint)target, (uint)attachment, (uint)textarget, texture, level); - } + ) => FramebufferTexture2D((uint)target, (uint)attachment, (uint)textarget, texture, level); [DllImport( "opengl", @@ -17539,8 +17103,7 @@ public static void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { + ) => FramebufferTexture2DDownsampleIMG( (uint)target, (uint)attachment, @@ -17550,7 +17113,6 @@ public static void FramebufferTexture2DDownsampleIMG( xscale, yscale ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2DEXT")] [SupportedApiProfile("gl")] @@ -17571,8 +17133,7 @@ public static void FramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => FramebufferTexture2DEXT( (uint)target, (uint)attachment, @@ -17580,7 +17141,6 @@ public static void FramebufferTexture2DEXT( texture, level ); - } [DllImport( "opengl", @@ -17609,8 +17169,7 @@ public static void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { + ) => FramebufferTexture2DMultisampleEXT( (uint)target, (uint)attachment, @@ -17619,7 +17178,6 @@ public static void FramebufferTexture2DMultisampleEXT( level, samples ); - } [DllImport( "opengl", @@ -17648,8 +17206,7 @@ public static void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { + ) => FramebufferTexture2DMultisampleIMG( (uint)target, (uint)attachment, @@ -17658,7 +17215,6 @@ public static void FramebufferTexture2DMultisampleIMG( level, samples ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2DOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -17679,8 +17235,7 @@ public static void FramebufferTexture2DOES( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => FramebufferTexture2DOES( (uint)target, (uint)attachment, @@ -17688,7 +17243,6 @@ public static void FramebufferTexture2DOES( texture, level ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17713,8 +17267,7 @@ public static void FramebufferTexture3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => FramebufferTexture3D( (uint)target, (uint)attachment, @@ -17723,7 +17276,6 @@ public static void FramebufferTexture3D( level, zoffset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3DEXT")] [SupportedApiProfile("gl")] @@ -17746,8 +17298,7 @@ public static void FramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => FramebufferTexture3DEXT( (uint)target, (uint)attachment, @@ -17756,7 +17307,6 @@ public static void FramebufferTexture3DEXT( level, zoffset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3DOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -17779,8 +17329,7 @@ public static void FramebufferTexture3DOES( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => FramebufferTexture3DOES( (uint)target, (uint)attachment, @@ -17789,7 +17338,6 @@ public static void FramebufferTexture3DOES( level, zoffset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17810,10 +17358,7 @@ public static void FramebufferTextureARB( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureARB((uint)target, (uint)attachment, texture, level); - } + ) => FramebufferTextureARB((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureEXT")] [SupportedApiProfile("gl")] @@ -17834,10 +17379,7 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); - } + ) => FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureFaceARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17860,10 +17402,7 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { - FramebufferTextureFaceARB((uint)target, (uint)attachment, texture, level, (uint)face); - } + ) => FramebufferTextureFaceARB((uint)target, (uint)attachment, texture, level, (uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureFaceEXT")] [SupportedApiProfile("gl")] @@ -17884,10 +17423,7 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { - FramebufferTextureFaceEXT((uint)target, (uint)attachment, texture, level, (uint)face); - } + ) => FramebufferTextureFaceEXT((uint)target, (uint)attachment, texture, level, (uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17910,10 +17446,7 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); - } + ) => FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayerARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -17936,10 +17469,7 @@ public static void FramebufferTextureLayerARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayerARB((uint)target, (uint)attachment, texture, level, layer); - } + ) => FramebufferTextureLayerARB((uint)target, (uint)attachment, texture, level, layer); [DllImport( "opengl", @@ -17968,8 +17498,7 @@ public static void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { + ) => FramebufferTextureLayerDownsampleIMG( (uint)target, (uint)attachment, @@ -17979,7 +17508,6 @@ public static void FramebufferTextureLayerDownsampleIMG( xscale, yscale ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayerEXT")] [SupportedApiProfile("gl")] @@ -18000,10 +17528,7 @@ public static void FramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayerEXT((uint)target, (uint)attachment, texture, level, layer); - } + ) => FramebufferTextureLayerEXT((uint)target, (uint)attachment, texture, level, layer); [DllImport( "opengl", @@ -18032,8 +17557,7 @@ public static void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { + ) => FramebufferTextureMultisampleMultiviewOVR( (uint)target, (uint)attachment, @@ -18043,7 +17567,6 @@ public static void FramebufferTextureMultisampleMultiviewOVR( baseViewIndex, numViews ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureMultiviewOVR")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -18070,8 +17593,7 @@ public static void FramebufferTextureMultiviewOVR( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { + ) => FramebufferTextureMultiviewOVR( (uint)target, (uint)attachment, @@ -18080,7 +17602,6 @@ public static void FramebufferTextureMultiviewOVR( baseViewIndex, numViews ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -18099,10 +17620,7 @@ public static void FramebufferTextureOES( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureOES((uint)target, (uint)attachment, texture, level); - } + ) => FramebufferTextureOES((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrameTerminatorGREMEDY")] [SupportedApiProfile("gl")] @@ -18131,10 +17649,7 @@ public static void FramebufferTextureOES( [NativeFunction("opengl", EntryPoint = "glFrontFace")] public static void FrontFace( [NativeTypeName("GLenum")] Constant mode - ) - { - FrontFace((uint)mode); - } + ) => FrontFace((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustum")] [SupportedApiProfile("gl")] @@ -18265,10 +17780,7 @@ public static void GenBuffersARB( [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] public static void GenerateMipmap( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmap((uint)target); - } + ) => GenerateMipmap((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMipmapEXT")] [SupportedApiProfile("gl")] @@ -18279,10 +17791,7 @@ public static void GenerateMipmap( [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] public static void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmapEXT((uint)target); - } + ) => GenerateMipmapEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMipmapOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -18293,10 +17802,7 @@ public static void GenerateMipmapEXT( [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] public static void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmapOES((uint)target); - } + ) => GenerateMipmapOES((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMultiTexMipmapEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -18313,10 +17819,7 @@ public static extern void GenerateMultiTexMipmapEXT( public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); - } + ) => GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateTextureMipmap")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -18338,10 +17841,7 @@ public static extern void GenerateTextureMipmapEXT( public static void GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target - ) - { - GenerateTextureMipmapEXT(texture, (uint)target); - } + ) => GenerateTextureMipmapEXT(texture, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFencesAPPLE")] [SupportedApiProfile("gl")] @@ -24439,10 +23939,7 @@ public static void GetMaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - GetMaterialxOES((uint)face, (uint)pname, param2); - } + ) => GetMaterialxOES((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -29970,10 +29467,7 @@ public static void GetQueryBufferObjecti64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); - } + ) => GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -29994,10 +29488,7 @@ public static void GetQueryBufferObject( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObject(id, buffer, (uint)pname, offset); - } + ) => GetQueryBufferObject(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectui64v")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -30018,10 +29509,7 @@ public static void GetQueryBufferObjectui64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); - } + ) => GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectuiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -30042,10 +29530,7 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); - } + ) => GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryIndexediv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -34855,10 +34340,7 @@ public static extern void Hint( public static void Hint( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - Hint((uint)target, (uint)mode); - } + ) => Hint((uint)target, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHintPGI")] [SupportedApiProfile("gl")] @@ -34873,10 +34355,7 @@ public static extern void HintPGI( public static void HintPGI( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] Constant mode - ) - { - HintPGI((uint)target, (int)mode); - } + ) => HintPGI((uint)target, (int)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHistogram")] [SupportedApiProfile("gl")] @@ -34895,10 +34374,7 @@ public static void Histogram( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - Histogram((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => Histogram((uint)target, width, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHistogramEXT")] [SupportedApiProfile("gl")] @@ -34917,10 +34393,7 @@ public static void HistogramEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIglooInterfaceSGIX")] [SupportedApiProfile("gl")] @@ -34961,10 +34434,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => ImageTransformParameterHP((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameterfvHP")] [SupportedApiProfile("gl")] @@ -35007,10 +34477,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => ImageTransformParameterHP((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameterivHP")] [SupportedApiProfile("gl")] @@ -35057,10 +34524,7 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLuint64")] ulong size, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ImportMemoryFEXT(memory, size, (uint)handleType, fd); - } + ) => ImportMemoryFEXT(memory, size, (uint)handleType, fd); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportMemoryWin32HandleEXT")] [SupportedApiProfile("gl")] @@ -35139,10 +34603,7 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); - } + ) => ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportSemaphoreWin32HandleEXT")] [SupportedApiProfile("gl")] @@ -35269,10 +34730,7 @@ public static extern void IndexFuncEXT( public static void IndexFuncEXT( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLclampf")] float @ref - ) - { - IndexFuncEXT((uint)func, @ref); - } + ) => IndexFuncEXT((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexfv")] [SupportedApiProfile("gl")] @@ -35331,10 +34789,7 @@ public static extern void IndexMaterialEXT( public static void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - IndexMaterialEXT((uint)face, (uint)mode); - } + ) => IndexMaterialEXT((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexPointer")] [SupportedApiProfile("gl")] @@ -36965,10 +36420,7 @@ public static extern void LightEnvSGIX( public static void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - LightEnvSGIX((uint)pname, param1); - } + ) => LightEnvSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightf")] [SupportedApiProfile("gl")] @@ -36987,10 +36439,7 @@ public static void Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - Light((uint)light, (uint)pname, param2); - } + ) => Light((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightfv")] [SupportedApiProfile("gl")] @@ -37035,10 +36484,7 @@ public static void Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - Light((uint)light, (uint)pname, param2); - } + ) => Light((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightiv")] [SupportedApiProfile("gl")] @@ -37081,10 +36527,7 @@ public static extern void LightModel( public static void LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - LightModel((uint)pname, param1); - } + ) => LightModel((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelfv")] [SupportedApiProfile("gl")] @@ -37125,10 +36568,7 @@ public static extern void LightModel( public static void LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - LightModel((uint)pname, param1); - } + ) => LightModel((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModeliv")] [SupportedApiProfile("gl")] @@ -37167,10 +36607,7 @@ public static extern void LightModelx( public static void LightModelx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - LightModelx((uint)pname, param1); - } + ) => LightModelx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelxOES")] [SupportedApiProfile("gl")] @@ -37187,10 +36624,7 @@ public static extern void LightModelxOES( public static void LightModelxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - LightModelxOES((uint)pname, param1); - } + ) => LightModelxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -37257,10 +36691,7 @@ public static void Lightx( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - Lightx((uint)light, (uint)pname, param2); - } + ) => Lightx((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightxOES")] [SupportedApiProfile("gl")] @@ -37279,10 +36710,7 @@ public static void LightxOES( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - LightxOES((uint)light, (uint)pname, param2); - } + ) => LightxOES((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -37437,10 +36865,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ListParameterSGIX(list, (uint)pname, param2); - } + ) => ListParameterSGIX(list, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameterfvSGIX")] [SupportedApiProfile("gl")] @@ -37483,10 +36908,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ListParameterSGIX(list, (uint)pname, param2); - } + ) => ListParameterSGIX(list, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameterivSGIX")] [SupportedApiProfile("gl")] @@ -37530,10 +36952,7 @@ public static extern void LoadIdentityDeformationMapSGIX( [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] public static void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask - ) - { - LoadIdentityDeformationMapSGIX((uint)mask); - } + ) => LoadIdentityDeformationMapSGIX((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadMatrixd")] [SupportedApiProfile("gl")] @@ -37771,10 +37190,7 @@ public static extern void LockArraysEXT( [NativeFunction("opengl", EntryPoint = "glLogicOp")] public static void LogicOp( [NativeTypeName("GLenum")] Constant opcode - ) - { - LogicOp((uint)opcode); - } + ) => LogicOp((uint)opcode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeBufferNonResidentNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -37955,10 +37371,7 @@ public static void Map1XOES( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("GLfixed")] int points - ) - { - Map1XOES((uint)target, u1, u2, stride, order, points); - } + ) => Map1XOES((uint)target, u1, u2, stride, order, points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap2d")] [SupportedApiProfile("gl")] @@ -38069,10 +37482,7 @@ public static void Map2XOES( [NativeTypeName("GLint")] int vstride, [NativeTypeName("GLint")] int vorder, [NativeTypeName("GLfixed")] int points - ) - { - Map2XOES((uint)target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - } + ) => Map2XOES((uint)target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -38661,10 +38071,7 @@ public static void Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - Material((uint)face, (uint)pname, param2); - } + ) => Material((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialfv")] [SupportedApiProfile("gl")] @@ -38709,10 +38116,7 @@ public static void Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - Material((uint)face, (uint)pname, param2); - } + ) => Material((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialiv")] [SupportedApiProfile("gl")] @@ -38755,10 +38159,7 @@ public static void Materialx( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - Materialx((uint)face, (uint)pname, param2); - } + ) => Materialx((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialxOES")] [SupportedApiProfile("gl")] @@ -38777,10 +38178,7 @@ public static void MaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - MaterialxOES((uint)face, (uint)pname, param2); - } + ) => MaterialxOES((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -38863,10 +38261,7 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexPointerARB")] [SupportedApiProfile("gl")] @@ -39121,10 +38516,7 @@ public static void MatrixLoadEXT( [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] public static void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixLoadIdentityEXT((uint)mode); - } + ) => MatrixLoadIdentityEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadTranspose3x3fNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39221,10 +38613,7 @@ public static void MatrixLoadTransposeEXT( [NativeFunction("opengl", EntryPoint = "glMatrixMode")] public static void MatrixMode( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixMode((uint)mode); - } + ) => MatrixMode((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMult3x2fNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39449,10 +38838,7 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixPopEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39467,10 +38853,7 @@ public static void MatrixOrthoEXT( [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] public static void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixPopEXT((uint)mode); - } + ) => MatrixPopEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixPushEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39485,10 +38868,7 @@ public static void MatrixPopEXT( [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] public static void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixPushEXT((uint)mode); - } + ) => MatrixPushEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixRotatedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39513,10 +38893,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => MatrixRotateEXT((uint)mode, angle, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixRotatefEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39541,10 +38918,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => MatrixRotateEXT((uint)mode, angle, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixScaledEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39567,10 +38941,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixScaleEXT((uint)mode, x, y, z); - } + ) => MatrixScaleEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixScalefEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39593,10 +38964,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixScaleEXT((uint)mode, x, y, z); - } + ) => MatrixScaleEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixTranslatedEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39619,10 +38987,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => MatrixTranslateEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixTranslatefEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39645,10 +39010,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => MatrixTranslateEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaxShaderCompilerThreadsARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39676,10 +39038,7 @@ public static extern void MaxShaderCompilerThreadsKHR( [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] public static void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrier((uint)barriers); - } + ) => MemoryBarrier((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryBarrierByRegion")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39694,10 +39053,7 @@ public static extern void MemoryBarrierByRegion( [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] public static void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrierByRegion((uint)barriers); - } + ) => MemoryBarrierByRegion((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryBarrierEXT")] [SupportedApiProfile("gl")] @@ -39708,10 +39064,7 @@ public static void MemoryBarrierByRegion( [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] public static void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrierEXT((uint)barriers); - } + ) => MemoryBarrierEXT((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryObjectParameterivEXT")] [SupportedApiProfile("gl")] @@ -39756,10 +39109,7 @@ public static void Minmax( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - Minmax((uint)target, (uint)internalformat, (uint)sink); - } + ) => Minmax((uint)target, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinmaxEXT")] [SupportedApiProfile("gl")] @@ -39776,10 +39126,7 @@ public static void MinmaxEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); - } + ) => MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinSampleShading")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -39832,8 +39179,7 @@ public static void MulticastBlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] uint filter - ) - { + ) => MulticastBlitFramebufferNV( srcGpu, dstGpu, @@ -39848,7 +39194,6 @@ public static void MulticastBlitFramebufferNV( (uint)mask, filter ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastBufferSubDataNV")] [SupportedApiProfile("gl")] @@ -41200,10 +40545,7 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); - } + ) => MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1bOES")] [SupportedApiProfile("gl")] @@ -41218,10 +40560,7 @@ public static extern void MultiTexCoord1OES( public static void MultiTexCoord1OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s - ) - { - MultiTexCoord1OES((uint)texture, s); - } + ) => MultiTexCoord1OES((uint)texture, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1bvOES")] [SupportedApiProfile("gl")] @@ -41260,10 +40599,7 @@ public static extern void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => MultiTexCoord1((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1dARB")] [SupportedApiProfile("gl")] @@ -41278,10 +40614,7 @@ public static extern void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => MultiTexCoord1ARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1dv")] [SupportedApiProfile("gl")] @@ -41344,10 +40677,7 @@ public static extern void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => MultiTexCoord1((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1fARB")] [SupportedApiProfile("gl")] @@ -41362,10 +40692,7 @@ public static extern void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => MultiTexCoord1ARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1fv")] [SupportedApiProfile("gl")] @@ -41428,10 +40755,7 @@ public static extern void MultiTexCoord1NV( public static void MultiTexCoord1NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s - ) - { - MultiTexCoord1NV((uint)target, s); - } + ) => MultiTexCoord1NV((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1hvNV")] [SupportedApiProfile("gl")] @@ -41470,10 +40794,7 @@ public static extern void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => MultiTexCoord1((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1iARB")] [SupportedApiProfile("gl")] @@ -41488,10 +40809,7 @@ public static extern void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => MultiTexCoord1ARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1iv")] [SupportedApiProfile("gl")] @@ -41554,10 +40872,7 @@ public static extern void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => MultiTexCoord1((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1sARB")] [SupportedApiProfile("gl")] @@ -41572,10 +40887,7 @@ public static extern void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => MultiTexCoord1ARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1sv")] [SupportedApiProfile("gl")] @@ -41638,10 +40950,7 @@ public static extern void MultiTexCoord1XOES( public static void MultiTexCoord1XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s - ) - { - MultiTexCoord1XOES((uint)texture, s); - } + ) => MultiTexCoord1XOES((uint)texture, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1xvOES")] [SupportedApiProfile("gl")] @@ -41682,10 +40991,7 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t - ) - { - MultiTexCoord2OES((uint)texture, s, t); - } + ) => MultiTexCoord2OES((uint)texture, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2bvOES")] [SupportedApiProfile("gl")] @@ -41726,10 +41032,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2dARB")] [SupportedApiProfile("gl")] @@ -41746,10 +41049,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2dv")] [SupportedApiProfile("gl")] @@ -41814,10 +41114,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2fARB")] [SupportedApiProfile("gl")] @@ -41834,10 +41131,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2fv")] [SupportedApiProfile("gl")] @@ -41902,10 +41196,7 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t - ) - { - MultiTexCoord2NV((uint)target, s, t); - } + ) => MultiTexCoord2NV((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2hvNV")] [SupportedApiProfile("gl")] @@ -41946,10 +41237,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2iARB")] [SupportedApiProfile("gl")] @@ -41966,10 +41254,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2iv")] [SupportedApiProfile("gl")] @@ -42034,10 +41319,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2sARB")] [SupportedApiProfile("gl")] @@ -42054,10 +41336,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2sv")] [SupportedApiProfile("gl")] @@ -42122,10 +41401,7 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t - ) - { - MultiTexCoord2XOES((uint)texture, s, t); - } + ) => MultiTexCoord2XOES((uint)texture, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2xvOES")] [SupportedApiProfile("gl")] @@ -42168,10 +41444,7 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r - ) - { - MultiTexCoord3OES((uint)texture, s, t, r); - } + ) => MultiTexCoord3OES((uint)texture, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3bvOES")] [SupportedApiProfile("gl")] @@ -42214,10 +41487,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3dARB")] [SupportedApiProfile("gl")] @@ -42236,10 +41506,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3dv")] [SupportedApiProfile("gl")] @@ -42306,10 +41573,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3fARB")] [SupportedApiProfile("gl")] @@ -42328,10 +41592,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3fv")] [SupportedApiProfile("gl")] @@ -42398,10 +41659,7 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r - ) - { - MultiTexCoord3NV((uint)target, s, t, r); - } + ) => MultiTexCoord3NV((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3hvNV")] [SupportedApiProfile("gl")] @@ -42444,10 +41702,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3iARB")] [SupportedApiProfile("gl")] @@ -42466,10 +41721,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3iv")] [SupportedApiProfile("gl")] @@ -42536,10 +41788,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3sARB")] [SupportedApiProfile("gl")] @@ -42558,10 +41807,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3sv")] [SupportedApiProfile("gl")] @@ -42628,10 +41874,7 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r - ) - { - MultiTexCoord3XOES((uint)texture, s, t, r); - } + ) => MultiTexCoord3XOES((uint)texture, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3xvOES")] [SupportedApiProfile("gl")] @@ -42676,10 +41919,7 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r, [NativeTypeName("GLbyte")] sbyte q - ) - { - MultiTexCoord4OES((uint)texture, s, t, r, q); - } + ) => MultiTexCoord4OES((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4bvOES")] [SupportedApiProfile("gl")] @@ -42724,10 +41964,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4dARB")] [SupportedApiProfile("gl")] @@ -42748,10 +41985,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4dv")] [SupportedApiProfile("gl")] @@ -42822,10 +42056,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4fARB")] [SupportedApiProfile("gl")] @@ -42846,10 +42077,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4fv")] [SupportedApiProfile("gl")] @@ -42918,10 +42146,7 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r, [NativeTypeName("GLhalfNV")] ushort q - ) - { - MultiTexCoord4NV((uint)target, s, t, r, q); - } + ) => MultiTexCoord4NV((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4hvNV")] [SupportedApiProfile("gl")] @@ -42966,10 +42191,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4iARB")] [SupportedApiProfile("gl")] @@ -42990,10 +42212,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4iv")] [SupportedApiProfile("gl")] @@ -43062,10 +42281,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4sARB")] [SupportedApiProfile("gl")] @@ -43086,10 +42302,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4sv")] [SupportedApiProfile("gl")] @@ -43158,10 +42371,7 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - MultiTexCoord4X((uint)texture, s, t, r, q); - } + ) => MultiTexCoord4X((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4xOES")] [SupportedApiProfile("gl")] @@ -43184,10 +42394,7 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - MultiTexCoord4XOES((uint)texture, s, t, r, q); - } + ) => MultiTexCoord4XOES((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4xvOES")] [SupportedApiProfile("gl")] @@ -43228,10 +42435,7 @@ public static void MultiTexCoordP1( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP1((uint)texture, (uint)type, coords); - } + ) => MultiTexCoordP1((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP1uiv")] [SupportedApiProfile("gl")] @@ -43274,10 +42478,7 @@ public static void MultiTexCoordP2( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP2((uint)texture, (uint)type, coords); - } + ) => MultiTexCoordP2((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP2uiv")] [SupportedApiProfile("gl")] @@ -43320,10 +42521,7 @@ public static void MultiTexCoordP3( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP3((uint)texture, (uint)type, coords); - } + ) => MultiTexCoordP3((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP3uiv")] [SupportedApiProfile("gl")] @@ -43366,10 +42564,7 @@ public static void MultiTexCoordP4( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP4((uint)texture, (uint)type, coords); - } + ) => MultiTexCoordP4((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP4uiv")] [SupportedApiProfile("gl")] @@ -43448,10 +42643,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnvfvEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43502,10 +42694,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnvivEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43556,10 +42745,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGendvEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43610,10 +42796,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGenfvEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43664,10 +42847,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGenivEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43877,10 +43057,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterfvEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -43931,10 +43108,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterIivEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44043,10 +43217,7 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); - } + ) => MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexSubImage1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44472,10 +43643,7 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); - } + ) => NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferPageCommitmentEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44496,10 +43664,7 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); - } + ) => NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferPageCommitmentMemNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44526,10 +43691,7 @@ public static void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, (uint)commit); - } + ) => NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferStorage")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44725,10 +43887,7 @@ public static extern void NamedFramebufferDrawBuffer( public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant buf - ) - { - NamedFramebufferDrawBuffer(framebuffer, (uint)buf); - } + ) => NamedFramebufferDrawBuffer(framebuffer, (uint)buf); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferDrawBuffers")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44813,10 +43972,7 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - NamedFramebufferParameter(framebuffer, (uint)pname, param2); - } + ) => NamedFramebufferParameter(framebuffer, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferParameteriEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44835,10 +43991,7 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); - } + ) => NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferReadBuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44855,10 +44008,7 @@ public static extern void NamedFramebufferReadBuffer( public static void NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant src - ) - { - NamedFramebufferReadBuffer(framebuffer, (uint)src); - } + ) => NamedFramebufferReadBuffer(framebuffer, (uint)src); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferRenderbuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -44880,15 +44030,13 @@ public static void NamedFramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => NamedFramebufferRenderbuffer( framebuffer, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [DllImport( "opengl", @@ -44914,15 +44062,13 @@ public static void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => NamedFramebufferRenderbufferEXT( framebuffer, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [DllImport( "opengl", @@ -45050,10 +44196,7 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); - } + ) => NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45076,8 +44219,7 @@ public static void NamedFramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => NamedFramebufferTexture1DEXT( framebuffer, (uint)attachment, @@ -45085,7 +44227,6 @@ public static void NamedFramebufferTexture1DEXT( texture, level ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45108,8 +44249,7 @@ public static void NamedFramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => NamedFramebufferTexture2DEXT( framebuffer, (uint)attachment, @@ -45117,7 +44257,6 @@ public static void NamedFramebufferTexture2DEXT( texture, level ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture3DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45142,8 +44281,7 @@ public static void NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => NamedFramebufferTexture3DEXT( framebuffer, (uint)attachment, @@ -45152,7 +44290,6 @@ public static void NamedFramebufferTexture3DEXT( level, zoffset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45173,10 +44310,7 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); - } + ) => NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureFaceEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45199,8 +44333,7 @@ public static void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { + ) => NamedFramebufferTextureFaceEXT( framebuffer, (uint)attachment, @@ -45208,7 +44341,6 @@ public static void NamedFramebufferTextureFaceEXT( level, (uint)face ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureLayer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45231,10 +44363,7 @@ public static void NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - NamedFramebufferTextureLayer(framebuffer, (uint)attachment, texture, level, layer); - } + ) => NamedFramebufferTextureLayer(framebuffer, (uint)attachment, texture, level, layer); [DllImport( "opengl", @@ -45261,10 +44390,7 @@ public static void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - NamedFramebufferTextureLayerEXT(framebuffer, (uint)attachment, texture, level, layer); - } + ) => NamedFramebufferTextureLayerEXT(framebuffer, (uint)attachment, texture, level, layer); [DllImport( "opengl", @@ -45295,10 +44421,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); [DllImport( "opengl", @@ -45363,10 +44486,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); [DllImport( "opengl", @@ -45431,10 +44551,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); [DllImport( "opengl", @@ -45499,10 +44616,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); [DllImport( "opengl", @@ -45697,10 +44811,7 @@ public static void NamedRenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); - } + ) => NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45721,10 +44832,7 @@ public static void NamedRenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); - } + ) => NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); [DllImport( "opengl", @@ -45751,8 +44859,7 @@ public static void NamedRenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => NamedRenderbufferStorageMultisample( renderbuffer, samples, @@ -45760,7 +44867,6 @@ public static void NamedRenderbufferStorageMultisample( width, height ); - } [DllImport( "opengl", @@ -45791,8 +44897,7 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => NamedRenderbufferStorageMultisampleAdvanceAMD( renderbuffer, samples, @@ -45801,7 +44906,6 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( width, height ); - } [DllImport( "opengl", @@ -45830,8 +44934,7 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => NamedRenderbufferStorageMultisampleCoverageEXT( renderbuffer, coverageSamples, @@ -45840,7 +44943,6 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( width, height ); - } [DllImport( "opengl", @@ -45867,8 +44969,7 @@ public static void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => NamedRenderbufferStorageMultisampleEXT( renderbuffer, samples, @@ -45876,7 +44977,6 @@ public static void NamedRenderbufferStorageMultisampleEXT( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedStringARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -45924,10 +45024,7 @@ public static extern void NewList( public static void NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant mode - ) - { - NewList(list, (uint)mode); - } + ) => NewList(list, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNewObjectBufferATI")] [return: NativeTypeName("GLuint")] @@ -46206,10 +45303,7 @@ public static extern void NormalP3( public static void NormalP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - NormalP3((uint)type, coords); - } + ) => NormalP3((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalP3uiv")] [SupportedApiProfile("gl")] @@ -46360,10 +45454,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nx, [NativeTypeName("GLbyte")] sbyte ny, [NativeTypeName("GLbyte")] sbyte nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3bvATI")] [SupportedApiProfile("gl")] @@ -46406,10 +45497,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nx, [NativeTypeName("GLdouble")] double ny, [NativeTypeName("GLdouble")] double nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3dvATI")] [SupportedApiProfile("gl")] @@ -46452,10 +45540,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nx, [NativeTypeName("GLfloat")] float ny, [NativeTypeName("GLfloat")] float nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3fvATI")] [SupportedApiProfile("gl")] @@ -46498,10 +45583,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nx, [NativeTypeName("GLint")] int ny, [NativeTypeName("GLint")] int nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3ivATI")] [SupportedApiProfile("gl")] @@ -46544,10 +45626,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nx, [NativeTypeName("GLshort")] short ny, [NativeTypeName("GLshort")] short nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3svATI")] [SupportedApiProfile("gl")] @@ -46777,10 +45856,7 @@ public static void PassTexCoordATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant coord, [NativeTypeName("GLenum")] Constant swizzle - ) - { - PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); - } + ) => PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPassThrough")] [SupportedApiProfile("gl")] @@ -46831,10 +45907,7 @@ public static extern void PatchParameter( public static void PatchParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameter((uint)pname, value); - } + ) => PatchParameter((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameteriEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -46849,10 +45922,7 @@ public static extern void PatchParameterEXT( public static void PatchParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameterEXT((uint)pname, value); - } + ) => PatchParameterEXT((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameteriOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -46867,10 +45937,7 @@ public static extern void PatchParameterOES( public static void PatchParameterOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameterOES((uint)pname, value); - } + ) => PatchParameterOES((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathColorGenNV")] [SupportedApiProfile("gl")] @@ -47020,10 +46087,7 @@ public static void PathCoordsNV( [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] public static void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func - ) - { - PathCoverDepthFuncNV((uint)func); - } + ) => PathCoverDepthFuncNV((uint)func); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathDashArrayNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -47064,10 +46128,7 @@ public static void PathDashArrayNV( [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] public static void PathFogGenNV( [NativeTypeName("GLenum")] Constant genMode - ) - { - PathFogGenNV((uint)genMode); - } + ) => PathFogGenNV((uint)genMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathGlyphIndexArrayNV")] [return: NativeTypeName("GLenum")] @@ -47349,10 +46410,7 @@ public static void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float value - ) - { - PathParameterNV(path, (uint)pname, value); - } + ) => PathParameterNV(path, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameterfvNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -47403,10 +46461,7 @@ public static void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PathParameterNV(path, (uint)pname, value); - } + ) => PathParameterNV(path, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameterivNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -47466,10 +46521,7 @@ public static void PathStencilFuncNV( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - PathStencilFuncNV((uint)func, @ref, mask); - } + ) => PathStencilFuncNV((uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathStringNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -47804,10 +46856,7 @@ public static extern void PixelStore( public static void PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelStore((uint)pname, param1); - } + ) => PixelStore((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelStorei")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -47828,10 +46877,7 @@ public static extern void PixelStore( public static void PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelStore((uint)pname, param1); - } + ) => PixelStore((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelStorex")] [SupportedApiProfile("gl")] @@ -47846,10 +46892,7 @@ public static extern void PixelStorex( public static void PixelStorex( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PixelStorex((uint)pname, param1); - } + ) => PixelStorex((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterfSGIS")] [SupportedApiProfile("gl")] @@ -47864,10 +46907,7 @@ public static extern void PixelTexGenParameterSGIS( public static void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => PixelTexGenParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterfvSGIS")] [SupportedApiProfile("gl")] @@ -47906,10 +46946,7 @@ public static extern void PixelTexGenParameterSGIS( public static void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => PixelTexGenParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterivSGIS")] [SupportedApiProfile("gl")] @@ -47944,10 +46981,7 @@ public static void PixelTexGenParameterSGIS( [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] public static void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode - ) - { - PixelTexGenSGIX((uint)mode); - } + ) => PixelTexGenSGIX((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferf")] [SupportedApiProfile("gl")] @@ -47962,10 +46996,7 @@ public static extern void PixelTransfer( public static void PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelTransfer((uint)pname, param1); - } + ) => PixelTransfer((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferi")] [SupportedApiProfile("gl")] @@ -47980,10 +47011,7 @@ public static extern void PixelTransfer( public static void PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelTransfer((uint)pname, param1); - } + ) => PixelTransfer((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferxOES")] [SupportedApiProfile("gl")] @@ -47998,10 +47026,7 @@ public static extern void PixelTransferxOES( public static void PixelTransferxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PixelTransferxOES((uint)pname, param1); - } + ) => PixelTransferxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterfEXT")] [SupportedApiProfile("gl")] @@ -48018,10 +47043,7 @@ public static void PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => PixelTransformParameterEXT((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterfvEXT")] [SupportedApiProfile("gl")] @@ -48064,10 +47086,7 @@ public static void PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => PixelTransformParameterEXT((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterivEXT")] [SupportedApiProfile("gl")] @@ -48122,10 +47141,7 @@ public static extern void PNTrianglesATI( public static void PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PNTrianglesATI((uint)pname, param1); - } + ) => PNTrianglesATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPNTrianglesiATI")] [SupportedApiProfile("gl")] @@ -48140,10 +47156,7 @@ public static extern void PNTrianglesATI( public static void PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PNTrianglesATI((uint)pname, param1); - } + ) => PNTrianglesATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointAlongPathNV")] [return: NativeTypeName("GLboolean")] @@ -48217,10 +47230,7 @@ public static extern void PointParameter( public static void PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameter((uint)pname, param1); - } + ) => PointParameter((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfARB")] [SupportedApiProfile("gl")] @@ -48235,10 +47245,7 @@ public static extern void PointParameterARB( public static void PointParameterARB( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterARB((uint)pname, param1); - } + ) => PointParameterARB((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfEXT")] [SupportedApiProfile("gl")] @@ -48253,10 +47260,7 @@ public static extern void PointParameterEXT( public static void PointParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterEXT((uint)pname, param1); - } + ) => PointParameterEXT((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfSGIS")] [SupportedApiProfile("gl")] @@ -48271,10 +47275,7 @@ public static extern void PointParameterSGIS( public static void PointParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterSGIS((uint)pname, param1); - } + ) => PointParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -48391,10 +47392,7 @@ public static extern void PointParameter( public static void PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PointParameter((uint)pname, param1); - } + ) => PointParameter((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameteriNV")] [SupportedApiProfile("gl")] @@ -48409,10 +47407,7 @@ public static extern void PointParameterNV( public static void PointParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PointParameterNV((uint)pname, param1); - } + ) => PointParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameteriv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -48477,10 +47472,7 @@ public static extern void PointParameterx( public static void PointParameterx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PointParameterx((uint)pname, param1); - } + ) => PointParameterx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterxOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -48495,10 +47487,7 @@ public static extern void PointParameterxOES( public static void PointParameterxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PointParameterxOES((uint)pname, param1); - } + ) => PointParameterxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -48646,10 +47635,7 @@ public static extern void PolygonMode( public static void PolygonMode( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - PolygonMode((uint)face, (uint)mode); - } + ) => PolygonMode((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonModeNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -48664,10 +47650,7 @@ public static extern void PolygonModeNV( public static void PolygonModeNV( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - PolygonModeNV((uint)face, (uint)mode); - } + ) => PolygonModeNV((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffset")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -49126,10 +48109,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4dvARB")] [SupportedApiProfile("gl")] @@ -49178,10 +48158,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4fvARB")] [SupportedApiProfile("gl")] @@ -49230,10 +48207,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4ivNV")] [SupportedApiProfile("gl")] @@ -49282,10 +48256,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4uivNV")] [SupportedApiProfile("gl")] @@ -49418,10 +48389,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4dvARB")] [SupportedApiProfile("gl")] @@ -49470,10 +48438,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4fvARB")] [SupportedApiProfile("gl")] @@ -49522,10 +48487,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4ivNV")] [SupportedApiProfile("gl")] @@ -49574,10 +48536,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4uivNV")] [SupportedApiProfile("gl")] @@ -49836,10 +48795,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => ProgramParameter4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4dvNV")] [SupportedApiProfile("gl")] @@ -49888,10 +48844,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => ProgramParameter4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4fvNV")] [SupportedApiProfile("gl")] @@ -49936,10 +48889,7 @@ public static void ProgramParameter( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameter(program, (uint)pname, value); - } + ) => ProgramParameter(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameteriARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -49958,10 +48908,7 @@ public static void ProgramParameterARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameterARB(program, (uint)pname, value); - } + ) => ProgramParameterARB(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameteriEXT")] [SupportedApiProfile("gl")] @@ -49980,10 +48927,7 @@ public static void ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameterEXT(program, (uint)pname, value); - } + ) => ProgramParameterEXT(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameters4dvNV")] [SupportedApiProfile("gl")] @@ -53476,10 +52420,7 @@ public static extern void ProgramVertexLimitNV( public static void ProgramVertexLimitNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int limit - ) - { - ProgramVertexLimitNV((uint)target, limit); - } + ) => ProgramVertexLimitNV((uint)target, limit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProvokingVertex")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -53492,10 +52433,7 @@ public static void ProgramVertexLimitNV( [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] public static void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode - ) - { - ProvokingVertex((uint)mode); - } + ) => ProvokingVertex((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProvokingVertexEXT")] [SupportedApiProfile("gl")] @@ -53506,10 +52444,7 @@ public static void ProvokingVertex( [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] public static void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ProvokingVertexEXT((uint)mode); - } + ) => ProvokingVertexEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushAttrib")] [SupportedApiProfile("gl")] @@ -53520,10 +52455,7 @@ public static void ProvokingVertexEXT( [NativeFunction("opengl", EntryPoint = "glPushAttrib")] public static void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushAttrib((uint)mask); - } + ) => PushAttrib((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushClientAttrib")] [SupportedApiProfile("gl")] @@ -53534,10 +52466,7 @@ public static void PushAttrib( [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] public static void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushClientAttrib((uint)mask); - } + ) => PushClientAttrib((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushClientAttribDefaultEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -53552,10 +52481,7 @@ public static extern void PushClientAttribDefaultEXT( [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] public static void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushClientAttribDefaultEXT((uint)mask); - } + ) => PushClientAttribDefaultEXT((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushDebugGroup")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -53669,10 +52595,7 @@ public static extern void QueryCounter( public static void QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - QueryCounter(id, (uint)target); - } + ) => QueryCounter(id, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryCounterEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -53687,10 +52610,7 @@ public static extern void QueryCounterEXT( public static void QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - QueryCounterEXT(id, (uint)target); - } + ) => QueryCounterEXT(id, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryMatrixxOES")] [return: NativeTypeName("GLbitfield")] @@ -53738,10 +52658,7 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint param3 - ) - { - QueryObjectParameterAMD((uint)target, id, pname, param3); - } + ) => QueryObjectParameterAMD((uint)target, id, pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryResourceNV")] [return: NativeTypeName("GLint")] @@ -54204,10 +53121,7 @@ public static extern void RasterSamplesEXT( public static void RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - RasterSamplesEXT(samples, (uint)fixedsamplelocations); - } + ) => RasterSamplesEXT(samples, (uint)fixedsamplelocations); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -54220,10 +53134,7 @@ public static void RasterSamplesEXT( [NativeFunction("opengl", EntryPoint = "glReadBuffer")] public static void ReadBuffer( [NativeTypeName("GLenum")] Constant src - ) - { - ReadBuffer((uint)src); - } + ) => ReadBuffer((uint)src); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBufferIndexedEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -54238,10 +53149,7 @@ public static extern void ReadBufferIndexedEXT( public static void ReadBufferIndexedEXT( [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLint")] int index - ) - { - ReadBufferIndexedEXT((uint)src, index); - } + ) => ReadBufferIndexedEXT((uint)src, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBufferNV")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -54679,10 +53587,7 @@ public static void RenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorage((uint)target, (uint)internalformat, width, height); - } + ) => RenderbufferStorage((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageEXT")] [SupportedApiProfile("gl")] @@ -54701,10 +53606,7 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); - } + ) => RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisample")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -54727,8 +53629,7 @@ public static void RenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisample( (uint)target, samples, @@ -54736,7 +53637,6 @@ public static void RenderbufferStorageMultisample( width, height ); - } [DllImport( "opengl", @@ -54767,8 +53667,7 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleAdvanceAMD( (uint)target, samples, @@ -54777,7 +53676,6 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( width, height ); - } [DllImport( "opengl", @@ -54802,8 +53700,7 @@ public static void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleAngle( (uint)target, samples, @@ -54811,7 +53708,6 @@ public static void RenderbufferStorageMultisampleAngle( width, height ); - } [DllImport( "opengl", @@ -54838,8 +53734,7 @@ public static void RenderbufferStorageMultisampleApple( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleApple( (uint)target, samples, @@ -54847,7 +53742,6 @@ public static void RenderbufferStorageMultisampleApple( width, height ); - } [DllImport( "opengl", @@ -54876,8 +53770,7 @@ public static void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleCoverageNV( (uint)target, coverageSamples, @@ -54886,7 +53779,6 @@ public static void RenderbufferStorageMultisampleCoverageNV( width, height ); - } [DllImport( "opengl", @@ -54915,8 +53807,7 @@ public static void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleEXT( (uint)target, samples, @@ -54924,7 +53815,6 @@ public static void RenderbufferStorageMultisampleEXT( width, height ); - } [DllImport( "opengl", @@ -54951,8 +53841,7 @@ public static void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleIMG( (uint)target, samples, @@ -54960,7 +53849,6 @@ public static void RenderbufferStorageMultisampleIMG( width, height ); - } [DllImport( "opengl", @@ -54985,8 +53873,7 @@ public static void RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => RenderbufferStorageMultisampleNV( (uint)target, samples, @@ -54994,7 +53881,6 @@ public static void RenderbufferStorageMultisampleNV( width, height ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -55013,10 +53899,7 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); - } + ) => RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderGpuMaskNV")] [SupportedApiProfile("gl")] @@ -55112,10 +53995,7 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); - } + ) => ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); [DllImport( "opengl", @@ -55224,10 +54104,7 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor4FNormal3FVertex3SUN((uint)rc, r, g, b, a, nx, ny, nz, x, y, z); - } + ) => ReplacementCodeuiColor4FNormal3FVertex3SUN((uint)rc, r, g, b, a, nx, ny, nz, x, y, z); [DllImport( "opengl", @@ -55347,10 +54224,7 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); - } + ) => ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); [DllImport( "opengl", @@ -55451,10 +54325,7 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); - } + ) => ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); [DllImport( "opengl", @@ -55537,10 +54408,7 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] public static void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code - ) - { - ReplacementCodeSUN((uint)code); - } + ) => ReplacementCodeSUN((uint)code); [DllImport( "opengl", @@ -55584,8 +54452,7 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { + ) => ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( (uint)rc, s, @@ -55601,7 +54468,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( y, z ); - } [DllImport( "opengl", @@ -55747,10 +54613,7 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiTexCoord2FNormal3FVertex3SUN((uint)rc, s, t, nx, ny, nz, x, y, z); - } + ) => ReplacementCodeuiTexCoord2FNormal3FVertex3SUN((uint)rc, s, t, nx, ny, nz, x, y, z); [DllImport( "opengl", @@ -55866,10 +54729,7 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); - } + ) => ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); [DllImport( "opengl", @@ -55960,10 +54820,7 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); - } + ) => ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [SupportedApiProfile("gl")] @@ -56131,10 +54988,7 @@ public static void RequestResidentProgramNV( [NativeFunction("opengl", EntryPoint = "glResetHistogram")] public static void ResetHistogram( [NativeTypeName("GLenum")] Constant target - ) - { - ResetHistogram((uint)target); - } + ) => ResetHistogram((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetHistogramEXT")] [SupportedApiProfile("gl")] @@ -56145,10 +54999,7 @@ public static void ResetHistogram( [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] public static void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ResetHistogramEXT((uint)target); - } + ) => ResetHistogramEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetMemoryObjectParameterNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -56168,10 +55019,7 @@ public static extern void ResetMemoryObjectParameterNV( [NativeFunction("opengl", EntryPoint = "glResetMinmax")] public static void ResetMinmax( [NativeTypeName("GLenum")] Constant target - ) - { - ResetMinmax((uint)target); - } + ) => ResetMinmax((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetMinmaxEXT")] [SupportedApiProfile("gl")] @@ -56182,10 +55030,7 @@ public static void ResetMinmax( [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] public static void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ResetMinmaxEXT((uint)target); - } + ) => ResetMinmaxEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResizeBuffersMESA")] [SupportedApiProfile("gl")] @@ -56272,10 +55117,7 @@ public static extern void SampleCoverage( public static void SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoverage(value, (uint)invert); - } + ) => SampleCoverage(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoverageARB")] [SupportedApiProfile("gl")] @@ -56290,10 +55132,7 @@ public static extern void SampleCoverageARB( public static void SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoverageARB(value, (uint)invert); - } + ) => SampleCoverageARB(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoveragex")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -56308,10 +55147,7 @@ public static extern void SampleCoveragex( public static void SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoveragex(value, (uint)invert); - } + ) => SampleCoveragex(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoveragexOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -56326,10 +55162,7 @@ public static extern void SampleCoveragexOES( public static void SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoveragexOES(value, (uint)invert); - } + ) => SampleCoveragexOES(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMapATI")] [SupportedApiProfile("gl")] @@ -56346,10 +55179,7 @@ public static void SampleMapATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant interp, [NativeTypeName("GLenum")] Constant swizzle - ) - { - SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); - } + ) => SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaskEXT")] [SupportedApiProfile("gl")] @@ -56364,10 +55194,7 @@ public static extern void SampleMaskEXT( public static void SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleMaskEXT(value, (uint)invert); - } + ) => SampleMaskEXT(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaski")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -56397,10 +55224,7 @@ public static extern void SampleMaskSGIS( public static void SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleMaskSGIS(value, (uint)invert); - } + ) => SampleMaskSGIS(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplePatternEXT")] [SupportedApiProfile("gl")] @@ -56411,10 +55235,7 @@ public static void SampleMaskSGIS( [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] public static void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern - ) - { - SamplePatternEXT((uint)pattern); - } + ) => SamplePatternEXT((uint)pattern); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplePatternSGIS")] [SupportedApiProfile("gl")] @@ -56425,10 +55246,7 @@ public static void SamplePatternEXT( [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] public static void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern - ) - { - SamplePatternSGIS((uint)pattern); - } + ) => SamplePatternSGIS((uint)pattern); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterf")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -56449,10 +55267,7 @@ public static void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - SamplerParameter(sampler, (uint)pname, param2); - } + ) => SamplerParameter(sampler, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -56503,10 +55318,7 @@ public static void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - SamplerParameter(sampler, (uint)pname, param2); - } + ) => SamplerParameter(sampler, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -57433,10 +56245,7 @@ public static void SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - SecondaryColorFormatNV(size, (uint)type, stride); - } + ) => SecondaryColorFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorP3ui")] [SupportedApiProfile("gl")] @@ -57451,10 +56260,7 @@ public static extern void SecondaryColorP3( public static void SecondaryColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - SecondaryColorP3((uint)type, color); - } + ) => SecondaryColorP3((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorP3uiv")] [SupportedApiProfile("gl")] @@ -57799,10 +56605,7 @@ public static extern void SetFenceNV( public static void SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] Constant condition - ) - { - SetFenceNV(fence, (uint)condition); - } + ) => SetFenceNV(fence, (uint)condition); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetFragmentShaderConstantATI")] [SupportedApiProfile("gl")] @@ -57917,10 +56720,7 @@ public static void SetMultisampleAMD( [NativeFunction("opengl", EntryPoint = "glShadeModel")] public static void ShadeModel( [NativeTypeName("GLenum")] Constant mode - ) - { - ShadeModel((uint)mode); - } + ) => ShadeModel((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderBinary")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -57972,10 +56772,7 @@ public static void ShaderOp1EXT( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1 - ) - { - ShaderOp1EXT((uint)op, res, arg1); - } + ) => ShaderOp1EXT((uint)op, res, arg1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderOp2EXT")] [SupportedApiProfile("gl")] @@ -57994,10 +56791,7 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2 - ) - { - ShaderOp2EXT((uint)op, res, arg1, arg2); - } + ) => ShaderOp2EXT((uint)op, res, arg1, arg2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderOp3EXT")] [SupportedApiProfile("gl")] @@ -58018,10 +56812,7 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2, [NativeTypeName("GLuint")] uint arg3 - ) - { - ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); - } + ) => ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderSource")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58107,10 +56898,7 @@ public static extern void ShadingRateCombinerOpEXT( public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp0, [NativeTypeName("GLenum")] Constant combinerOp1 - ) - { - ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); - } + ) => ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -58121,10 +56909,7 @@ public static void ShadingRateCombinerOpEXT( [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] public static void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate - ) - { - ShadingRateEXT((uint)rate); - } + ) => ShadingRateEXT((uint)rate); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateImageBarrierNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58141,10 +56926,7 @@ public static extern void ShadingRateImageBarrierNV( [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] public static void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize - ) - { - ShadingRateImageBarrierNV((uint)synchronize); - } + ) => ShadingRateImageBarrierNV((uint)synchronize); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateImagePaletteNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58187,10 +56969,7 @@ public static void ShadingRateImagePaletteNV( [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] public static void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate - ) - { - ShadingRateQCOM((uint)rate); - } + ) => ShadingRateQCOM((uint)rate); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateSampleOrderCustomNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58500,10 +57279,7 @@ public static extern void SpriteParameterSGIX( public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - SpriteParameterSGIX((uint)pname, param1); - } + ) => SpriteParameterSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameterfvSGIX")] [SupportedApiProfile("gl")] @@ -58542,10 +57318,7 @@ public static extern void SpriteParameterSGIX( public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - SpriteParameterSGIX((uint)pname, param1); - } + ) => SpriteParameterSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameterivSGIX")] [SupportedApiProfile("gl")] @@ -58596,10 +57369,7 @@ public static void StartTilingQCOM( [NativeTypeName("GLuint")] uint width, [NativeTypeName("GLuint")] uint height, [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - StartTilingQCOM(x, y, width, height, (uint)preserveMask); - } + ) => StartTilingQCOM(x, y, width, height, (uint)preserveMask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStateCaptureNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58685,10 +57455,7 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFillPathNV(path, (uint)fillMode, mask); - } + ) => StencilFillPathNV(path, (uint)fillMode, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFunc")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58711,10 +57478,7 @@ public static void StencilFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFunc((uint)func, @ref, mask); - } + ) => StencilFunc((uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFuncSeparate")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58737,10 +57501,7 @@ public static void StencilFuncSeparate( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFuncSeparate((uint)face, (uint)func, @ref, mask); - } + ) => StencilFuncSeparate((uint)face, (uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFuncSeparateATI")] [SupportedApiProfile("gl")] @@ -58759,10 +57520,7 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLenum")] Constant backfunc, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); - } + ) => StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilMask")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58788,10 +57546,7 @@ public static extern void StencilMaskSeparate( public static void StencilMaskSeparate( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint mask - ) - { - StencilMaskSeparate((uint)face, mask); - } + ) => StencilMaskSeparate((uint)face, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOp")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58814,10 +57569,7 @@ public static void StencilOp( [NativeTypeName("GLenum")] Constant fail, [NativeTypeName("GLenum")] Constant zfail, [NativeTypeName("GLenum")] Constant zpass - ) - { - StencilOp((uint)fail, (uint)zfail, (uint)zpass); - } + ) => StencilOp((uint)fail, (uint)zfail, (uint)zpass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpSeparate")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -58840,10 +57592,7 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpSeparateATI")] [SupportedApiProfile("gl")] @@ -58862,10 +57611,7 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpValueAMD")] [SupportedApiProfile("gl")] @@ -58880,10 +57626,7 @@ public static extern void StencilOpValueAMD( public static void StencilOpValueAMD( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint value - ) - { - StencilOpValueAMD((uint)face, value); - } + ) => StencilOpValueAMD((uint)face, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilStrokePathInstancedNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -59023,10 +57766,7 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); - } + ) => StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); [DllImport( "opengl", @@ -59106,10 +57846,7 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLint")] int reference, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); - } + ) => StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStopInstrumentsSGIX")] [SupportedApiProfile("gl")] @@ -59169,10 +57906,7 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSyncTextureINTEL")] [SupportedApiProfile("gl")] @@ -59414,10 +58148,7 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexAttachMemoryNV((uint)target, memory, offset); - } + ) => TexAttachMemoryNV((uint)target, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBuffer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -59436,10 +58167,7 @@ public static void TexBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBuffer((uint)target, (uint)internalformat, buffer); - } + ) => TexBuffer((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferARB")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -59458,10 +58186,7 @@ public static void TexBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferARB((uint)target, (uint)internalformat, buffer); - } + ) => TexBufferARB((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferEXT")] [SupportedApiProfile("gl")] @@ -59480,10 +58205,7 @@ public static void TexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferEXT((uint)target, (uint)internalformat, buffer); - } + ) => TexBufferEXT((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -59500,10 +58222,7 @@ public static void TexBufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferOES((uint)target, (uint)internalformat, buffer); - } + ) => TexBufferOES((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRange")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -59526,10 +58245,7 @@ public static void TexBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRangeEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -59550,10 +58266,7 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRangeOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -59574,10 +58287,7 @@ public static void TexBufferRangeOES( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBumpParameterfvATI")] [SupportedApiProfile("gl")] @@ -60661,10 +59371,7 @@ public static extern void TexCoordP1( public static void TexCoordP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP1((uint)type, coords); - } + ) => TexCoordP1((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP1uiv")] [SupportedApiProfile("gl")] @@ -60703,10 +59410,7 @@ public static extern void TexCoordP2( public static void TexCoordP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP2((uint)type, coords); - } + ) => TexCoordP2((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP2uiv")] [SupportedApiProfile("gl")] @@ -60745,10 +59449,7 @@ public static extern void TexCoordP3( public static void TexCoordP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP3((uint)type, coords); - } + ) => TexCoordP3((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP3uiv")] [SupportedApiProfile("gl")] @@ -60787,10 +59488,7 @@ public static extern void TexCoordP4( public static void TexCoordP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP4((uint)type, coords); - } + ) => TexCoordP4((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP4uiv")] [SupportedApiProfile("gl")] @@ -60949,10 +59647,7 @@ public static void TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexEnv((uint)target, (uint)pname, param2); - } + ) => TexEnv((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvfv")] [SupportedApiProfile("gl")] @@ -60999,10 +59694,7 @@ public static void TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexEnv((uint)target, (uint)pname, param2); - } + ) => TexEnv((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnviv")] [SupportedApiProfile("gl")] @@ -61047,10 +59739,7 @@ public static void TexEnvx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexEnvx((uint)target, (uint)pname, param2); - } + ) => TexEnvx((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvxOES")] [SupportedApiProfile("gl")] @@ -61069,10 +59758,7 @@ public static void TexEnvxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexEnvxOES((uint)target, (uint)pname, param2); - } + ) => TexEnvxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -61188,10 +59874,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGendv")] [SupportedApiProfile("gl")] @@ -61234,10 +59917,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenfOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -61254,10 +59934,7 @@ public static void TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexGenOES((uint)coord, (uint)pname, param2); - } + ) => TexGenOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenfv")] [SupportedApiProfile("gl")] @@ -61326,10 +60003,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGeniOES")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -61346,10 +60020,7 @@ public static void TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexGenOES((uint)coord, (uint)pname, param2); - } + ) => TexGenOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGeniv")] [SupportedApiProfile("gl")] @@ -61420,10 +60091,7 @@ public static void TexGenxOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexGenxOES((uint)coord, (uint)pname, param2); - } + ) => TexGenxOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenxvOES")] [SupportedApiProfile("gl")] @@ -61577,8 +60245,7 @@ public static void TexImage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TexImage2DMultisample( (uint)target, samples, @@ -61587,7 +60254,6 @@ public static void TexImage2DMultisample( height, (uint)fixedsamplelocations ); - } [DllImport( "opengl", @@ -61616,8 +60282,7 @@ public static void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TexImage2DMultisampleCoverageNV( (uint)target, coverageSamples, @@ -61627,7 +60292,6 @@ public static void TexImage2DMultisampleCoverageNV( height, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -61758,8 +60422,7 @@ public static void TexImage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TexImage3DMultisample( (uint)target, samples, @@ -61769,7 +60432,6 @@ public static void TexImage3DMultisample( depth, (uint)fixedsamplelocations ); - } [DllImport( "opengl", @@ -61800,8 +60462,7 @@ public static void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TexImage3DMultisampleCoverageNV( (uint)target, coverageSamples, @@ -61812,7 +60473,6 @@ public static void TexImage3DMultisampleCoverageNV( depth, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3DOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -61948,8 +60608,7 @@ public static void TexPageCommitmentARB( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => TexPageCommitmentARB( target, level, @@ -61961,7 +60620,6 @@ public static void TexPageCommitmentARB( depth, (uint)commit ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexPageCommitmentEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -61990,8 +60648,7 @@ public static void TexPageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => TexPageCommitmentEXT( target, level, @@ -62003,7 +60660,6 @@ public static void TexPageCommitmentEXT( depth, (uint)commit ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexPageCommitmentMemNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62042,8 +60698,7 @@ public static void TexPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => TexPageCommitmentMemNV( (uint)target, layer, @@ -62058,7 +60713,6 @@ public static void TexPageCommitmentMemNV( offset, (uint)commit ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterf")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62081,10 +60735,7 @@ public static void TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexParameter((uint)target, (uint)pname, param2); - } + ) => TexParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62139,10 +60790,7 @@ public static void TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexParameter((uint)target, (uint)pname, param2); - } + ) => TexParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62355,10 +61003,7 @@ public static void TexParameterx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexParameterx((uint)target, (uint)pname, param2); - } + ) => TexParameterx((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterxOES")] [SupportedApiProfile("gl")] @@ -62377,10 +61022,7 @@ public static void TexParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexParameterxOES((uint)target, (uint)pname, param2); - } + ) => TexParameterxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterxv")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -62449,10 +61091,7 @@ public static extern void TexRenderbufferNV( public static void TexRenderbufferNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - TexRenderbufferNV((uint)target, renderbuffer); - } + ) => TexRenderbufferNV((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62473,10 +61112,7 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TexStorage1D((uint)target, levels, (uint)internalformat, width); - } + ) => TexStorage1D((uint)target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62501,10 +61137,7 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); - } + ) => TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62527,10 +61160,7 @@ public static void TexStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TexStorage2D((uint)target, levels, (uint)internalformat, width, height); - } + ) => TexStorage2D((uint)target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62557,10 +61187,7 @@ public static void TexStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); - } + ) => TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2DMultisample")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62585,8 +61212,7 @@ public static void TexStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TexStorage2DMultisample( (uint)target, samples, @@ -62595,7 +61221,6 @@ public static void TexStorage2DMultisample( height, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62620,10 +61245,7 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); - } + ) => TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62652,10 +61274,7 @@ public static void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TexStorage3DEXT((uint)target, levels, (uint)internalformat, width, height, depth); - } + ) => TexStorage3DEXT((uint)target, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DMultisample")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -62682,8 +61301,7 @@ public static void TexStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TexStorage3DMultisample( (uint)target, samples, @@ -62693,7 +61311,6 @@ public static void TexStorage3DMultisample( depth, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DMultisampleOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -62718,8 +61335,7 @@ public static void TexStorage3DMultisampleOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TexStorage3DMultisampleOES( (uint)target, samples, @@ -62729,7 +61345,6 @@ public static void TexStorage3DMultisampleOES( depth, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageAttribs2DEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -62949,10 +61564,7 @@ public static void TexStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem1DEXT((uint)target, levels, (uint)internalFormat, width, memory, offset); - } + ) => TexStorageMem1DEXT((uint)target, levels, (uint)internalFormat, width, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem2DEXT")] [SupportedApiProfile("gl")] @@ -62979,8 +61591,7 @@ public static void TexStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TexStorageMem2DEXT( (uint)target, levels, @@ -62990,7 +61601,6 @@ public static void TexStorageMem2DEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem2DMultisampleEXT")] [SupportedApiProfile("gl")] @@ -63019,8 +61629,7 @@ public static void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TexStorageMem2DMultisampleEXT( (uint)target, samples, @@ -63031,7 +61640,6 @@ public static void TexStorageMem2DMultisampleEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem3DEXT")] [SupportedApiProfile("gl")] @@ -63060,8 +61668,7 @@ public static void TexStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TexStorageMem3DEXT( (uint)target, levels, @@ -63072,7 +61679,6 @@ public static void TexStorageMem3DEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem3DMultisampleEXT")] [SupportedApiProfile("gl")] @@ -63103,8 +61709,7 @@ public static void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TexStorageMem3DMultisampleEXT( (uint)target, samples, @@ -63116,7 +61721,6 @@ public static void TexStorageMem3DMultisampleEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageSparseAMD")] [SupportedApiProfile("gl")] @@ -63141,8 +61745,7 @@ public static void TexStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { + ) => TexStorageSparseAMD( (uint)target, (uint)internalFormat, @@ -63152,7 +61755,6 @@ public static void TexStorageSparseAMD( layers, (uint)flags ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -63603,10 +62205,7 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TextureBuffer(texture, (uint)internalformat, buffer); - } + ) => TextureBuffer(texture, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -63627,10 +62226,7 @@ public static void TextureBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); - } + ) => TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferRange")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -63653,10 +62249,7 @@ public static void TextureBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); - } + ) => TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferRangeEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -63681,8 +62274,7 @@ public static void TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { + ) => TextureBufferRangeEXT( texture, (uint)target, @@ -63691,7 +62283,6 @@ public static void TextureBufferRangeEXT( offset, size ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureColorMaskSGIS")] [SupportedApiProfile("gl")] @@ -63710,10 +62301,7 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureFoveationParametersQCOM")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -63860,8 +62448,7 @@ public static void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TextureImage2DMultisampleCoverageNV( texture, (uint)target, @@ -63872,7 +62459,6 @@ public static void TextureImage2DMultisampleCoverageNV( height, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage2DMultisampleNV")] [SupportedApiProfile("gl")] @@ -63897,8 +62483,7 @@ public static void TextureImage2DMultisampleNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TextureImage2DMultisampleNV( texture, (uint)target, @@ -63908,7 +62493,6 @@ public static void TextureImage2DMultisampleNV( height, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage3DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -63997,8 +62581,7 @@ public static void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TextureImage3DMultisampleCoverageNV( texture, (uint)target, @@ -64010,7 +62593,6 @@ public static void TextureImage3DMultisampleCoverageNV( depth, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage3DMultisampleNV")] [SupportedApiProfile("gl")] @@ -64037,8 +62619,7 @@ public static void TextureImage3DMultisampleNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => TextureImage3DMultisampleNV( texture, (uint)target, @@ -64049,7 +62630,6 @@ public static void TextureImage3DMultisampleNV( depth, (uint)fixedSampleLocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureLightEXT")] [SupportedApiProfile("gl")] @@ -64060,10 +62640,7 @@ public static void TextureImage3DMultisampleNV( [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] public static void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname - ) - { - TextureLightEXT((uint)pname); - } + ) => TextureLightEXT((uint)pname); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureMaterialEXT")] [SupportedApiProfile("gl")] @@ -64078,10 +62655,7 @@ public static extern void TextureMaterialEXT( public static void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - TextureMaterialEXT((uint)face, (uint)mode); - } + ) => TextureMaterialEXT((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureNormalEXT")] [SupportedApiProfile("gl")] @@ -64092,10 +62666,7 @@ public static void TextureMaterialEXT( [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] public static void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - TextureNormalEXT((uint)mode); - } + ) => TextureNormalEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexturePageCommitmentEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64126,8 +62697,7 @@ public static void TexturePageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => TexturePageCommitmentEXT( texture, level, @@ -64139,7 +62709,6 @@ public static void TexturePageCommitmentEXT( depth, (uint)commit ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexturePageCommitmentMemNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64178,8 +62747,7 @@ public static void TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => TexturePageCommitmentMemNV( texture, layer, @@ -64194,7 +62762,6 @@ public static void TexturePageCommitmentMemNV( offset, (uint)commit ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterf")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64213,10 +62780,7 @@ public static void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TextureParameter(texture, (uint)pname, param2); - } + ) => TextureParameter(texture, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterfEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64237,10 +62801,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterfv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64317,10 +62878,7 @@ public static void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TextureParameter(texture, (uint)pname, param2); - } + ) => TextureParameter(texture, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameteriEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64341,10 +62899,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterIiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64563,10 +63118,7 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - TextureRenderbufferEXT(texture, (uint)target, renderbuffer); - } + ) => TextureRenderbufferEXT(texture, (uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64587,10 +63139,7 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TextureStorage1D(texture, levels, (uint)internalformat, width); - } + ) => TextureStorage1D(texture, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage1DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64617,10 +63166,7 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); - } + ) => TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64643,10 +63189,7 @@ public static void TextureStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TextureStorage2D(texture, levels, (uint)internalformat, width, height); - } + ) => TextureStorage2D(texture, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64675,10 +63218,7 @@ public static void TextureStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TextureStorage2DEXT(texture, target, levels, (uint)internalformat, width, height); - } + ) => TextureStorage2DEXT(texture, target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DMultisample")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64703,8 +63243,7 @@ public static void TextureStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TextureStorage2DMultisample( texture, samples, @@ -64713,7 +63252,6 @@ public static void TextureStorage2DMultisample( height, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DMultisampleEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64740,8 +63278,7 @@ public static void TextureStorage2DMultisampleEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TextureStorage2DMultisampleEXT( texture, (uint)target, @@ -64751,7 +63288,6 @@ public static void TextureStorage2DMultisampleEXT( height, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64776,10 +63312,7 @@ public static void TextureStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); - } + ) => TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64810,8 +63343,7 @@ public static void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { + ) => TextureStorage3DEXT( texture, target, @@ -64821,7 +63353,6 @@ public static void TextureStorage3DEXT( height, depth ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DMultisample")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64848,8 +63379,7 @@ public static void TextureStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TextureStorage3DMultisample( texture, samples, @@ -64859,7 +63389,6 @@ public static void TextureStorage3DMultisample( depth, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DMultisampleEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -64888,8 +63417,7 @@ public static void TextureStorage3DMultisampleEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => TextureStorage3DMultisampleEXT( texture, target, @@ -64900,7 +63428,6 @@ public static void TextureStorage3DMultisampleEXT( depth, (uint)fixedsamplelocations ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem1DEXT")] [SupportedApiProfile("gl")] @@ -64923,10 +63450,7 @@ public static void TextureStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem1DEXT(texture, levels, (uint)internalFormat, width, memory, offset); - } + ) => TextureStorageMem1DEXT(texture, levels, (uint)internalFormat, width, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem2DEXT")] [SupportedApiProfile("gl")] @@ -64953,8 +63477,7 @@ public static void TextureStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TextureStorageMem2DEXT( texture, levels, @@ -64964,7 +63487,6 @@ public static void TextureStorageMem2DEXT( memory, offset ); - } [DllImport( "opengl", @@ -64997,8 +63519,7 @@ public static void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TextureStorageMem2DMultisampleEXT( texture, samples, @@ -65009,7 +63530,6 @@ public static void TextureStorageMem2DMultisampleEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem3DEXT")] [SupportedApiProfile("gl")] @@ -65038,8 +63558,7 @@ public static void TextureStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TextureStorageMem3DEXT( texture, levels, @@ -65050,7 +63569,6 @@ public static void TextureStorageMem3DEXT( memory, offset ); - } [DllImport( "opengl", @@ -65085,8 +63603,7 @@ public static void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => TextureStorageMem3DMultisampleEXT( texture, samples, @@ -65098,7 +63615,6 @@ public static void TextureStorageMem3DMultisampleEXT( memory, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageSparseAMD")] [SupportedApiProfile("gl")] @@ -65125,8 +63641,7 @@ public static void TextureStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { + ) => TextureStorageSparseAMD( texture, target, @@ -65137,7 +63652,6 @@ public static void TextureStorageSparseAMD( layers, (uint)flags ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage1D")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -65475,8 +63989,7 @@ public static void TextureView( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => TextureView( texture, (uint)target, @@ -65487,7 +64000,6 @@ public static void TextureView( minlayer, numlayers ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureViewEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -65514,8 +64026,7 @@ public static void TextureViewEXT( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => TextureViewEXT( texture, (uint)target, @@ -65526,7 +64037,6 @@ public static void TextureViewEXT( minlayer, numlayers ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureViewOES")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -65553,8 +64063,7 @@ public static void TextureViewOES( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => TextureViewOES( texture, (uint)target, @@ -65565,7 +64074,6 @@ public static void TextureViewOES( minlayer, numlayers ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTrackMatrixNV")] [SupportedApiProfile("gl")] @@ -65584,10 +64092,7 @@ public static void TrackMatrixNV( [NativeTypeName("GLuint")] uint address, [NativeTypeName("GLenum")] Constant matrix, [NativeTypeName("GLenum")] Constant transform - ) - { - TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); - } + ) => TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackAttribsNV")] [SupportedApiProfile("gl")] @@ -68678,10 +67183,7 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - UseProgramStages(pipeline, (uint)stages, program); - } + ) => UseProgramStages(pipeline, (uint)stages, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseProgramStagesEXT")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -68698,10 +67200,7 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - UseProgramStagesEXT(pipeline, (uint)stages, program); - } + ) => UseProgramStagesEXT(pipeline, (uint)stages, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseShaderProgramEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -68753,10 +67252,7 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); - } + ) => VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantbvEXT")] [SupportedApiProfile("gl")] @@ -69802,8 +68298,7 @@ public static void VertexArrayAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => VertexArrayAttribFormat( vaobj, attribindex, @@ -69812,7 +68307,6 @@ public static void VertexArrayAttribFormat( (uint)normalized, relativeoffset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribIFormat")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -69835,10 +68329,7 @@ public static void VertexArrayAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribLFormat")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -69861,10 +68352,7 @@ public static void VertexArrayAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayBindingDivisor")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -69909,10 +68397,7 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -69953,10 +68438,7 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayIndexOffsetEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -69979,10 +68461,7 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [DllImport( "opengl", @@ -70013,8 +68492,7 @@ public static void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => VertexArrayMultiTexCoordOffsetEXT( vaobj, buffer, @@ -70024,7 +68502,6 @@ public static void VertexArrayMultiTexCoordOffsetEXT( stride, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayNormalOffsetEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -70047,10 +68524,7 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayParameteriAPPLE")] [SupportedApiProfile("gl")] @@ -70065,10 +68539,7 @@ public static extern void VertexArrayParameterApple( public static void VertexArrayParameterApple( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - VertexArrayParameterApple((uint)pname, param1); - } + ) => VertexArrayParameterApple((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayRangeAPPLE")] [SupportedApiProfile("gl")] @@ -70145,10 +68616,7 @@ public static void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -70173,10 +68641,7 @@ public static void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport( "opengl", @@ -70231,8 +68696,7 @@ public static void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => VertexArrayVertexAttribFormatEXT( vaobj, attribindex, @@ -70241,7 +68705,6 @@ public static void VertexArrayVertexAttribFormatEXT( (uint)normalized, relativeoffset ); - } [DllImport( "opengl", @@ -70268,10 +68731,8 @@ public static void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => VertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, (uint)type, relativeoffset); - } [DllImport( "opengl", @@ -70302,8 +68763,7 @@ public static void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => VertexArrayVertexAttribIOffsetEXT( vaobj, buffer, @@ -70313,7 +68773,6 @@ public static void VertexArrayVertexAttribIOffsetEXT( stride, offset ); - } [DllImport( "opengl", @@ -70340,10 +68799,8 @@ public static void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => VertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, (uint)type, relativeoffset); - } [DllImport( "opengl", @@ -70374,8 +68831,7 @@ public static void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => VertexArrayVertexAttribLOffsetEXT( vaobj, buffer, @@ -70385,7 +68841,6 @@ public static void VertexArrayVertexAttribLOffsetEXT( stride, offset ); - } [DllImport( "opengl", @@ -70418,8 +68873,7 @@ public static void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => VertexArrayVertexAttribOffsetEXT( vaobj, buffer, @@ -70430,7 +68884,6 @@ public static void VertexArrayVertexAttribOffsetEXT( stride, offset ); - } [DllImport( "opengl", @@ -70522,10 +68975,7 @@ public static void VertexArrayVertexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1d")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -72503,8 +70953,7 @@ public static void VertexAttribArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { + ) => VertexAttribArrayObjectATI( index, size, @@ -72514,7 +70963,6 @@ public static void VertexAttribArrayObjectATI( buffer, offset ); - } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribBinding")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -72582,10 +71030,7 @@ public static void VertexAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribFormat(attribindex, size, (uint)type, (uint)normalized, relativeoffset); - } + ) => VertexAttribFormat(attribindex, size, (uint)type, (uint)normalized, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribFormatNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -72608,10 +71053,7 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); - } + ) => VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1i")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -73376,10 +71818,7 @@ public static void VertexAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIFormatNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -73400,10 +71839,7 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribIFormatNV(index, size, (uint)type, stride); - } + ) => VertexAttribIFormatNV(index, size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIPointer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74076,10 +72512,7 @@ public static void VertexAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLFormatNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74100,10 +72533,7 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribLFormatNV(index, size, (uint)type, stride); - } + ) => VertexAttribLFormatNV(index, size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLPointer")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74186,10 +72616,7 @@ public static void VertexAttribP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP1(index, (uint)type, (uint)normalized, value); - } + ) => VertexAttribP1(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP1uiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74240,10 +72667,7 @@ public static void VertexAttribP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP2(index, (uint)type, (uint)normalized, value); - } + ) => VertexAttribP2(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP2uiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74294,10 +72718,7 @@ public static void VertexAttribP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP3(index, (uint)type, (uint)normalized, value); - } + ) => VertexAttribP3(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP3uiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74348,10 +72769,7 @@ public static void VertexAttribP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP4(index, (uint)type, (uint)normalized, value); - } + ) => VertexAttribP4(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP4uiv")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -74970,10 +73388,7 @@ public static extern void VertexBlendEnvATI( public static void VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - VertexBlendEnvATI((uint)pname, param1); - } + ) => VertexBlendEnvATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexBlendEnviATI")] [SupportedApiProfile("gl")] @@ -74988,10 +73403,7 @@ public static extern void VertexBlendEnvATI( public static void VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - VertexBlendEnvATI((uint)pname, param1); - } + ) => VertexBlendEnvATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexFormatNV")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -75010,10 +73422,7 @@ public static void VertexFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexFormatNV(size, (uint)type, stride); - } + ) => VertexFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP2ui")] [SupportedApiProfile("gl")] @@ -75028,10 +73437,7 @@ public static extern void VertexP2( public static void VertexP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP2((uint)type, value); - } + ) => VertexP2((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP2uiv")] [SupportedApiProfile("gl")] @@ -75070,10 +73476,7 @@ public static extern void VertexP3( public static void VertexP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP3((uint)type, value); - } + ) => VertexP3((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP3uiv")] [SupportedApiProfile("gl")] @@ -75112,10 +73515,7 @@ public static extern void VertexP4( public static void VertexP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP4((uint)type, value); - } + ) => VertexP4((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP4uiv")] [SupportedApiProfile("gl")] @@ -75270,10 +73670,7 @@ public static extern void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => VertexStream1ATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1dvATI")] [SupportedApiProfile("gl")] @@ -75312,10 +73709,7 @@ public static extern void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => VertexStream1ATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1fvATI")] [SupportedApiProfile("gl")] @@ -75354,10 +73748,7 @@ public static extern void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => VertexStream1ATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1ivATI")] [SupportedApiProfile("gl")] @@ -75396,10 +73787,7 @@ public static extern void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => VertexStream1ATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1svATI")] [SupportedApiProfile("gl")] @@ -75440,10 +73828,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2dvATI")] [SupportedApiProfile("gl")] @@ -75484,10 +73869,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2fvATI")] [SupportedApiProfile("gl")] @@ -75528,10 +73910,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2ivATI")] [SupportedApiProfile("gl")] @@ -75572,10 +73951,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2svATI")] [SupportedApiProfile("gl")] @@ -75618,10 +73994,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3dvATI")] [SupportedApiProfile("gl")] @@ -75664,10 +74037,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3fvATI")] [SupportedApiProfile("gl")] @@ -75710,10 +74080,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3ivATI")] [SupportedApiProfile("gl")] @@ -75756,10 +74123,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3svATI")] [SupportedApiProfile("gl")] @@ -75804,10 +74168,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4dvATI")] [SupportedApiProfile("gl")] @@ -75852,10 +74213,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4fvATI")] [SupportedApiProfile("gl")] @@ -75900,10 +74258,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4ivATI")] [SupportedApiProfile("gl")] @@ -75948,10 +74303,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z, [NativeTypeName("GLshort")] short w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4svATI")] [SupportedApiProfile("gl")] @@ -77654,10 +76006,7 @@ public static void WriteMaskEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); } public partial class StaticWrapper : IGL @@ -89603,6 +87952,18 @@ public void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => T.DeleteAsyncMarkersSGIX(marker, range); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => + T.DeleteBuffer(buffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -89640,6 +88001,15 @@ public void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => T.DeleteBuffersARB(n, buffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => + T.DeleteBuffersARB(buffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] @@ -89662,6 +88032,16 @@ public void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => T.DeleteCommandListsNV(n, lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => + T.DeleteCommandListsNV(lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -89684,6 +88064,15 @@ public void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ) => T.DeleteFencesApple(n, fences); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => + T.DeleteFencesApple(fences); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] @@ -89707,6 +88096,17 @@ public void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => T.DeleteFencesNV(n, fences); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => + T.DeleteFencesNV(fences); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -89728,6 +88128,17 @@ public void DeleteFencesNV( public void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => T.DeleteFragmentShaderATI(id); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => + T.DeleteFramebuffer(framebuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -89763,6 +88174,15 @@ public void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => T.DeleteFramebuffersEXT(n, framebuffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers) => + T.DeleteFramebuffersEXT(framebuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] @@ -89774,6 +88194,15 @@ public void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ) => T.DeleteFramebuffersEXT(n, framebuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => + T.DeleteFramebuffersO(framebuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( @@ -89816,6 +88245,16 @@ public void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => T.DeleteMemoryObjectsEXT(n, memoryObjects); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects) => + T.DeleteMemoryObjectsEXT(memoryObjects); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -89839,6 +88278,16 @@ public void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => T.DeleteNamedStringARB(namelen, name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => + T.DeleteNamedStringARB(name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -89892,6 +88341,15 @@ public void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteOcclusionQueriesNV(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => + T.DeleteOcclusionQueriesNV(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] @@ -89927,6 +88385,17 @@ public void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => T.DeletePerfMonitorsAMD(n, monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors) => + T.DeletePerfMonitorsAMD(monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -89960,6 +88429,16 @@ public void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => public void DeleteProgram([NativeTypeName("GLuint")] uint program) => T.DeleteProgram(program); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => + T.DeleteProgramPipeline(pipelines); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] @@ -89993,6 +88472,15 @@ public void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => T.DeleteProgramPipelinesEXT(n, pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines) => + T.DeleteProgramPipelinesEXT(pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] @@ -90014,6 +88502,15 @@ public void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => T.DeleteProgramARB(n, programs); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => + T.DeleteProgramARB(programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] @@ -90035,6 +88532,15 @@ public void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => T.DeleteProgramNV(n, programs); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => + T.DeleteProgramNV(programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] @@ -90079,6 +88585,15 @@ public void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteQueriesARB(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => + T.DeleteQueriesARB(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] @@ -90100,6 +88615,15 @@ public void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteQueriesEXT(n, ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => + T.DeleteQueriesEXT(ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] @@ -90111,6 +88635,15 @@ public void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteQueriesEXT(n, ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => T.DeleteQuery(ids); + [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -90121,6 +88654,15 @@ public void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => T.DeleteQueryResourceTagNV(n, tagIds); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => + T.DeleteQueryResourceTagNV(tagIds); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] @@ -90132,6 +88674,17 @@ public void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ) => T.DeleteQueryResourceTagNV(n, tagIds); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => + T.DeleteRenderbuffer(renderbuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -90167,6 +88720,15 @@ public void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => T.DeleteRenderbuffersEXT(n, renderbuffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers) => + T.DeleteRenderbuffersEXT(renderbuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] @@ -90178,6 +88740,15 @@ public void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => T.DeleteRenderbuffersEXT(n, renderbuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers) => + T.DeleteRenderbuffersO(renderbuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( @@ -90199,6 +88770,17 @@ public void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => T.DeleteRenderbuffersOES(n, renderbuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => + T.DeleteSampler(samplers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -90235,6 +88817,16 @@ public void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => T.DeleteSemaphoresEXT(n, semaphores); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => + T.DeleteSemaphoresEXT(semaphores); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -90267,6 +88859,16 @@ public void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => T.DeleteStatesNV(n, states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => + T.DeleteStatesNV(states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -90315,6 +88917,18 @@ public void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync) => public void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) => T.DeleteSyncApple(sync); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => + T.DeleteTexture(textures); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -90352,6 +88966,15 @@ public void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => T.DeleteTexturesEXT(n, textures); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => + T.DeleteTexturesEXT(textures); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] @@ -90363,6 +88986,16 @@ public void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ) => T.DeleteTexturesEXT(n, textures); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => + T.DeleteTransformFeedback(ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] @@ -90396,6 +89029,15 @@ public void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteTransformFeedbacksNV(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => + T.DeleteTransformFeedbacksNV(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] @@ -90407,6 +89049,16 @@ public void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteTransformFeedbacksNV(n, ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => + T.DeleteVertexArray(arrays); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] @@ -90440,6 +89092,15 @@ public void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ) => T.DeleteVertexArraysApple(n, arrays); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => + T.DeleteVertexArraysApple(arrays); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] @@ -90451,6 +89112,16 @@ public void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] Ref arrays ) => T.DeleteVertexArraysApple(n, arrays); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + T.DeleteVertexArraysO(arrays); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] @@ -154614,10 +153285,7 @@ public static void Accum( public static void Accum( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLfloat")] float value - ) - { - Accum((uint)op, value); - } + ) => Underlying.Value!.Accum(op, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] @@ -154702,10 +153370,7 @@ public static void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => )] public static void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face - ) - { - ActiveStencilFaceEXT((uint)face); - } + ) => Underlying.Value!.ActiveStencilFaceEXT(face); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -154729,10 +153394,7 @@ public static void ActiveTexture([NativeTypeName("GLenum")] uint texture) => )] public static void ActiveTexture( [NativeTypeName("GLenum")] Constant texture - ) - { - ActiveTexture((uint)texture); - } + ) => Underlying.Value!.ActiveTexture(texture); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] @@ -154750,10 +153412,7 @@ public static void ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => )] public static void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ActiveTextureARB((uint)texture); - } + ) => Underlying.Value!.ActiveTextureARB(texture); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] @@ -154809,17 +153468,7 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { - AlphaFragmentOp1ATI( - (uint)op, - (uint)dst, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod - ); - } + ) => Underlying.Value!.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] @@ -154866,20 +153515,18 @@ public static void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { - AlphaFragmentOp2ATI( - (uint)op, - (uint)dst, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod, - (uint)arg2, - (uint)arg2Rep, - (uint)arg2Mod + ) => + Underlying.Value!.AlphaFragmentOp2ATI( + op, + dst, + dstMod, + arg1, + arg1Rep, + arg1Mod, + arg2, + arg2Rep, + arg2Mod ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] @@ -154936,23 +153583,21 @@ public static void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { - AlphaFragmentOp3ATI( - (uint)op, - (uint)dst, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod, - (uint)arg2, - (uint)arg2Rep, - (uint)arg2Mod, - (uint)arg3, - (uint)arg3Rep, - (uint)arg3Mod + ) => + Underlying.Value!.AlphaFragmentOp3ATI( + op, + dst, + dstMod, + arg1, + arg1Rep, + arg1Mod, + arg2, + arg2Rep, + arg2Mod, + arg3, + arg3Rep, + arg3Mod ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -154975,10 +153620,7 @@ public static void AlphaFunc( public static void AlphaFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfloat")] float @ref - ) - { - AlphaFunc((uint)func, @ref); - } + ) => Underlying.Value!.AlphaFunc(func, @ref); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] @@ -155009,10 +153651,7 @@ public static void AlphaFuncx( public static void AlphaFuncx( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - AlphaFuncx((uint)func, @ref); - } + ) => Underlying.Value!.AlphaFuncx(func, @ref); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -155035,10 +153674,7 @@ public static void AlphaFuncxOES( public static void AlphaFuncxOES( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - AlphaFuncxOES((uint)func, @ref); - } + ) => Underlying.Value!.AlphaFuncxOES(func, @ref); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] @@ -155074,10 +153710,7 @@ public static void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => )] public static void ApplyTextureEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ApplyTextureEXT((uint)mode); - } + ) => Underlying.Value!.ApplyTextureEXT(mode); [return: NativeTypeName("GLboolean")] [SupportedApiProfile("gl")] @@ -155221,10 +153854,7 @@ public static void ArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); - } + ) => Underlying.Value!.ArrayObjectATI(array, size, type, stride, buffer, offset); [return: NativeTypeName("GLuint")] [SupportedApiProfile("gl")] @@ -155478,10 +154108,7 @@ public static void Begin([NativeTypeName("GLenum")] uint mode) => )] public static void Begin( [NativeTypeName("GLenum")] Constant mode - ) - { - Begin((uint)mode); - } + ) => Underlying.Value!.Begin(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -155504,10 +154131,7 @@ public static void BeginConditionalRender( public static void BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - BeginConditionalRender(id, (uint)mode); - } + ) => Underlying.Value!.BeginConditionalRender(id, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -155532,10 +154156,7 @@ public static void BeginConditionalRenderNV( public static void BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - BeginConditionalRenderNV(id, (uint)mode); - } + ) => Underlying.Value!.BeginConditionalRenderNV(id, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] @@ -155601,10 +154222,7 @@ public static void BeginQuery( public static void BeginQuery( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQuery((uint)target, id); - } + ) => Underlying.Value!.BeginQuery(target, id); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] @@ -155625,10 +154243,7 @@ public static void BeginQueryARB( public static void BeginQueryARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryARB((uint)target, id); - } + ) => Underlying.Value!.BeginQueryARB(target, id); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] @@ -155649,10 +154264,7 @@ public static void BeginQueryEXT( public static void BeginQueryEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryEXT((uint)target, id); - } + ) => Underlying.Value!.BeginQueryEXT(target, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -155677,10 +154289,7 @@ public static void BeginQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint id - ) - { - BeginQueryIndexed((uint)target, index, id); - } + ) => Underlying.Value!.BeginQueryIndexed(target, index, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -155700,10 +154309,7 @@ public static void BeginTransformFeedback([NativeTypeName("GLenum")] uint primit )] public static void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedback((uint)primitiveMode); - } + ) => Underlying.Value!.BeginTransformFeedback(primitiveMode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] @@ -155722,10 +154328,7 @@ public static void BeginTransformFeedbackEXT( )] public static void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedbackEXT((uint)primitiveMode); - } + ) => Underlying.Value!.BeginTransformFeedbackEXT(primitiveMode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] @@ -155744,10 +154347,7 @@ public static void BeginTransformFeedbackNV( )] public static void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - BeginTransformFeedbackNV((uint)primitiveMode); - } + ) => Underlying.Value!.BeginTransformFeedbackNV(primitiveMode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] @@ -155852,10 +154452,7 @@ public static void BindBuffer( public static void BindBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBuffer((uint)target, buffer); - } + ) => Underlying.Value!.BindBuffer(target, buffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] @@ -155876,10 +154473,7 @@ public static void BindBufferARB( public static void BindBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferARB((uint)target, buffer); - } + ) => Underlying.Value!.BindBufferARB(target, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -155904,10 +154498,7 @@ public static void BindBufferBase( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBase((uint)target, index, buffer); - } + ) => Underlying.Value!.BindBufferBase(target, index, buffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] @@ -155930,10 +154521,7 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBaseEXT((uint)target, index, buffer); - } + ) => Underlying.Value!.BindBufferBaseEXT(target, index, buffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] @@ -155956,10 +154544,7 @@ public static void BindBufferBaseNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - BindBufferBaseNV((uint)target, index, buffer); - } + ) => Underlying.Value!.BindBufferBaseNV(target, index, buffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] @@ -155984,10 +154569,7 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - BindBufferOffsetEXT((uint)target, index, buffer, offset); - } + ) => Underlying.Value!.BindBufferOffsetEXT(target, index, buffer, offset); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] @@ -156012,10 +154594,7 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - BindBufferOffsetNV((uint)target, index, buffer, offset); - } + ) => Underlying.Value!.BindBufferOffsetNV(target, index, buffer, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156044,10 +154623,7 @@ public static void BindBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRange((uint)target, index, buffer, offset, size); - } + ) => Underlying.Value!.BindBufferRange(target, index, buffer, offset, size); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] @@ -156074,10 +154650,7 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRangeEXT((uint)target, index, buffer, offset, size); - } + ) => Underlying.Value!.BindBufferRangeEXT(target, index, buffer, offset, size); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] @@ -156104,10 +154677,7 @@ public static void BindBufferRangeNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - BindBufferRangeNV((uint)target, index, buffer, offset, size); - } + ) => Underlying.Value!.BindBufferRangeNV(target, index, buffer, offset, size); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156345,10 +154915,7 @@ public static void BindFramebuffer( public static void BindFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebuffer((uint)target, framebuffer); - } + ) => Underlying.Value!.BindFramebuffer(target, framebuffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] @@ -156369,10 +154936,7 @@ public static void BindFramebufferEXT( public static void BindFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebufferEXT((uint)target, framebuffer); - } + ) => Underlying.Value!.BindFramebufferEXT(target, framebuffer); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] @@ -156393,10 +154957,7 @@ public static void BindFramebufferOES( public static void BindFramebufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - BindFramebufferOES((uint)target, framebuffer); - } + ) => Underlying.Value!.BindFramebufferOES(target, framebuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156438,18 +154999,16 @@ public static void BindImageTexture( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLenum")] Constant format - ) - { - BindImageTexture( + ) => + Underlying.Value!.BindImageTexture( unit, texture, level, - (uint)layered, + layered, layer, - (uint)access, - (uint)format + access, + format ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] @@ -156489,10 +155048,16 @@ public static void BindImageTextureEXT( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLint")] int format - ) - { - BindImageTextureEXT(index, texture, level, (uint)layered, layer, (uint)access, format); - } + ) => + Underlying.Value!.BindImageTextureEXT( + index, + texture, + level, + layered, + layer, + access, + format + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156594,10 +155159,7 @@ public static void BindMultiTextureEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindMultiTextureEXT((uint)texunit, (uint)target, texture); - } + ) => Underlying.Value!.BindMultiTextureEXT(texunit, target, texture); [return: NativeTypeName("GLuint")] [SupportedApiProfile("gl")] @@ -156638,10 +155200,7 @@ public static void BindProgramARB( public static void BindProgramARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint program - ) - { - BindProgramARB((uint)target, program); - } + ) => Underlying.Value!.BindProgramARB(target, program); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] @@ -156662,10 +155221,7 @@ public static void BindProgramNV( public static void BindProgramNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindProgramNV((uint)target, id); - } + ) => Underlying.Value!.BindProgramNV(target, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156707,10 +155263,7 @@ public static void BindRenderbuffer( public static void BindRenderbuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbuffer((uint)target, renderbuffer); - } + ) => Underlying.Value!.BindRenderbuffer(target, renderbuffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] @@ -156731,10 +155284,7 @@ public static void BindRenderbufferEXT( public static void BindRenderbufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbufferEXT((uint)target, renderbuffer); - } + ) => Underlying.Value!.BindRenderbufferEXT(target, renderbuffer); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] @@ -156755,10 +155305,7 @@ public static void BindRenderbufferOES( public static void BindRenderbufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - BindRenderbufferOES((uint)target, renderbuffer); - } + ) => Underlying.Value!.BindRenderbufferOES(target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156863,10 +155410,7 @@ public static void BindTexture( public static void BindTexture( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindTexture((uint)target, texture); - } + ) => Underlying.Value!.BindTexture(target, texture); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] @@ -156887,10 +155431,7 @@ public static void BindTextureEXT( public static void BindTextureEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - BindTextureEXT((uint)target, texture); - } + ) => Underlying.Value!.BindTextureEXT(target, texture); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -156979,10 +155520,7 @@ public static void BindTransformFeedback( public static void BindTransformFeedback( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindTransformFeedback((uint)target, id); - } + ) => Underlying.Value!.BindTransformFeedback(target, id); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] @@ -157003,10 +155541,7 @@ public static void BindTransformFeedbackNV( public static void BindTransformFeedbackNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - BindTransformFeedbackNV((uint)target, id); - } + ) => Underlying.Value!.BindTransformFeedbackNV(target, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157474,10 +156009,7 @@ public static void BlendEquation([NativeTypeName("GLenum")] uint mode) => )] public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquation((uint)mode); - } + ) => Underlying.Value!.BlendEquation(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] @@ -157495,10 +156027,7 @@ public static void BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => )] public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationEXT((uint)mode); - } + ) => Underlying.Value!.BlendEquationEXT(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157521,10 +156050,7 @@ public static void BlendEquation( public static void BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquation(buf, (uint)mode); - } + ) => Underlying.Value!.BlendEquation(buf, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157547,10 +156073,7 @@ public static void BlendEquationARB( public static void BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationARB(buf, (uint)mode); - } + ) => Underlying.Value!.BlendEquationARB(buf, mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] @@ -157571,10 +156094,7 @@ public static void BlendEquationEXT( public static void BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationEXT(buf, (uint)mode); - } + ) => Underlying.Value!.BlendEquationEXT(buf, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] @@ -157595,10 +156115,7 @@ public static void BlendEquationIndexedAMD( public static void BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationIndexedAMD(buf, (uint)mode); - } + ) => Underlying.Value!.BlendEquationIndexedAMD(buf, mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] @@ -157619,10 +156136,7 @@ public static void BlendEquationOES( public static void BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationOES(buf, (uint)mode); - } + ) => Underlying.Value!.BlendEquationOES(buf, mode); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] @@ -157640,10 +156154,7 @@ public static void BlendEquationOES([NativeTypeName("GLenum")] uint mode) => )] public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode - ) - { - BlendEquationOES((uint)mode); - } + ) => Underlying.Value!.BlendEquationOES(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157668,10 +156179,7 @@ public static void BlendEquationSeparate( public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparate(modeRGB, modeAlpha); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] @@ -157692,10 +156200,7 @@ public static void BlendEquationSeparateEXT( public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateEXT(modeRGB, modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157720,10 +156225,7 @@ public static void BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparate(buf, modeRGB, modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157748,10 +156250,7 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] @@ -157774,10 +156273,7 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] @@ -157800,10 +156296,7 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] @@ -157826,10 +156319,7 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] @@ -157850,10 +156340,7 @@ public static void BlendEquationSeparateOES( public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); - } + ) => Underlying.Value!.BlendEquationSeparateOES(modeRGB, modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157880,10 +156367,7 @@ public static void BlendFunc( public static void BlendFunc( [NativeTypeName("GLenum")] Constant sfactor, [NativeTypeName("GLenum")] Constant dfactor - ) - { - BlendFunc((uint)sfactor, (uint)dfactor); - } + ) => Underlying.Value!.BlendFunc(sfactor, dfactor); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157908,10 +156392,7 @@ public static void BlendFunc( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFunc(buf, (uint)src, (uint)dst); - } + ) => Underlying.Value!.BlendFunc(buf, src, dst); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -157936,10 +156417,7 @@ public static void BlendFuncARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncARB(buf, (uint)src, (uint)dst); - } + ) => Underlying.Value!.BlendFuncARB(buf, src, dst); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] @@ -157962,10 +156440,7 @@ public static void BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncEXT(buf, (uint)src, (uint)dst); - } + ) => Underlying.Value!.BlendFuncEXT(buf, src, dst); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] @@ -157999,10 +156474,7 @@ public static void BlendFuncOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - BlendFuncOES(buf, (uint)src, (uint)dst); - } + ) => Underlying.Value!.BlendFuncOES(buf, src, dst); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158032,15 +156504,8 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { - BlendFuncSeparate( - (uint)sfactorRGB, - (uint)dfactorRGB, - (uint)sfactorAlpha, - (uint)dfactorAlpha - ); - } + ) => + Underlying.Value!.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] @@ -158071,15 +156536,13 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { - BlendFuncSeparateEXT( - (uint)sfactorRGB, - (uint)dfactorRGB, - (uint)sfactorAlpha, - (uint)dfactorAlpha + ) => + Underlying.Value!.BlendFuncSeparateEXT( + sfactorRGB, + dfactorRGB, + sfactorAlpha, + dfactorAlpha ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158108,10 +156571,7 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparate(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => Underlying.Value!.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158140,10 +156600,7 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateARB(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => Underlying.Value!.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] @@ -158170,10 +156627,7 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateEXT(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => Underlying.Value!.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] @@ -158200,16 +156654,7 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateIndexedAMD( - buf, - (uint)srcRGB, - (uint)dstRGB, - (uint)srcAlpha, - (uint)dstAlpha - ); - } + ) => Underlying.Value!.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] @@ -158240,15 +156685,13 @@ public static void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { - BlendFuncSeparateINGR( - (uint)sfactorRGB, - (uint)dfactorRGB, - (uint)sfactorAlpha, - (uint)dfactorAlpha + ) => + Underlying.Value!.BlendFuncSeparateINGR( + sfactorRGB, + dfactorRGB, + sfactorAlpha, + dfactorAlpha ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] @@ -158275,10 +156718,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateOES(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => Underlying.Value!.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] @@ -158303,10 +156743,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { - BlendFuncSeparateOES((uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); - } + ) => Underlying.Value!.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158369,9 +156806,8 @@ public static void BlitFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebuffer( + ) => + Underlying.Value!.BlitFramebuffer( srcX0, srcY0, srcX1, @@ -158380,10 +156816,9 @@ public static void BlitFramebuffer( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] @@ -158432,9 +156867,8 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebufferAngle( + ) => + Underlying.Value!.BlitFramebufferAngle( srcX0, srcY0, srcX1, @@ -158443,10 +156877,9 @@ public static void BlitFramebufferAngle( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] @@ -158495,9 +156928,8 @@ public static void BlitFramebufferEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebufferEXT( + ) => + Underlying.Value!.BlitFramebufferEXT( srcX0, srcY0, srcX1, @@ -158506,10 +156938,9 @@ public static void BlitFramebufferEXT( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -158566,9 +156997,8 @@ public static void BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int dstLayer, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebufferLayerEXT( + ) => + Underlying.Value!.BlitFramebufferLayerEXT( srcX0, srcY0, srcX1, @@ -158579,10 +157009,9 @@ public static void BlitFramebufferLayerEXT( dstX1, dstY1, dstLayer, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -158633,9 +157062,8 @@ public static void BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebufferLayersEXT( + ) => + Underlying.Value!.BlitFramebufferLayersEXT( srcX0, srcY0, srcX1, @@ -158644,10 +157072,9 @@ public static void BlitFramebufferLayersEXT( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] @@ -158696,9 +157123,8 @@ public static void BlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitFramebufferNV( + ) => + Underlying.Value!.BlitFramebufferNV( srcX0, srcY0, srcX1, @@ -158707,10 +157133,9 @@ public static void BlitFramebufferNV( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158767,9 +157192,8 @@ public static void BlitNamedFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { - BlitNamedFramebuffer( + ) => + Underlying.Value!.BlitNamedFramebuffer( readFramebuffer, drawFramebuffer, srcX0, @@ -158780,10 +157204,9 @@ public static void BlitNamedFramebuffer( dstY0, dstX1, dstY1, - (uint)mask, - (uint)filter + mask, + filter ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158823,10 +157246,7 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - BufferAttachMemoryNV((uint)target, memory, offset); - } + ) => Underlying.Value!.BufferAttachMemoryNV(target, memory, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158921,10 +157341,7 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - BufferPageCommitmentARB(target, offset, size, (uint)commit); - } + ) => Underlying.Value!.BufferPageCommitmentARB(target, offset, size, commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -158965,10 +157382,15 @@ public static void BufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - BufferPageCommitmentMemNV((uint)target, offset, size, memory, memOffset, (uint)commit); - } + ) => + Underlying.Value!.BufferPageCommitmentMemNV( + target, + offset, + size, + memory, + memOffset, + commit + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] @@ -159105,10 +157527,7 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - BufferStorageMemEXT((uint)target, size, memory, offset); - } + ) => Underlying.Value!.BufferStorageMemEXT(target, size, memory, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -159359,10 +157778,7 @@ public static void ClampColor( public static void ClampColor( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ClampColor((uint)target, (uint)clamp); - } + ) => Underlying.Value!.ClampColor(target, clamp); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] @@ -159383,10 +157799,7 @@ public static void ClampColorARB( public static void ClampColorARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ClampColorARB((uint)target, (uint)clamp); - } + ) => Underlying.Value!.ClampColorARB(target, clamp); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -159410,10 +157823,7 @@ public static void Clear([NativeTypeName("GLbitfield")] uint mask) => )] public static void Clear( [NativeTypeName("GLbitfield")] Constant mask - ) - { - Clear((uint)mask); - } + ) => Underlying.Value!.Clear(mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glClearAccum")] @@ -159505,10 +157915,7 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ClearBuffer((uint)buffer, drawbuffer, depth, stencil); - } + ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, depth, stencil); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -160014,10 +158421,14 @@ public static void ClearNamedFramebuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); - } + ) => + Underlying.Value!.ClearNamedFramebuffer( + framebuffer, + buffer, + drawbuffer, + depth, + stencil + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -160386,10 +158797,7 @@ public static void ClientActiveTexture([NativeTypeName("GLenum")] uint texture) )] public static void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture - ) - { - ClientActiveTexture((uint)texture); - } + ) => Underlying.Value!.ClientActiveTexture(texture); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] @@ -160407,10 +158815,7 @@ public static void ClientActiveTextureARB([NativeTypeName("GLenum")] uint textur )] public static void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ClientActiveTextureARB((uint)texture); - } + ) => Underlying.Value!.ClientActiveTextureARB(texture); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] @@ -160428,10 +158833,7 @@ public static void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint s )] public static void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream - ) - { - ClientActiveVertexStreamATI((uint)stream); - } + ) => Underlying.Value!.ClientActiveVertexStreamATI(stream); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -160451,10 +158853,7 @@ public static void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint ma )] public static void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ClientAttribDefaultEXT((uint)mask); - } + ) => Underlying.Value!.ClientAttribDefaultEXT(mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] @@ -160584,10 +158983,7 @@ public static void ClipControl( public static void ClipControl( [NativeTypeName("GLenum")] Constant origin, [NativeTypeName("GLenum")] Constant depth - ) - { - ClipControl((uint)origin, (uint)depth); - } + ) => Underlying.Value!.ClipControl(origin, depth); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] @@ -161676,10 +160072,7 @@ public static void ColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ColorFormatNV(size, (uint)type, stride); - } + ) => Underlying.Value!.ColorFormatNV(size, type, stride); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] @@ -161711,18 +160104,8 @@ public static void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { - ColorFragmentOp1ATI( - (uint)op, - (uint)dst, - (uint)dstMask, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod - ); - } + ) => + Underlying.Value!.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] @@ -161772,21 +160155,19 @@ public static void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { - ColorFragmentOp2ATI( - (uint)op, - (uint)dst, - (uint)dstMask, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod, - (uint)arg2, - (uint)arg2Rep, - (uint)arg2Mod + ) => + Underlying.Value!.ColorFragmentOp2ATI( + op, + dst, + dstMask, + dstMod, + arg1, + arg1Rep, + arg1Mod, + arg2, + arg2Rep, + arg2Mod ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] @@ -161846,24 +160227,22 @@ public static void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { - ColorFragmentOp3ATI( - (uint)op, - (uint)dst, - (uint)dstMask, - (uint)dstMod, - (uint)arg1, - (uint)arg1Rep, - (uint)arg1Mod, - (uint)arg2, - (uint)arg2Rep, - (uint)arg2Mod, - (uint)arg3, - (uint)arg3Rep, - (uint)arg3Mod + ) => + Underlying.Value!.ColorFragmentOp3ATI( + op, + dst, + dstMask, + dstMod, + arg1, + arg1Rep, + arg1Mod, + arg2, + arg2Rep, + arg2Mod, + arg3, + arg3Rep, + arg3Mod ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -161894,10 +160273,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => Underlying.Value!.ColorMask(red, green, blue, alpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -161926,10 +160302,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => Underlying.Value!.ColorMask(index, r, g, b, a); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] @@ -161956,10 +160329,7 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => Underlying.Value!.ColorMaskEXT(index, r, g, b, a); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] @@ -161986,10 +160356,7 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => Underlying.Value!.ColorMaskIndexedEXT(index, r, g, b, a); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] @@ -162016,10 +160383,7 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => Underlying.Value!.ColorMaskOES(index, r, g, b, a); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] @@ -162040,10 +160404,7 @@ public static void ColorMaterial( public static void ColorMaterial( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ColorMaterial((uint)face, (uint)mode); - } + ) => Underlying.Value!.ColorMaterial(face, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] @@ -162064,10 +160425,7 @@ public static void ColorP3( public static void ColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ColorP3((uint)type, color); - } + ) => Underlying.Value!.ColorP3(type, color); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] @@ -162115,10 +160473,7 @@ public static void ColorP4( public static void ColorP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ColorP4((uint)type, color); - } + ) => Underlying.Value!.ColorP4(type, color); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] @@ -162622,17 +160977,15 @@ public static void CombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { - CombinerInputNV( - (uint)stage, - (uint)portion, - (uint)variable, - (uint)input, - (uint)mapping, - (uint)componentUsage + ) => + Underlying.Value!.CombinerInputNV( + stage, + portion, + variable, + input, + mapping, + componentUsage ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] @@ -162681,21 +161034,19 @@ public static void CombinerOutputNV( [NativeTypeName("GLboolean")] MaybeBool abDotProduct, [NativeTypeName("GLboolean")] MaybeBool cdDotProduct, [NativeTypeName("GLboolean")] MaybeBool muxSum - ) - { - CombinerOutputNV( - (uint)stage, - (uint)portion, - (uint)abOutput, - (uint)cdOutput, - (uint)sumOutput, - (uint)scale, - (uint)bias, - (uint)abDotProduct, - (uint)cdDotProduct, - (uint)muxSum + ) => + Underlying.Value!.CombinerOutputNV( + stage, + portion, + abOutput, + cdOutput, + sumOutput, + scale, + bias, + abDotProduct, + cdDotProduct, + muxSum ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] @@ -162716,10 +161067,7 @@ public static void CombinerParameterNV( public static void CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - CombinerParameterNV((uint)pname, param1); - } + ) => Underlying.Value!.CombinerParameterNV(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] @@ -162767,10 +161115,7 @@ public static void CombinerParameterNV( public static void CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - CombinerParameterNV((uint)pname, param1); - } + ) => Underlying.Value!.CombinerParameterNV(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] @@ -165008,10 +163353,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] @@ -165034,10 +163376,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] @@ -165118,10 +163457,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] @@ -165144,10 +163480,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] @@ -165228,10 +163561,7 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ConvolutionParameterxOES((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.ConvolutionParameterxOES(target, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] @@ -165296,10 +163626,14 @@ public static void CopyBufferSubData( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - CopyBufferSubData((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); - } + ) => + Underlying.Value!.CopyBufferSubData( + readTarget, + writeTarget, + readOffset, + writeOffset, + size + ); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] @@ -165333,10 +163667,14 @@ public static void CopyBufferSubDataNV( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - CopyBufferSubDataNV((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); - } + ) => + Underlying.Value!.CopyBufferSubDataNV( + readTarget, + writeTarget, + readOffset, + writeOffset, + size + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] @@ -165363,10 +163701,7 @@ public static void CopyColorSubTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorSubTable((uint)target, start, x, y, width); - } + ) => Underlying.Value!.CopyColorSubTable(target, start, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] @@ -165393,10 +163728,7 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorSubTableEXT((uint)target, start, x, y, width); - } + ) => Underlying.Value!.CopyColorSubTableEXT(target, start, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] @@ -165423,10 +163755,7 @@ public static void CopyColorTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorTable((uint)target, (uint)internalformat, x, y, width); - } + ) => Underlying.Value!.CopyColorTable(target, internalformat, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] @@ -165453,10 +163782,7 @@ public static void CopyColorTableSGI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); - } + ) => Underlying.Value!.CopyColorTableSGI(target, internalformat, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] @@ -165483,10 +163809,7 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); - } + ) => Underlying.Value!.CopyConvolutionFilter1D(target, internalformat, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] @@ -165513,10 +163836,7 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); - } + ) => Underlying.Value!.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] @@ -165545,10 +163865,7 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyConvolutionFilter2D((uint)target, (uint)internalformat, x, y, width, height); - } + ) => Underlying.Value!.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] @@ -165585,10 +163902,15 @@ public static void CopyConvolutionFilter2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyConvolutionFilter2DEXT((uint)target, (uint)internalformat, x, y, width, height); - } + ) => + Underlying.Value!.CopyConvolutionFilter2DEXT( + target, + internalformat, + x, + y, + width, + height + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -165654,17 +163976,16 @@ public static void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { - CopyImageSubData( + ) => + Underlying.Value!.CopyImageSubData( srcName, - (uint)srcTarget, + srcTarget, srcLevel, srcX, srcY, srcZ, dstName, - (uint)dstTarget, + dstTarget, dstLevel, dstX, dstY, @@ -165673,7 +163994,6 @@ public static void CopyImageSubData( srcHeight, srcDepth ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] @@ -165737,17 +164057,16 @@ public static void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { - CopyImageSubDataEXT( + ) => + Underlying.Value!.CopyImageSubDataEXT( srcName, - (uint)srcTarget, + srcTarget, srcLevel, srcX, srcY, srcZ, dstName, - (uint)dstTarget, + dstTarget, dstLevel, dstX, dstY, @@ -165756,7 +164075,6 @@ public static void CopyImageSubDataEXT( srcHeight, srcDepth ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] @@ -165820,17 +164138,16 @@ public static void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - CopyImageSubDataNV( + ) => + Underlying.Value!.CopyImageSubDataNV( srcName, - (uint)srcTarget, + srcTarget, srcLevel, srcX, srcY, srcZ, dstName, - (uint)dstTarget, + dstTarget, dstLevel, dstX, dstY, @@ -165839,7 +164156,6 @@ public static void CopyImageSubDataNV( height, depth ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] @@ -165903,17 +164219,16 @@ public static void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { - CopyImageSubDataOES( + ) => + Underlying.Value!.CopyImageSubDataOES( srcName, - (uint)srcTarget, + srcTarget, srcLevel, srcX, srcY, srcZ, dstName, - (uint)dstTarget, + dstTarget, dstLevel, dstX, dstY, @@ -165922,7 +164237,6 @@ public static void CopyImageSubDataOES( srcHeight, srcDepth ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -165967,19 +164281,17 @@ public static void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyMultiTexImage1DEXT( - (uint)texunit, - (uint)target, + ) => + Underlying.Value!.CopyMultiTexImage1DEXT( + texunit, + target, level, - (uint)internalformat, + internalformat, x, y, width, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166027,20 +164339,18 @@ public static void CopyMultiTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { - CopyMultiTexImage2DEXT( - (uint)texunit, - (uint)target, + ) => + Underlying.Value!.CopyMultiTexImage2DEXT( + texunit, + target, level, - (uint)internalformat, + internalformat, x, y, width, height, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166082,10 +164392,16 @@ public static void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyMultiTexSubImage1DEXT((uint)texunit, (uint)target, level, xoffset, x, y, width); - } + ) => + Underlying.Value!.CopyMultiTexSubImage1DEXT( + texunit, + target, + level, + xoffset, + x, + y, + width + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166133,11 +164449,10 @@ public static void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyMultiTexSubImage2DEXT( - (uint)texunit, - (uint)target, + ) => + Underlying.Value!.CopyMultiTexSubImage2DEXT( + texunit, + target, level, xoffset, yoffset, @@ -166146,7 +164461,6 @@ public static void CopyMultiTexSubImage2DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166197,11 +164511,10 @@ public static void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyMultiTexSubImage3DEXT( - (uint)texunit, - (uint)target, + ) => + Underlying.Value!.CopyMultiTexSubImage3DEXT( + texunit, + target, level, xoffset, yoffset, @@ -166211,7 +164524,6 @@ public static void CopyMultiTexSubImage3DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166271,10 +164583,7 @@ public static void CopyPixels( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLenum")] Constant type - ) - { - CopyPixels(x, y, width, height, (uint)type); - } + ) => Underlying.Value!.CopyPixels(x, y, width, height, type); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166307,10 +164616,7 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); - } + ) => Underlying.Value!.CopyTexImage1D(target, level, internalformat, x, y, width, border); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] @@ -166342,10 +164648,8 @@ public static void CopyTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage1DEXT((uint)target, level, (uint)internalformat, x, y, width, border); - } + ) => + Underlying.Value!.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166394,10 +164698,17 @@ public static void CopyTexImage2D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage2D((uint)target, level, (uint)internalformat, x, y, width, height, border); - } + ) => + Underlying.Value!.CopyTexImage2D( + target, + level, + internalformat, + x, + y, + width, + height, + border + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] @@ -166440,19 +164751,17 @@ public static void CopyTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { - CopyTexImage2DEXT( - (uint)target, + ) => + Underlying.Value!.CopyTexImage2DEXT( + target, level, - (uint)internalformat, + internalformat, x, y, width, height, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166483,10 +164792,7 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); - } + ) => Underlying.Value!.CopyTexSubImage1D(target, level, xoffset, x, y, width); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] @@ -166515,10 +164821,7 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); - } + ) => Underlying.Value!.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166567,10 +164870,17 @@ public static void CopyTexSubImage2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); - } + ) => + Underlying.Value!.CopyTexSubImage2D( + target, + level, + xoffset, + yoffset, + x, + y, + width, + height + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] @@ -166613,10 +164923,17 @@ public static void CopyTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage2DEXT((uint)target, level, xoffset, yoffset, x, y, width, height); - } + ) => + Underlying.Value!.CopyTexSubImage2DEXT( + target, + level, + xoffset, + yoffset, + x, + y, + width, + height + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166664,10 +164981,18 @@ public static void CopyTexSubImage3D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage3D((uint)target, level, xoffset, yoffset, zoffset, x, y, width, height); - } + ) => + Underlying.Value!.CopyTexSubImage3D( + target, + level, + xoffset, + yoffset, + zoffset, + x, + y, + width, + height + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] @@ -166713,10 +165038,9 @@ public static void CopyTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTexSubImage3DEXT( - (uint)target, + ) => + Underlying.Value!.CopyTexSubImage3DEXT( + target, level, xoffset, yoffset, @@ -166726,7 +165050,6 @@ public static void CopyTexSubImage3DEXT( width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] @@ -166799,19 +165122,17 @@ public static void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - CopyTextureImage1DEXT( + ) => + Underlying.Value!.CopyTextureImage1DEXT( texture, - (uint)target, + target, level, - (uint)internalformat, + internalformat, x, y, width, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -166859,20 +165180,18 @@ public static void CopyTextureImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { - CopyTextureImage2DEXT( + ) => + Underlying.Value!.CopyTextureImage2DEXT( texture, - (uint)target, + target, level, - (uint)internalformat, + internalformat, x, y, width, height, border ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -166948,10 +165267,16 @@ public static void CopyTextureSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); - } + ) => + Underlying.Value!.CopyTextureSubImage1DEXT( + texture, + target, + level, + xoffset, + x, + y, + width + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -167026,11 +165351,10 @@ public static void CopyTextureSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTextureSubImage2DEXT( + ) => + Underlying.Value!.CopyTextureSubImage2DEXT( texture, - (uint)target, + target, level, xoffset, yoffset, @@ -167039,7 +165363,6 @@ public static void CopyTextureSubImage2DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -167119,11 +165442,10 @@ public static void CopyTextureSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - CopyTextureSubImage3DEXT( + ) => + Underlying.Value!.CopyTextureSubImage3DEXT( texture, - (uint)target, + target, level, xoffset, yoffset, @@ -167133,7 +165455,6 @@ public static void CopyTextureSubImage3DEXT( width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] @@ -167149,10 +165470,8 @@ public static void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) - { - CoverageMaskNV((uint)mask); - } + public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => + Underlying.Value!.CoverageMaskNV(mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -167285,10 +165604,7 @@ public static void CoverFillPathNV( public static void CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - CoverFillPathNV(path, (uint)coverMode); - } + ) => Underlying.Value!.CoverFillPathNV(path, coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -167372,10 +165688,7 @@ public static void CoverStrokePathNV( public static void CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - CoverStrokePathNV(path, (uint)coverMode); - } + ) => Underlying.Value!.CoverStrokePathNV(path, coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -168010,10 +166323,7 @@ public static void CullFace([NativeTypeName("GLenum")] uint mode) => )] public static void CullFace( [NativeTypeName("GLenum")] Constant mode - ) - { - CullFace((uint)mode); - } + ) => Underlying.Value!.CullFace(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] @@ -168705,10 +167015,7 @@ public static void DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => )] public static void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask - ) - { - DeformSGIX((uint)mask); - } + ) => Underlying.Value!.DeformSGIX(mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] @@ -168720,6 +167027,18 @@ public static void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => Underlying.Value!.DeleteAsyncMarkersSGIX(marker, range); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => + Underlying.Value!.DeleteBuffer(buffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -168763,6 +167082,15 @@ public static void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => Underlying.Value!.DeleteBuffersARB(n, buffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => + Underlying.Value!.DeleteBuffersARB(buffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] @@ -168791,6 +167119,16 @@ public static void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => Underlying.Value!.DeleteCommandListsNV(n, lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => + Underlying.Value!.DeleteCommandListsNV(lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -168819,6 +167157,15 @@ public static void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ) => Underlying.Value!.DeleteFencesApple(n, fences); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => + Underlying.Value!.DeleteFencesApple(fences); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] @@ -168848,6 +167195,17 @@ public static void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => Underlying.Value!.DeleteFencesNV(n, fences); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => + Underlying.Value!.DeleteFencesNV(fences); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -168875,6 +167233,18 @@ public static void DeleteFencesNV( public static void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => Underlying.Value!.DeleteFragmentShaderATI(id); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteFramebuffer( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => Underlying.Value!.DeleteFramebuffer(framebuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -168916,6 +167286,16 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => Underlying.Value!.DeleteFramebuffersEXT(n, framebuffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteFramebuffersEXT( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => Underlying.Value!.DeleteFramebuffersEXT(framebuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] @@ -168933,6 +167313,16 @@ public static void DeleteFramebuffersEXT( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteFramebuffersO( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => Underlying.Value!.DeleteFramebuffersO(framebuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( @@ -168981,6 +167371,17 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => Underlying.Value!.DeleteMemoryObjectsEXT(n, memoryObjects); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteMemoryObjectsEXT( + [NativeTypeName("const GLuint *")] uint memoryObjects + ) => Underlying.Value!.DeleteMemoryObjectsEXT(memoryObjects); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -169010,6 +167411,16 @@ public static void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.DeleteNamedStringARB(namelen, name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => + Underlying.Value!.DeleteNamedStringARB(name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -169075,6 +167486,15 @@ public static void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteOcclusionQueriesNV(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => + Underlying.Value!.DeleteOcclusionQueriesNV(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] @@ -169116,6 +167536,17 @@ public static void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => Underlying.Value!.DeletePerfMonitorsAMD(n, monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors) => + Underlying.Value!.DeletePerfMonitorsAMD(monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -169155,6 +167586,17 @@ public static void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHan public static void DeleteProgram([NativeTypeName("GLuint")] uint program) => Underlying.Value!.DeleteProgram(program); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteProgramPipeline( + [NativeTypeName("const GLuint *")] uint pipelines + ) => Underlying.Value!.DeleteProgramPipeline(pipelines); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] @@ -169194,6 +167636,16 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => Underlying.Value!.DeleteProgramPipelinesEXT(n, pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteProgramPipelinesEXT( + [NativeTypeName("const GLuint *")] uint pipelines + ) => Underlying.Value!.DeleteProgramPipelinesEXT(pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] @@ -169221,6 +167673,15 @@ public static void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => Underlying.Value!.DeleteProgramARB(n, programs); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => + Underlying.Value!.DeleteProgramARB(programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] @@ -169248,6 +167709,15 @@ public static void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => Underlying.Value!.DeleteProgramNV(n, programs); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => + Underlying.Value!.DeleteProgramNV(programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] @@ -169304,6 +167774,15 @@ public static void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteQueriesARB(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => + Underlying.Value!.DeleteQueriesARB(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] @@ -169331,6 +167810,15 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteQueriesEXT(n, ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => + Underlying.Value!.DeleteQueriesEXT(ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] @@ -169348,6 +167836,16 @@ public static void DeleteQueriesEXT( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => + Underlying.Value!.DeleteQuery(ids); + [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -169358,6 +167856,15 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => Underlying.Value!.DeleteQueryResourceTagNV(n, tagIds); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => + Underlying.Value!.DeleteQueryResourceTagNV(tagIds); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] @@ -169375,6 +167882,18 @@ public static void DeleteQueryResourceTagNV( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteRenderbuffer( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => Underlying.Value!.DeleteRenderbuffer(renderbuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -169416,6 +167935,16 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => Underlying.Value!.DeleteRenderbuffersEXT(n, renderbuffers); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteRenderbuffersEXT( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => Underlying.Value!.DeleteRenderbuffersEXT(renderbuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] @@ -169433,6 +167962,16 @@ public static void DeleteRenderbuffersEXT( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteRenderbuffersO( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => Underlying.Value!.DeleteRenderbuffersO(renderbuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( @@ -169460,6 +167999,17 @@ public static void DeleteRenderbuffersOES( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => + Underlying.Value!.DeleteSampler(samplers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -169502,6 +168052,17 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => Underlying.Value!.DeleteSemaphoresEXT(n, semaphores); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteSemaphoresEXT( + [NativeTypeName("const GLuint *")] uint semaphores + ) => Underlying.Value!.DeleteSemaphoresEXT(semaphores); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -169541,6 +168102,16 @@ public static void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => Underlying.Value!.DeleteStatesNV(n, states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => + Underlying.Value!.DeleteStatesNV(states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -169607,6 +168178,18 @@ public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => + Underlying.Value!.DeleteTexture(textures); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -169650,6 +168233,15 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => Underlying.Value!.DeleteTexturesEXT(n, textures); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => + Underlying.Value!.DeleteTexturesEXT(textures); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] @@ -169667,6 +168259,16 @@ public static void DeleteTexturesEXT( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => + Underlying.Value!.DeleteTransformFeedback(ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] @@ -169706,6 +168308,16 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteTransformFeedbacksNV(n, ids); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteTransformFeedbacksNV( + [NativeTypeName("const GLuint *")] uint ids + ) => Underlying.Value!.DeleteTransformFeedbacksNV(ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] @@ -169723,6 +168335,16 @@ public static void DeleteTransformFeedbacksNV( } } + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => + Underlying.Value!.DeleteVertexArray(arrays); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] @@ -169762,6 +168384,16 @@ public static void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ) => Underlying.Value!.DeleteVertexArraysApple(n, arrays); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteVertexArraysApple( + [NativeTypeName("const GLuint *")] uint arrays + ) => Underlying.Value!.DeleteVertexArraysApple(arrays); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] @@ -169779,6 +168411,16 @@ public static void DeleteVertexArraysApple( } } + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + Underlying.Value!.DeleteVertexArraysO(arrays); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] @@ -169859,10 +168501,7 @@ public static void DepthFunc([NativeTypeName("GLenum")] uint func) => )] public static void DepthFunc( [NativeTypeName("GLenum")] Constant func - ) - { - DepthFunc((uint)func); - } + ) => Underlying.Value!.DepthFunc(func); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -169884,10 +168523,8 @@ public static void DepthMask([NativeTypeName("GLboolean")] uint flag) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) - { - DepthMask((uint)flag); - } + public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => + Underlying.Value!.DepthMask(flag); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170193,10 +168830,9 @@ public static void Disable([NativeTypeName("GLenum")] uint cap) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void Disable([NativeTypeName("GLenum")] Constant cap) - { - Disable((uint)cap); - } + public static void Disable( + [NativeTypeName("GLenum")] Constant cap + ) => Underlying.Value!.Disable(cap); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -170216,10 +168852,7 @@ public static void DisableClientState([NativeTypeName("GLenum")] uint array) => )] public static void DisableClientState( [NativeTypeName("GLenum")] Constant array - ) - { - DisableClientState((uint)array); - } + ) => Underlying.Value!.DisableClientState(array); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170242,10 +168875,7 @@ public static void DisableClientStateEXT( public static void DisableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - DisableClientStateEXT((uint)array, index); - } + ) => Underlying.Value!.DisableClientStateEXT(array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170268,10 +168898,7 @@ public static void DisableClientStateIndexedEXT( public static void DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - DisableClientStateIndexedEXT((uint)array, index); - } + ) => Underlying.Value!.DisableClientStateIndexedEXT(array, index); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -170304,10 +168931,7 @@ public static void Disable( public static void Disable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - Disable((uint)target, index); - } + ) => Underlying.Value!.Disable(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] @@ -170328,10 +168952,7 @@ public static void DisableEXT( public static void DisableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableEXT((uint)target, index); - } + ) => Underlying.Value!.DisableEXT(target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170354,10 +168975,7 @@ public static void DisableIndexedEXT( public static void DisableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableIndexedEXT((uint)target, index); - } + ) => Underlying.Value!.DisableIndexedEXT(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] @@ -170378,10 +168996,7 @@ public static void DisableNV( public static void DisableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableNV((uint)target, index); - } + ) => Underlying.Value!.DisableNV(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] @@ -170402,10 +169017,7 @@ public static void DisableOES( public static void DisableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - DisableOES((uint)target, index); - } + ) => Underlying.Value!.DisableOES(target, index); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] @@ -170458,10 +169070,7 @@ public static void DisableVertexArrayEXT( public static void DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - DisableVertexArrayEXT(vaobj, (uint)array); - } + ) => Underlying.Value!.DisableVertexArrayEXT(vaobj, array); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] @@ -170631,10 +169240,7 @@ public static void DrawArrays( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawArrays((uint)mode, first, count); - } + ) => Underlying.Value!.DrawArrays(mode, first, count); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] @@ -170657,10 +169263,7 @@ public static void DrawArraysEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawArraysEXT((uint)mode, first, count); - } + ) => Underlying.Value!.DrawArraysEXT(mode, first, count); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170716,10 +169319,7 @@ public static void DrawArraysInstanced( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawArraysInstanced((uint)mode, first, count, instancecount); - } + ) => Underlying.Value!.DrawArraysInstanced(mode, first, count, instancecount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] @@ -170744,10 +169344,7 @@ public static void DrawArraysInstancedAngle( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedAngle((uint)mode, first, count, primcount); - } + ) => Underlying.Value!.DrawArraysInstancedAngle(mode, first, count, primcount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170774,10 +169371,7 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedARB((uint)mode, first, count, primcount); - } + ) => Underlying.Value!.DrawArraysInstancedARB(mode, first, count, primcount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170813,10 +169407,14 @@ public static void DrawArraysInstancedBaseInstance( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { - DrawArraysInstancedBaseInstance((uint)mode, first, count, instancecount, baseinstance); - } + ) => + Underlying.Value!.DrawArraysInstancedBaseInstance( + mode, + first, + count, + instancecount, + baseinstance + ); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] @@ -170850,16 +169448,14 @@ public static void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { - DrawArraysInstancedBaseInstanceEXT( - (uint)mode, + ) => + Underlying.Value!.DrawArraysInstancedBaseInstanceEXT( + mode, first, count, instancecount, baseinstance ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170888,10 +169484,7 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLint")] int start, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedEXT((uint)mode, start, count, primcount); - } + ) => Underlying.Value!.DrawArraysInstancedEXT(mode, start, count, primcount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] @@ -170916,10 +169509,7 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - DrawArraysInstancedNV((uint)mode, first, count, primcount); - } + ) => Underlying.Value!.DrawArraysInstancedNV(mode, first, count, primcount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -170939,10 +169529,7 @@ public static void DrawBuffer([NativeTypeName("GLenum")] uint buf) => )] public static void DrawBuffer( [NativeTypeName("GLenum")] Constant buf - ) - { - DrawBuffer((uint)buf); - } + ) => Underlying.Value!.DrawBuffer(buf); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -171397,10 +169984,7 @@ public static void DrawElementArrayApple( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawElementArrayApple((uint)mode, first, count); - } + ) => Underlying.Value!.DrawElementArrayApple(mode, first, count); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] @@ -171421,10 +170005,7 @@ public static void DrawElementArrayATI( public static void DrawElementArrayATI( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count - ) - { - DrawElementArrayATI((uint)mode, count); - } + ) => Underlying.Value!.DrawElementArrayATI(mode, count); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172155,10 +170736,7 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint width - ) - { - DrawMeshArraysSUN((uint)mode, first, count, width); - } + ) => Underlying.Value!.DrawMeshArraysSUN(mode, first, count, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172240,10 +170818,7 @@ public static void DrawRangeElementArrayApple( [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - DrawRangeElementArrayApple((uint)mode, start, end, first, count); - } + ) => Underlying.Value!.DrawRangeElementArrayApple(mode, start, end, first, count); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] @@ -172268,10 +170843,7 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLsizei")] uint count - ) - { - DrawRangeElementArrayATI((uint)mode, start, end, count); - } + ) => Underlying.Value!.DrawRangeElementArrayATI(mode, start, end, count); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172689,10 +171261,7 @@ public static void DrawTransformFeedback( public static void DrawTransformFeedback( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedback((uint)mode, id); - } + ) => Underlying.Value!.DrawTransformFeedback(mode, id); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] @@ -172713,10 +171282,7 @@ public static void DrawTransformFeedbackEXT( public static void DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedbackEXT((uint)mode, id); - } + ) => Underlying.Value!.DrawTransformFeedbackEXT(mode, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172741,10 +171307,7 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackInstanced((uint)mode, id, instancecount); - } + ) => Underlying.Value!.DrawTransformFeedbackInstanced(mode, id, instancecount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] @@ -172767,10 +171330,7 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); - } + ) => Underlying.Value!.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] @@ -172791,10 +171351,7 @@ public static void DrawTransformFeedbackNV( public static void DrawTransformFeedbackNV( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - DrawTransformFeedbackNV((uint)mode, id); - } + ) => Underlying.Value!.DrawTransformFeedbackNV(mode, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172819,10 +171376,7 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream - ) - { - DrawTransformFeedbackStream((uint)mode, id, stream); - } + ) => Underlying.Value!.DrawTransformFeedbackStream(mode, id, stream); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172850,10 +171404,8 @@ public static void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLsizei")] uint instancecount - ) - { - DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); - } + ) => + Underlying.Value!.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -172890,10 +171442,8 @@ public static void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) - { - EdgeFlag((uint)flag); - } + public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => + Underlying.Value!.EdgeFlag(flag); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173211,10 +171761,9 @@ public static void Enable([NativeTypeName("GLenum")] uint cap) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void Enable([NativeTypeName("GLenum")] Constant cap) - { - Enable((uint)cap); - } + public static void Enable( + [NativeTypeName("GLenum")] Constant cap + ) => Underlying.Value!.Enable(cap); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -173234,10 +171783,7 @@ public static void EnableClientState([NativeTypeName("GLenum")] uint array) => )] public static void EnableClientState( [NativeTypeName("GLenum")] Constant array - ) - { - EnableClientState((uint)array); - } + ) => Underlying.Value!.EnableClientState(array); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173260,10 +171806,7 @@ public static void EnableClientStateEXT( public static void EnableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - EnableClientStateEXT((uint)array, index); - } + ) => Underlying.Value!.EnableClientStateEXT(array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173286,10 +171829,7 @@ public static void EnableClientStateIndexedEXT( public static void EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - EnableClientStateIndexedEXT((uint)array, index); - } + ) => Underlying.Value!.EnableClientStateIndexedEXT(array, index); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -173321,10 +171861,7 @@ public static void Enable( public static void Enable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - Enable((uint)target, index); - } + ) => Underlying.Value!.Enable(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] @@ -173345,10 +171882,7 @@ public static void EnableEXT( public static void EnableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableEXT((uint)target, index); - } + ) => Underlying.Value!.EnableEXT(target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173371,10 +171905,7 @@ public static void EnableIndexedEXT( public static void EnableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableIndexedEXT((uint)target, index); - } + ) => Underlying.Value!.EnableIndexedEXT(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] @@ -173395,10 +171926,7 @@ public static void EnableNV( public static void EnableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableNV((uint)target, index); - } + ) => Underlying.Value!.EnableNV(target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] @@ -173419,10 +171947,7 @@ public static void EnableOES( public static void EnableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EnableOES((uint)target, index); - } + ) => Underlying.Value!.EnableOES(target, index); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] @@ -173475,10 +172000,7 @@ public static void EnableVertexArrayEXT( public static void EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - EnableVertexArrayEXT(vaobj, (uint)array); - } + ) => Underlying.Value!.EnableVertexArrayEXT(vaobj, array); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] @@ -173598,10 +172120,7 @@ public static void EndQuery([NativeTypeName("GLenum")] uint target) => )] public static void EndQuery( [NativeTypeName("GLenum")] Constant target - ) - { - EndQuery((uint)target); - } + ) => Underlying.Value!.EndQuery(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] @@ -173619,10 +172138,7 @@ public static void EndQueryARB([NativeTypeName("GLenum")] uint target) => )] public static void EndQueryARB( [NativeTypeName("GLenum")] Constant target - ) - { - EndQueryARB((uint)target); - } + ) => Underlying.Value!.EndQueryARB(target); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] @@ -173640,10 +172156,7 @@ public static void EndQueryEXT([NativeTypeName("GLenum")] uint target) => )] public static void EndQueryEXT( [NativeTypeName("GLenum")] Constant target - ) - { - EndQueryEXT((uint)target); - } + ) => Underlying.Value!.EndQueryEXT(target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173666,10 +172179,7 @@ public static void EndQueryIndexed( public static void EndQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - EndQueryIndexed((uint)target, index); - } + ) => Underlying.Value!.EndQueryIndexed(target, index); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -173689,10 +172199,7 @@ public static void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMas )] public static void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - EndTilingQCOM((uint)preserveMask); - } + ) => Underlying.Value!.EndTilingQCOM(preserveMask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -173936,10 +172443,7 @@ public static void EvalMapNV( public static void EvalMapNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - EvalMapNV((uint)target, (uint)mode); - } + ) => Underlying.Value!.EvalMapNV(target, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] @@ -173962,10 +172466,7 @@ public static void EvalMesh1( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int i1, [NativeTypeName("GLint")] int i2 - ) - { - EvalMesh1((uint)mode, i1, i2); - } + ) => Underlying.Value!.EvalMesh1(mode, i1, i2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] @@ -173992,10 +172493,7 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int i2, [NativeTypeName("GLint")] int j1, [NativeTypeName("GLint")] int j2 - ) - { - EvalMesh2((uint)mode, i1, i2, j1, j2); - } + ) => Underlying.Value!.EvalMesh2(mode, i1, i2, j1, j2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] @@ -174621,10 +173119,7 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { - FinalCombinerInputNV((uint)variable, (uint)input, (uint)mapping, (uint)componentUsage); - } + ) => Underlying.Value!.FinalCombinerInputNV(variable, input, mapping, componentUsage); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -174728,10 +173223,7 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - FlushMappedBufferRange((uint)target, offset, length); - } + ) => Underlying.Value!.FlushMappedBufferRange(target, offset, length); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] @@ -174754,10 +173246,7 @@ public static void FlushMappedBufferRangeApple( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - FlushMappedBufferRangeApple((uint)target, offset, size); - } + ) => Underlying.Value!.FlushMappedBufferRangeApple(target, offset, size); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -174782,10 +173271,7 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - FlushMappedBufferRangeEXT((uint)target, offset, length); - } + ) => Underlying.Value!.FlushMappedBufferRangeEXT(target, offset, length); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -174827,10 +173313,7 @@ public static void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) )] public static void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target - ) - { - FlushPixelDataRangeNV((uint)target); - } + ) => Underlying.Value!.FlushPixelDataRangeNV(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] @@ -175152,10 +173635,7 @@ public static void Fog( public static void Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - Fog((uint)pname, param1); - } + ) => Underlying.Value!.Fog(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] @@ -175232,10 +173712,7 @@ public static void Fog( public static void Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - Fog((uint)pname, param1); - } + ) => Underlying.Value!.Fog(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFogiv")] @@ -175283,10 +173760,7 @@ public static void Fogx( public static void Fogx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - Fogx((uint)pname, param1); - } + ) => Underlying.Value!.Fogx(pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -175309,10 +173783,7 @@ public static void FogxOES( public static void FogxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - FogxOES((uint)pname, param1); - } + ) => Underlying.Value!.FogxOES(pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] @@ -175389,10 +173860,7 @@ public static void FragmentColorMaterialSGIX( public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - FragmentColorMaterialSGIX((uint)face, (uint)mode); - } + ) => Underlying.Value!.FragmentColorMaterialSGIX(face, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -175425,10 +173893,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] @@ -175480,10 +173945,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] @@ -175534,10 +173996,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - FragmentLightModelSGIX((uint)pname, param1); - } + ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] @@ -175587,10 +174046,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - FragmentLightModelSGIX((uint)pname, param1); - } + ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] @@ -175641,10 +174097,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] @@ -175696,10 +174149,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] @@ -175751,10 +174201,7 @@ public static void FramebufferDrawBufferEXT( public static void FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - FramebufferDrawBufferEXT(framebuffer, (uint)mode); - } + ) => Underlying.Value!.FramebufferDrawBufferEXT(framebuffer, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -175938,10 +174385,7 @@ public static void FramebufferParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FramebufferParameter((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.FramebufferParameter(target, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -175968,10 +174412,7 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - FramebufferParameterMESA((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.FramebufferParameterMESA(target, pname, param2); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] @@ -176004,10 +174445,7 @@ public static void FramebufferReadBufferEXT( public static void FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - FramebufferReadBufferEXT(framebuffer, (uint)mode); - } + ) => Underlying.Value!.FramebufferReadBufferEXT(framebuffer, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176043,15 +174481,13 @@ public static void FramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - FramebufferRenderbuffer( - (uint)target, - (uint)attachment, - (uint)renderbuffertarget, + ) => + Underlying.Value!.FramebufferRenderbuffer( + target, + attachment, + renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] @@ -176083,15 +174519,13 @@ public static void FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - FramebufferRenderbufferEXT( - (uint)target, - (uint)attachment, - (uint)renderbuffertarget, + ) => + Underlying.Value!.FramebufferRenderbufferEXT( + target, + attachment, + renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] @@ -176123,15 +174557,13 @@ public static void FramebufferRenderbufferOES( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - FramebufferRenderbufferOES( - (uint)target, - (uint)attachment, - (uint)renderbuffertarget, + ) => + Underlying.Value!.FramebufferRenderbufferOES( + target, + attachment, + renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176271,18 +174703,16 @@ public static void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint numLayers, [NativeTypeName("GLsizei")] uint texelWidth, [NativeTypeName("GLsizei")] uint texelHeight - ) - { - FramebufferShadingRateEXT( - (uint)target, - (uint)attachment, + ) => + Underlying.Value!.FramebufferShadingRateEXT( + target, + attachment, texture, baseLayer, numLayers, texelWidth, texelHeight ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176309,10 +174739,7 @@ public static void FramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture((uint)target, (uint)attachment, texture, level); - } + ) => Underlying.Value!.FramebufferTexture(target, attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176341,10 +174768,7 @@ public static void FramebufferTexture1D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture1D((uint)target, (uint)attachment, (uint)textarget, texture, level); - } + ) => Underlying.Value!.FramebufferTexture1D(target, attachment, textarget, texture, level); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] @@ -176378,16 +174802,14 @@ public static void FramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture1DEXT( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture1DEXT( + target, + attachment, + textarget, texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176418,10 +174840,7 @@ public static void FramebufferTexture2D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture2D((uint)target, (uint)attachment, (uint)textarget, texture, level); - } + ) => Underlying.Value!.FramebufferTexture2D(target, attachment, textarget, texture, level); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] @@ -176461,18 +174880,16 @@ public static void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { - FramebufferTexture2DDownsampleIMG( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture2DDownsampleIMG( + target, + attachment, + textarget, texture, level, xscale, yscale ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] @@ -176506,16 +174923,14 @@ public static void FramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture2DEXT( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture2DEXT( + target, + attachment, + textarget, texture, level ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -176554,17 +174969,15 @@ public static void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { - FramebufferTexture2DMultisampleEXT( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture2DMultisampleEXT( + target, + attachment, + textarget, texture, level, samples ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -176603,17 +175016,15 @@ public static void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { - FramebufferTexture2DMultisampleIMG( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture2DMultisampleIMG( + target, + attachment, + textarget, texture, level, samples ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] @@ -176647,16 +175058,14 @@ public static void FramebufferTexture2DOES( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTexture2DOES( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture2DOES( + target, + attachment, + textarget, texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176695,17 +175104,15 @@ public static void FramebufferTexture3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { - FramebufferTexture3D( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture3D( + target, + attachment, + textarget, texture, level, zoffset ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] @@ -176742,17 +175149,15 @@ public static void FramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { - FramebufferTexture3DEXT( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture3DEXT( + target, + attachment, + textarget, texture, level, zoffset ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] @@ -176789,17 +175194,15 @@ public static void FramebufferTexture3DOES( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { - FramebufferTexture3DOES( - (uint)target, - (uint)attachment, - (uint)textarget, + ) => + Underlying.Value!.FramebufferTexture3DOES( + target, + attachment, + textarget, texture, level, zoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176826,10 +175229,7 @@ public static void FramebufferTextureARB( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureARB((uint)target, (uint)attachment, texture, level); - } + ) => Underlying.Value!.FramebufferTextureARB(target, attachment, texture, level); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -176856,10 +175256,7 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); - } + ) => Underlying.Value!.FramebufferTextureEXT(target, attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176888,10 +175285,7 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { - FramebufferTextureFaceARB((uint)target, (uint)attachment, texture, level, (uint)face); - } + ) => Underlying.Value!.FramebufferTextureFaceARB(target, attachment, texture, level, face); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] @@ -176918,10 +175312,7 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { - FramebufferTextureFaceEXT((uint)target, (uint)attachment, texture, level, (uint)face); - } + ) => Underlying.Value!.FramebufferTextureFaceEXT(target, attachment, texture, level, face); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176950,10 +175341,7 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); - } + ) => Underlying.Value!.FramebufferTextureLayer(target, attachment, texture, level, layer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -176983,10 +175371,8 @@ public static void FramebufferTextureLayerARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayerARB((uint)target, (uint)attachment, texture, level, layer); - } + ) => + Underlying.Value!.FramebufferTextureLayerARB(target, attachment, texture, level, layer); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] @@ -177026,18 +175412,16 @@ public static void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { - FramebufferTextureLayerDownsampleIMG( - (uint)target, - (uint)attachment, + ) => + Underlying.Value!.FramebufferTextureLayerDownsampleIMG( + target, + attachment, texture, level, layer, xscale, yscale ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] @@ -177065,10 +175449,8 @@ public static void FramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - FramebufferTextureLayerEXT((uint)target, (uint)attachment, texture, level, layer); - } + ) => + Underlying.Value!.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] @@ -177108,18 +175490,16 @@ public static void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { - FramebufferTextureMultisampleMultiviewOVR( - (uint)target, - (uint)attachment, + ) => + Underlying.Value!.FramebufferTextureMultisampleMultiviewOVR( + target, + attachment, texture, level, samples, baseViewIndex, numViews ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -177160,17 +175540,15 @@ public static void FramebufferTextureMultiviewOVR( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { - FramebufferTextureMultiviewOVR( - (uint)target, - (uint)attachment, + ) => + Underlying.Value!.FramebufferTextureMultiviewOVR( + target, + attachment, texture, level, baseViewIndex, numViews ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] @@ -177195,10 +175573,7 @@ public static void FramebufferTextureOES( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - FramebufferTextureOES((uint)target, (uint)attachment, texture, level); - } + ) => Underlying.Value!.FramebufferTextureOES(target, attachment, texture, level); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] @@ -177245,10 +175620,7 @@ public static void FrontFace([NativeTypeName("GLenum")] uint mode) => )] public static void FrontFace( [NativeTypeName("GLenum")] Constant mode - ) - { - FrontFace((uint)mode); - } + ) => Underlying.Value!.FrontFace(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glFrustum")] @@ -177411,10 +175783,7 @@ public static void GenerateMipmap([NativeTypeName("GLenum")] uint target) => )] public static void GenerateMipmap( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmap((uint)target); - } + ) => Underlying.Value!.GenerateMipmap(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] @@ -177432,10 +175801,7 @@ public static void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => )] public static void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmapEXT((uint)target); - } + ) => Underlying.Value!.GenerateMipmapEXT(target); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] @@ -177453,10 +175819,7 @@ public static void GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => )] public static void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMipmapOES((uint)target); - } + ) => Underlying.Value!.GenerateMipmapOES(target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -177479,10 +175842,7 @@ public static void GenerateMultiTexMipmapEXT( public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target - ) - { - GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); - } + ) => Underlying.Value!.GenerateMultiTexMipmapEXT(texunit, target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -177514,10 +175874,7 @@ public static void GenerateTextureMipmapEXT( public static void GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target - ) - { - GenerateTextureMipmapEXT(texture, (uint)target); - } + ) => Underlying.Value!.GenerateTextureMipmapEXT(texture, target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] @@ -184377,10 +182734,7 @@ public static void GetMaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - GetMaterialxOES((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.GetMaterialxOES(face, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] @@ -190522,10 +188876,7 @@ public static void GetQueryBufferObjecti64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); - } + ) => Underlying.Value!.GetQueryBufferObjecti64V(id, buffer, pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -190552,10 +188903,7 @@ public static void GetQueryBufferObject( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObject(id, buffer, (uint)pname, offset); - } + ) => Underlying.Value!.GetQueryBufferObject(id, buffer, pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -190582,10 +188930,7 @@ public static void GetQueryBufferObjectui64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); - } + ) => Underlying.Value!.GetQueryBufferObjectui64V(id, buffer, pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -190612,10 +188957,7 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); - } + ) => Underlying.Value!.GetQueryBufferObjectuiv(id, buffer, pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -195999,10 +194341,7 @@ public static void Hint( public static void Hint( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - Hint((uint)target, (uint)mode); - } + ) => Underlying.Value!.Hint(target, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glHintPGI")] @@ -196023,10 +194362,7 @@ public static void HintPGI( public static void HintPGI( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] Constant mode - ) - { - HintPGI((uint)target, (int)mode); - } + ) => Underlying.Value!.HintPGI(target, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glHistogram")] @@ -196051,10 +194387,7 @@ public static void Histogram( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - Histogram((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => Underlying.Value!.Histogram(target, width, internalformat, sink); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] @@ -196079,10 +194412,7 @@ public static void HistogramEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => Underlying.Value!.HistogramEXT(target, width, internalformat, sink); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] @@ -196132,10 +194462,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] @@ -196187,10 +194514,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] @@ -196246,10 +194570,7 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLuint64")] ulong size, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ImportMemoryFEXT(memory, size, (uint)handleType, fd); - } + ) => Underlying.Value!.ImportMemoryFEXT(memory, size, handleType, fd); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -196340,10 +194661,7 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); - } + ) => Underlying.Value!.ImportSemaphoreFEXT(semaphore, handleType, fd); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -196499,10 +194817,7 @@ public static void IndexFuncEXT( public static void IndexFuncEXT( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLclampf")] float @ref - ) - { - IndexFuncEXT((uint)func, @ref); - } + ) => Underlying.Value!.IndexFuncEXT(func, @ref); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glIndexfv")] @@ -196582,10 +194897,7 @@ public static void IndexMaterialEXT( public static void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - IndexMaterialEXT((uint)face, (uint)mode); - } + ) => Underlying.Value!.IndexMaterialEXT(face, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] @@ -198714,10 +197026,7 @@ public static void LightEnvSGIX( public static void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - LightEnvSGIX((uint)pname, param1); - } + ) => Underlying.Value!.LightEnvSGIX(pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -198742,10 +197051,7 @@ public static void Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - Light((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.Light(light, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -198799,10 +197105,7 @@ public static void Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - Light((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.Light(light, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glLightiv")] @@ -198854,10 +197157,7 @@ public static void LightModel( public static void LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - LightModel((uint)pname, param1); - } + ) => Underlying.Value!.LightModel(pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -198907,10 +197207,7 @@ public static void LightModel( public static void LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - LightModel((uint)pname, param1); - } + ) => Underlying.Value!.LightModel(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] @@ -198958,10 +197255,7 @@ public static void LightModelx( public static void LightModelx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - LightModelx((uint)pname, param1); - } + ) => Underlying.Value!.LightModelx(pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -198984,10 +197278,7 @@ public static void LightModelxOES( public static void LightModelxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - LightModelxOES((uint)pname, param1); - } + ) => Underlying.Value!.LightModelxOES(pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] @@ -199066,10 +197357,7 @@ public static void Lightx( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - Lightx((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.Lightx(light, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -199094,10 +197382,7 @@ public static void LightxOES( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - LightxOES((uint)light, (uint)pname, param2); - } + ) => Underlying.Value!.LightxOES(light, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] @@ -199303,10 +197588,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ListParameterSGIX(list, (uint)pname, param2); - } + ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] @@ -199358,10 +197640,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ListParameterSGIX(list, (uint)pname, param2); - } + ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] @@ -199417,10 +197696,7 @@ public static void LoadIdentityDeformationMapSGIX( )] public static void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask - ) - { - LoadIdentityDeformationMapSGIX((uint)mask); - } + ) => Underlying.Value!.LoadIdentityDeformationMapSGIX(mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] @@ -199703,10 +197979,7 @@ public static void LogicOp([NativeTypeName("GLenum")] uint opcode) => )] public static void LogicOp( [NativeTypeName("GLenum")] Constant opcode - ) - { - LogicOp((uint)opcode); - } + ) => Underlying.Value!.LogicOp(opcode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -199930,10 +198203,7 @@ public static void Map1XOES( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("GLfixed")] int points - ) - { - Map1XOES((uint)target, u1, u2, stride, order, points); - } + ) => Underlying.Value!.Map1XOES(target, u1, u2, stride, order, points); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMap2d")] @@ -200092,10 +198362,19 @@ public static void Map2XOES( [NativeTypeName("GLint")] int vstride, [NativeTypeName("GLint")] int vorder, [NativeTypeName("GLfixed")] int points - ) - { - Map2XOES((uint)target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - } + ) => + Underlying.Value!.Map2XOES( + target, + u1, + u2, + ustride, + uorder, + v1, + v2, + vstride, + vorder, + points + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -200800,10 +199079,7 @@ public static void Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - Material((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.Material(face, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -200857,10 +199133,7 @@ public static void Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - Material((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.Material(face, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] @@ -200912,10 +199185,7 @@ public static void Materialx( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - Materialx((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.Materialx(face, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -200940,10 +199210,7 @@ public static void MaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - MaterialxOES((uint)face, (uint)pname, param2); - } + ) => Underlying.Value!.MaterialxOES(face, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] @@ -201038,10 +199305,7 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => Underlying.Value!.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] @@ -201330,10 +199594,7 @@ public static void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) = )] public static void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixLoadIdentityEXT((uint)mode); - } + ) => Underlying.Value!.MatrixLoadIdentityEXT(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201446,10 +199707,7 @@ public static void MatrixMode([NativeTypeName("GLenum")] uint mode) => )] public static void MatrixMode( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixMode((uint)mode); - } + ) => Underlying.Value!.MatrixMode(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201701,10 +199959,7 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => Underlying.Value!.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201726,10 +199981,7 @@ public static void MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => )] public static void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixPopEXT((uint)mode); - } + ) => Underlying.Value!.MatrixPopEXT(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201751,10 +200003,7 @@ public static void MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => )] public static void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - MatrixPushEXT((uint)mode); - } + ) => Underlying.Value!.MatrixPushEXT(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201785,10 +200034,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201819,10 +200065,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201851,10 +200094,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixScaleEXT((uint)mode, x, y, z); - } + ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201883,10 +200123,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixScaleEXT((uint)mode, x, y, z); - } + ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201915,10 +200152,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201947,10 +200181,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -201989,10 +200220,7 @@ public static void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) = )] public static void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrier((uint)barriers); - } + ) => Underlying.Value!.MemoryBarrier(barriers); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -202012,10 +200240,7 @@ public static void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint bar )] public static void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrierByRegion((uint)barriers); - } + ) => Underlying.Value!.MemoryBarrierByRegion(barriers); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] @@ -202033,10 +200258,7 @@ public static void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers )] public static void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - MemoryBarrierEXT((uint)barriers); - } + ) => Underlying.Value!.MemoryBarrierEXT(barriers); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -202090,10 +200312,7 @@ public static void Minmax( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - Minmax((uint)target, (uint)internalformat, (uint)sink); - } + ) => Underlying.Value!.Minmax(target, internalformat, sink); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] @@ -202116,10 +200335,7 @@ public static void MinmaxEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); - } + ) => Underlying.Value!.MinmaxEXT(target, internalformat, sink); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -202207,9 +200423,8 @@ public static void MulticastBlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] uint filter - ) - { - MulticastBlitFramebufferNV( + ) => + Underlying.Value!.MulticastBlitFramebufferNV( srcGpu, dstGpu, srcX0, @@ -202220,10 +200435,9 @@ public static void MulticastBlitFramebufferNV( dstY0, dstX1, dstY1, - (uint)mask, + mask, filter ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] @@ -203792,10 +202006,7 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.MultiTexBufferEXT(texunit, target, internalformat, buffer); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] @@ -203816,10 +202027,7 @@ public static void MultiTexCoord1OES( public static void MultiTexCoord1OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s - ) - { - MultiTexCoord1OES((uint)texture, s); - } + ) => Underlying.Value!.MultiTexCoord1OES(texture, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] @@ -203867,10 +202075,7 @@ public static void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] @@ -203891,10 +202096,7 @@ public static void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1ARB(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] @@ -203969,10 +202171,7 @@ public static void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] @@ -203993,10 +202192,7 @@ public static void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1ARB(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] @@ -204071,10 +202267,7 @@ public static void MultiTexCoord1NV( public static void MultiTexCoord1NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s - ) - { - MultiTexCoord1NV((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1NV(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] @@ -204122,10 +202315,7 @@ public static void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] @@ -204146,10 +202336,7 @@ public static void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1ARB(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] @@ -204224,10 +202411,7 @@ public static void MultiTexCoord1( public static void MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - MultiTexCoord1((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] @@ -204248,10 +202432,7 @@ public static void MultiTexCoord1ARB( public static void MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - MultiTexCoord1ARB((uint)target, s); - } + ) => Underlying.Value!.MultiTexCoord1ARB(target, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] @@ -204326,10 +202507,7 @@ public static void MultiTexCoord1XOES( public static void MultiTexCoord1XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s - ) - { - MultiTexCoord1XOES((uint)texture, s); - } + ) => Underlying.Value!.MultiTexCoord1XOES(texture, s); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] @@ -204379,10 +202557,7 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t - ) - { - MultiTexCoord2OES((uint)texture, s, t); - } + ) => Underlying.Value!.MultiTexCoord2OES(texture, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] @@ -204432,10 +202607,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] @@ -204458,10 +202630,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] @@ -204538,10 +202707,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] @@ -204564,10 +202730,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] @@ -204644,10 +202807,7 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t - ) - { - MultiTexCoord2NV((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2NV(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] @@ -204697,10 +202857,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] @@ -204723,10 +202880,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] @@ -204803,10 +202957,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - MultiTexCoord2((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] @@ -204829,10 +202980,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - MultiTexCoord2ARB((uint)target, s, t); - } + ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] @@ -204909,10 +203057,7 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t - ) - { - MultiTexCoord2XOES((uint)texture, s, t); - } + ) => Underlying.Value!.MultiTexCoord2XOES(texture, s, t); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] @@ -204964,10 +203109,7 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r - ) - { - MultiTexCoord3OES((uint)texture, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3OES(texture, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] @@ -205019,10 +203161,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] @@ -205047,10 +203186,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] @@ -205129,10 +203265,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] @@ -205157,10 +203290,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] @@ -205239,10 +203369,7 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r - ) - { - MultiTexCoord3NV((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3NV(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] @@ -205294,10 +203421,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] @@ -205322,10 +203446,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] @@ -205404,10 +203525,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - MultiTexCoord3((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] @@ -205432,10 +203550,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] @@ -205514,10 +203629,7 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r - ) - { - MultiTexCoord3XOES((uint)texture, s, t, r); - } + ) => Underlying.Value!.MultiTexCoord3XOES(texture, s, t, r); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] @@ -205571,10 +203683,7 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r, [NativeTypeName("GLbyte")] sbyte q - ) - { - MultiTexCoord4OES((uint)texture, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4OES(texture, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] @@ -205628,10 +203737,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] @@ -205658,10 +203764,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] @@ -205744,10 +203847,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] @@ -205774,10 +203874,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] @@ -205858,10 +203955,7 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r, [NativeTypeName("GLhalfNV")] ushort q - ) - { - MultiTexCoord4NV((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4NV(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] @@ -205915,10 +204009,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] @@ -205945,10 +204036,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] @@ -206029,10 +204117,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - MultiTexCoord4((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] @@ -206059,10 +204144,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] @@ -206143,10 +204225,7 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - MultiTexCoord4X((uint)texture, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4X(texture, s, t, r, q); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -206175,10 +204254,7 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - MultiTexCoord4XOES((uint)texture, s, t, r, q); - } + ) => Underlying.Value!.MultiTexCoord4XOES(texture, s, t, r, q); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] @@ -206228,10 +204304,7 @@ public static void MultiTexCoordP1( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP1((uint)texture, (uint)type, coords); - } + ) => Underlying.Value!.MultiTexCoordP1(texture, type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] @@ -206283,10 +204356,7 @@ public static void MultiTexCoordP2( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP2((uint)texture, (uint)type, coords); - } + ) => Underlying.Value!.MultiTexCoordP2(texture, type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] @@ -206338,10 +204408,7 @@ public static void MultiTexCoordP3( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP3((uint)texture, (uint)type, coords); - } + ) => Underlying.Value!.MultiTexCoordP3(texture, type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] @@ -206393,10 +204460,7 @@ public static void MultiTexCoordP4( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - MultiTexCoordP4((uint)texture, (uint)type, coords); - } + ) => Underlying.Value!.MultiTexCoordP4(texture, type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] @@ -206487,10 +204551,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -206550,10 +204611,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -206613,10 +204671,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -206676,10 +204731,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -206739,10 +204791,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207006,10 +205055,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207069,10 +205115,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207196,10 +205239,7 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); - } + ) => Underlying.Value!.MultiTexRenderbufferEXT(texunit, target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207713,10 +205753,7 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); - } + ) => Underlying.Value!.NamedBufferPageCommitmentARB(buffer, offset, size, commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207743,10 +205780,7 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); - } + ) => Underlying.Value!.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -207787,10 +205821,15 @@ public static void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, (uint)commit); - } + ) => + Underlying.Value!.NamedBufferPageCommitmentMemNV( + buffer, + offset, + size, + memory, + memOffset, + commit + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208027,10 +206066,7 @@ public static void NamedFramebufferDrawBuffer( public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant buf - ) - { - NamedFramebufferDrawBuffer(framebuffer, (uint)buf); - } + ) => Underlying.Value!.NamedFramebufferDrawBuffer(framebuffer, buf); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208124,10 +206160,7 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - NamedFramebufferParameter(framebuffer, (uint)pname, param2); - } + ) => Underlying.Value!.NamedFramebufferParameter(framebuffer, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208152,10 +206185,7 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); - } + ) => Underlying.Value!.NamedFramebufferParameterEXT(framebuffer, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208178,10 +206208,7 @@ public static void NamedFramebufferReadBuffer( public static void NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant src - ) - { - NamedFramebufferReadBuffer(framebuffer, (uint)src); - } + ) => Underlying.Value!.NamedFramebufferReadBuffer(framebuffer, src); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208215,15 +206242,13 @@ public static void NamedFramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - NamedFramebufferRenderbuffer( + ) => + Underlying.Value!.NamedFramebufferRenderbuffer( framebuffer, - (uint)attachment, - (uint)renderbuffertarget, + attachment, + renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208257,15 +206282,13 @@ public static void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - NamedFramebufferRenderbufferEXT( + ) => + Underlying.Value!.NamedFramebufferRenderbufferEXT( framebuffer, - (uint)attachment, - (uint)renderbuffertarget, + attachment, + renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208402,10 +206425,7 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); - } + ) => Underlying.Value!.NamedFramebufferTexture(framebuffer, attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208441,16 +206461,14 @@ public static void NamedFramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTexture1DEXT( + ) => + Underlying.Value!.NamedFramebufferTexture1DEXT( framebuffer, - (uint)attachment, - (uint)textarget, + attachment, + textarget, texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208486,16 +206504,14 @@ public static void NamedFramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTexture2DEXT( + ) => + Underlying.Value!.NamedFramebufferTexture2DEXT( framebuffer, - (uint)attachment, - (uint)textarget, + attachment, + textarget, texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208534,17 +206550,15 @@ public static void NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { - NamedFramebufferTexture3DEXT( + ) => + Underlying.Value!.NamedFramebufferTexture3DEXT( framebuffer, - (uint)attachment, - (uint)textarget, + attachment, + textarget, texture, level, zoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208571,10 +206585,7 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); - } + ) => Underlying.Value!.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208610,16 +206621,14 @@ public static void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { - NamedFramebufferTextureFaceEXT( + ) => + Underlying.Value!.NamedFramebufferTextureFaceEXT( framebuffer, - (uint)attachment, + attachment, texture, level, - (uint)face + face ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208655,10 +206664,14 @@ public static void NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - NamedFramebufferTextureLayer(framebuffer, (uint)attachment, texture, level, layer); - } + ) => + Underlying.Value!.NamedFramebufferTextureLayer( + framebuffer, + attachment, + texture, + level, + layer + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208694,10 +206707,14 @@ public static void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - NamedFramebufferTextureLayerEXT(framebuffer, (uint)attachment, texture, level, layer); - } + ) => + Underlying.Value!.NamedFramebufferTextureLayerEXT( + framebuffer, + attachment, + texture, + level, + layer + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208730,10 +206747,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208799,10 +206813,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208868,10 +206879,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -208937,10 +206945,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209162,10 +207167,8 @@ public static void NamedRenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); - } + ) => + Underlying.Value!.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209198,10 +207201,13 @@ public static void NamedRenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); - } + ) => + Underlying.Value!.NamedRenderbufferStorageEXT( + renderbuffer, + internalformat, + width, + height + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209237,16 +207243,14 @@ public static void NamedRenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageMultisample( + ) => + Underlying.Value!.NamedRenderbufferStorageMultisample( renderbuffer, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209287,17 +207291,15 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageMultisampleAdvanceAMD( + ) => + Underlying.Value!.NamedRenderbufferStorageMultisampleAdvanceAMD( renderbuffer, samples, storageSamples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209336,17 +207338,15 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageMultisampleCoverageEXT( + ) => + Underlying.Value!.NamedRenderbufferStorageMultisampleCoverageEXT( renderbuffer, coverageSamples, colorSamples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209382,16 +207382,14 @@ public static void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - NamedRenderbufferStorageMultisampleEXT( + ) => + Underlying.Value!.NamedRenderbufferStorageMultisampleEXT( renderbuffer, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -209448,10 +207446,7 @@ public static void NewList( public static void NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant mode - ) - { - NewList(list, (uint)mode); - } + ) => Underlying.Value!.NewList(list, mode); [return: NativeTypeName("GLuint")] [SupportedApiProfile("gl")] @@ -209800,10 +207795,7 @@ public static void NormalP3( public static void NormalP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - NormalP3((uint)type, coords); - } + ) => Underlying.Value!.NormalP3(type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] @@ -209975,10 +207967,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nx, [NativeTypeName("GLbyte")] sbyte ny, [NativeTypeName("GLbyte")] sbyte nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] @@ -210030,10 +208019,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nx, [NativeTypeName("GLdouble")] double ny, [NativeTypeName("GLdouble")] double nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] @@ -210085,10 +208071,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nx, [NativeTypeName("GLfloat")] float ny, [NativeTypeName("GLfloat")] float nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] @@ -210140,10 +208123,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nx, [NativeTypeName("GLint")] int ny, [NativeTypeName("GLint")] int nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] @@ -210195,10 +208175,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nx, [NativeTypeName("GLshort")] short ny, [NativeTypeName("GLshort")] short nz - ) - { - NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] @@ -210470,10 +208447,7 @@ public static void PassTexCoordATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant coord, [NativeTypeName("GLenum")] Constant swizzle - ) - { - PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); - } + ) => Underlying.Value!.PassTexCoordATI(dst, coord, swizzle); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPassThrough")] @@ -210541,10 +208515,7 @@ public static void PatchParameter( public static void PatchParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameter((uint)pname, value); - } + ) => Underlying.Value!.PatchParameter(pname, value); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] @@ -210565,10 +208536,7 @@ public static void PatchParameterEXT( public static void PatchParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameterEXT((uint)pname, value); - } + ) => Underlying.Value!.PatchParameterEXT(pname, value); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] @@ -210589,10 +208557,7 @@ public static void PatchParameterOES( public static void PatchParameterOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PatchParameterOES((uint)pname, value); - } + ) => Underlying.Value!.PatchParameterOES(pname, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] @@ -210766,10 +208731,7 @@ public static void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => )] public static void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func - ) - { - PathCoverDepthFuncNV((uint)func); - } + ) => Underlying.Value!.PathCoverDepthFuncNV(func); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -210820,10 +208782,7 @@ public static void PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => )] public static void PathFogGenNV( [NativeTypeName("GLenum")] Constant genMode - ) - { - PathFogGenNV((uint)genMode); - } + ) => Underlying.Value!.PathFogGenNV(genMode); [return: NativeTypeName("GLenum")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -211178,10 +209137,7 @@ public static void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float value - ) - { - PathParameterNV(path, (uint)pname, value); - } + ) => Underlying.Value!.PathParameterNV(path, pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -211241,10 +209197,7 @@ public static void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - PathParameterNV(path, (uint)pname, value); - } + ) => Underlying.Value!.PathParameterNV(path, pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -211316,10 +209269,7 @@ public static void PathStencilFuncNV( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - PathStencilFuncNV((uint)func, @ref, mask); - } + ) => Underlying.Value!.PathStencilFuncNV(func, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -211704,10 +209654,7 @@ public static void PixelStore( public static void PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelStore((uint)pname, param1); - } + ) => Underlying.Value!.PixelStore(pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -211734,10 +209681,7 @@ public static void PixelStore( public static void PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelStore((uint)pname, param1); - } + ) => Underlying.Value!.PixelStore(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] @@ -211758,10 +209702,7 @@ public static void PixelStorex( public static void PixelStorex( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PixelStorex((uint)pname, param1); - } + ) => Underlying.Value!.PixelStorex(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] @@ -211782,10 +209723,7 @@ public static void PixelTexGenParameterSGIS( public static void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] @@ -211833,10 +209771,7 @@ public static void PixelTexGenParameterSGIS( public static void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] @@ -211881,10 +209816,7 @@ public static void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => )] public static void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode - ) - { - PixelTexGenSGIX((uint)mode); - } + ) => Underlying.Value!.PixelTexGenSGIX(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] @@ -211905,10 +209837,7 @@ public static void PixelTransfer( public static void PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PixelTransfer((uint)pname, param1); - } + ) => Underlying.Value!.PixelTransfer(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] @@ -211929,10 +209858,7 @@ public static void PixelTransfer( public static void PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PixelTransfer((uint)pname, param1); - } + ) => Underlying.Value!.PixelTransfer(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] @@ -211953,10 +209879,7 @@ public static void PixelTransferxOES( public static void PixelTransferxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PixelTransferxOES((uint)pname, param1); - } + ) => Underlying.Value!.PixelTransferxOES(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] @@ -211979,10 +209902,7 @@ public static void PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.PixelTransformParameterEXT(target, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] @@ -212034,10 +209954,7 @@ public static void PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.PixelTransformParameterEXT(target, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] @@ -212107,10 +210024,7 @@ public static void PNTrianglesATI( public static void PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PNTrianglesATI((uint)pname, param1); - } + ) => Underlying.Value!.PNTrianglesATI(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] @@ -212131,10 +210045,7 @@ public static void PNTrianglesATI( public static void PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PNTrianglesATI((uint)pname, param1); - } + ) => Underlying.Value!.PNTrianglesATI(pname, param1); [return: NativeTypeName("GLboolean")] [SupportedApiProfile("glcore", MinVersion = "3.2")] @@ -212227,10 +210138,7 @@ public static void PointParameter( public static void PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameter((uint)pname, param1); - } + ) => Underlying.Value!.PointParameter(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] @@ -212251,10 +210159,7 @@ public static void PointParameterARB( public static void PointParameterARB( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterARB((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterARB(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] @@ -212275,10 +210180,7 @@ public static void PointParameterEXT( public static void PointParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterEXT((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterEXT(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] @@ -212299,10 +210201,7 @@ public static void PointParameterSGIS( public static void PointParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - PointParameterSGIS((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterSGIS(pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -212437,10 +210336,7 @@ public static void PointParameter( public static void PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PointParameter((uint)pname, param1); - } + ) => Underlying.Value!.PointParameter(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] @@ -212461,10 +210357,7 @@ public static void PointParameterNV( public static void PointParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - PointParameterNV((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterNV(pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -212541,10 +210434,7 @@ public static void PointParameterx( public static void PointParameterx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PointParameterx((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterx(pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] @@ -212565,10 +210455,7 @@ public static void PointParameterxOES( public static void PointParameterxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - PointParameterxOES((uint)pname, param1); - } + ) => Underlying.Value!.PointParameterxOES(pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] @@ -212751,10 +210638,7 @@ public static void PolygonMode( public static void PolygonMode( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - PolygonMode((uint)face, (uint)mode); - } + ) => Underlying.Value!.PolygonMode(face, mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] @@ -212775,10 +210659,7 @@ public static void PolygonModeNV( public static void PolygonModeNV( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - PolygonModeNV((uint)face, (uint)mode); - } + ) => Underlying.Value!.PolygonModeNV(face, mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -213415,10 +211296,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] @@ -213476,10 +211354,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] @@ -213537,10 +211412,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] @@ -213598,10 +211470,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] @@ -213752,10 +211621,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] @@ -213813,10 +211679,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] @@ -213874,10 +211737,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] @@ -213935,10 +211795,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] @@ -214227,10 +212084,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] @@ -214288,10 +212142,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] @@ -214345,10 +212196,7 @@ public static void ProgramParameter( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameter(program, (uint)pname, value); - } + ) => Underlying.Value!.ProgramParameter(program, pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -214373,10 +212221,7 @@ public static void ProgramParameterARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameterARB(program, (uint)pname, value); - } + ) => Underlying.Value!.ProgramParameterARB(program, pname, value); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -214401,10 +212246,7 @@ public static void ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ProgramParameterEXT(program, (uint)pname, value); - } + ) => Underlying.Value!.ProgramParameterEXT(program, pname, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] @@ -218425,10 +216267,7 @@ public static void ProgramVertexLimitNV( public static void ProgramVertexLimitNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int limit - ) - { - ProgramVertexLimitNV((uint)target, limit); - } + ) => Underlying.Value!.ProgramVertexLimitNV(target, limit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -218448,10 +216287,7 @@ public static void ProvokingVertex([NativeTypeName("GLenum")] uint mode) => )] public static void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode - ) - { - ProvokingVertex((uint)mode); - } + ) => Underlying.Value!.ProvokingVertex(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] @@ -218469,10 +216305,7 @@ public static void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => )] public static void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ProvokingVertexEXT((uint)mode); - } + ) => Underlying.Value!.ProvokingVertexEXT(mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] @@ -218490,10 +216323,7 @@ public static void PushAttrib([NativeTypeName("GLbitfield")] uint mask) => )] public static void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushAttrib((uint)mask); - } + ) => Underlying.Value!.PushAttrib(mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] @@ -218511,10 +216341,7 @@ public static void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => )] public static void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushClientAttrib((uint)mask); - } + ) => Underlying.Value!.PushClientAttrib(mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -218534,10 +216361,7 @@ public static void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uin )] public static void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - PushClientAttribDefaultEXT((uint)mask); - } + ) => Underlying.Value!.PushClientAttribDefaultEXT(mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -218673,10 +216497,7 @@ public static void QueryCounter( public static void QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - QueryCounter(id, (uint)target); - } + ) => Underlying.Value!.QueryCounter(id, target); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] @@ -218697,10 +216518,7 @@ public static void QueryCounterEXT( public static void QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - QueryCounterEXT(id, (uint)target); - } + ) => Underlying.Value!.QueryCounterEXT(id, target); [return: NativeTypeName("GLbitfield")] [SupportedApiProfile("gl")] @@ -218757,10 +216575,7 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint param3 - ) - { - QueryObjectParameterAMD((uint)target, id, pname, param3); - } + ) => Underlying.Value!.QueryObjectParameterAMD(target, id, pname, param3); [return: NativeTypeName("GLint")] [SupportedApiProfile("gl")] @@ -219340,10 +217155,7 @@ public static void RasterSamplesEXT( public static void RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - RasterSamplesEXT(samples, (uint)fixedsamplelocations); - } + ) => Underlying.Value!.RasterSamplesEXT(samples, fixedsamplelocations); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -219363,10 +217175,7 @@ public static void ReadBuffer([NativeTypeName("GLenum")] uint src) => )] public static void ReadBuffer( [NativeTypeName("GLenum")] Constant src - ) - { - ReadBuffer((uint)src); - } + ) => Underlying.Value!.ReadBuffer(src); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] @@ -219387,10 +217196,7 @@ public static void ReadBufferIndexedEXT( public static void ReadBufferIndexedEXT( [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLint")] int index - ) - { - ReadBufferIndexedEXT((uint)src, index); - } + ) => Underlying.Value!.ReadBufferIndexedEXT(src, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] @@ -219899,10 +217705,7 @@ public static void RenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorage((uint)target, (uint)internalformat, width, height); - } + ) => Underlying.Value!.RenderbufferStorage(target, internalformat, width, height); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] @@ -219927,10 +217730,7 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); - } + ) => Underlying.Value!.RenderbufferStorageEXT(target, internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -219966,16 +217766,14 @@ public static void RenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisample( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisample( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -220016,17 +217814,15 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleAdvanceAMD( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleAdvanceAMD( + target, samples, storageSamples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] @@ -220060,16 +217856,14 @@ public static void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleAngle( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleAngle( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -220105,16 +217899,14 @@ public static void RenderbufferStorageMultisampleApple( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleApple( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleApple( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -220153,17 +217945,15 @@ public static void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleCoverageNV( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleCoverageNV( + target, coverageSamples, colorSamples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -220201,16 +217991,14 @@ public static void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleEXT( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleEXT( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -220246,16 +218034,14 @@ public static void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleIMG( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleIMG( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] @@ -220289,16 +218075,14 @@ public static void RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageMultisampleNV( - (uint)target, + ) => + Underlying.Value!.RenderbufferStorageMultisampleNV( + target, samples, - (uint)internalformat, + internalformat, width, height ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] @@ -220323,10 +218107,7 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); - } + ) => Underlying.Value!.RenderbufferStorageOES(target, internalformat, width, height); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] @@ -220444,10 +218225,7 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); - } + ) => Underlying.Value!.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] @@ -220570,10 +218348,20 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor4FNormal3FVertex3SUN((uint)rc, r, g, b, a, nx, ny, nz, x, y, z); - } + ) => + Underlying.Value!.ReplacementCodeuiColor4FNormal3FVertex3SUN( + rc, + r, + g, + b, + a, + nx, + ny, + nz, + x, + y, + z + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] @@ -220694,10 +218482,7 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); - } + ) => Underlying.Value!.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] @@ -220799,10 +218584,7 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); - } + ) => Underlying.Value!.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] @@ -220891,10 +218673,7 @@ public static void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => )] public static void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code - ) - { - ReplacementCodeSUN((uint)code); - } + ) => Underlying.Value!.ReplacementCodeSUN(code); [SupportedApiProfile("gl")] [NativeFunction( @@ -220958,10 +218737,9 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( - (uint)rc, + ) => + Underlying.Value!.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( + rc, s, t, r, @@ -220975,7 +218753,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( y, z ); - } [SupportedApiProfile("gl")] [NativeFunction( @@ -221137,10 +218914,18 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiTexCoord2FNormal3FVertex3SUN((uint)rc, s, t, nx, ny, nz, x, y, z); - } + ) => + Underlying.Value!.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( + rc, + s, + t, + nx, + ny, + nz, + x, + y, + z + ); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] @@ -221257,10 +219042,7 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); - } + ) => Underlying.Value!.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] @@ -221356,10 +219138,7 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); - } + ) => Underlying.Value!.ReplacementCodeuiVertex3SUN(rc, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] @@ -221550,10 +219329,7 @@ public static void ResetHistogram([NativeTypeName("GLenum")] uint target) => )] public static void ResetHistogram( [NativeTypeName("GLenum")] Constant target - ) - { - ResetHistogram((uint)target); - } + ) => Underlying.Value!.ResetHistogram(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] @@ -221571,10 +219347,7 @@ public static void ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => )] public static void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ResetHistogramEXT((uint)target); - } + ) => Underlying.Value!.ResetHistogramEXT(target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -221604,10 +219377,7 @@ public static void ResetMinmax([NativeTypeName("GLenum")] uint target) => )] public static void ResetMinmax( [NativeTypeName("GLenum")] Constant target - ) - { - ResetMinmax((uint)target); - } + ) => Underlying.Value!.ResetMinmax(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] @@ -221625,10 +219395,7 @@ public static void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => )] public static void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ResetMinmaxEXT((uint)target); - } + ) => Underlying.Value!.ResetMinmaxEXT(target); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] @@ -221746,10 +219513,7 @@ public static void SampleCoverage( public static void SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoverage(value, (uint)invert); - } + ) => Underlying.Value!.SampleCoverage(value, invert); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] @@ -221770,10 +219534,7 @@ public static void SampleCoverageARB( public static void SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoverageARB(value, (uint)invert); - } + ) => Underlying.Value!.SampleCoverageARB(value, invert); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] @@ -221794,10 +219555,7 @@ public static void SampleCoveragex( public static void SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoveragex(value, (uint)invert); - } + ) => Underlying.Value!.SampleCoveragex(value, invert); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] @@ -221818,10 +219576,7 @@ public static void SampleCoveragexOES( public static void SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleCoveragexOES(value, (uint)invert); - } + ) => Underlying.Value!.SampleCoveragexOES(value, invert); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] @@ -221844,10 +219599,7 @@ public static void SampleMapATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant interp, [NativeTypeName("GLenum")] Constant swizzle - ) - { - SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); - } + ) => Underlying.Value!.SampleMapATI(dst, interp, swizzle); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] @@ -221868,10 +219620,7 @@ public static void SampleMaskEXT( public static void SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleMaskEXT(value, (uint)invert); - } + ) => Underlying.Value!.SampleMaskEXT(value, invert); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -221913,10 +219662,7 @@ public static void SampleMaskSGIS( public static void SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - SampleMaskSGIS(value, (uint)invert); - } + ) => Underlying.Value!.SampleMaskSGIS(value, invert); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] @@ -221934,10 +219680,7 @@ public static void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => )] public static void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern - ) - { - SamplePatternEXT((uint)pattern); - } + ) => Underlying.Value!.SamplePatternEXT(pattern); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] @@ -221955,10 +219698,7 @@ public static void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => )] public static void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern - ) - { - SamplePatternSGIS((uint)pattern); - } + ) => Underlying.Value!.SamplePatternSGIS(pattern); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -221985,10 +219725,7 @@ public static void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - SamplerParameter(sampler, (uint)pname, param2); - } + ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -222048,10 +219785,7 @@ public static void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - SamplerParameter(sampler, (uint)pname, param2); - } + ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -223168,10 +220902,7 @@ public static void SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - SecondaryColorFormatNV(size, (uint)type, stride); - } + ) => Underlying.Value!.SecondaryColorFormatNV(size, type, stride); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] @@ -223192,10 +220923,7 @@ public static void SecondaryColorP3( public static void SecondaryColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - SecondaryColorP3((uint)type, color); - } + ) => Underlying.Value!.SecondaryColorP3(type, color); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] @@ -223607,10 +221335,7 @@ public static void SetFenceNV( public static void SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] Constant condition - ) - { - SetFenceNV(fence, (uint)condition); - } + ) => Underlying.Value!.SetFenceNV(fence, condition); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] @@ -223744,10 +221469,7 @@ public static void ShadeModel([NativeTypeName("GLenum")] uint mode) => )] public static void ShadeModel( [NativeTypeName("GLenum")] Constant mode - ) - { - ShadeModel((uint)mode); - } + ) => Underlying.Value!.ShadeModel(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -223808,10 +221530,7 @@ public static void ShaderOp1EXT( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1 - ) - { - ShaderOp1EXT((uint)op, res, arg1); - } + ) => Underlying.Value!.ShaderOp1EXT(op, res, arg1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] @@ -223836,10 +221555,7 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2 - ) - { - ShaderOp2EXT((uint)op, res, arg1, arg2); - } + ) => Underlying.Value!.ShaderOp2EXT(op, res, arg1, arg2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] @@ -223866,10 +221582,7 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2, [NativeTypeName("GLuint")] uint arg3 - ) - { - ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); - } + ) => Underlying.Value!.ShaderOp3EXT(op, res, arg1, arg2, arg3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -223975,10 +221688,7 @@ public static void ShadingRateCombinerOpEXT( public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp0, [NativeTypeName("GLenum")] Constant combinerOp1 - ) - { - ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); - } + ) => Underlying.Value!.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] @@ -223996,10 +221706,7 @@ public static void ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => )] public static void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate - ) - { - ShadingRateEXT((uint)rate); - } + ) => Underlying.Value!.ShadingRateEXT(rate); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224022,10 +221729,7 @@ public static void ShadingRateImageBarrierNV( )] public static void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize - ) - { - ShadingRateImageBarrierNV((uint)synchronize); - } + ) => Underlying.Value!.ShadingRateImageBarrierNV(synchronize); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224078,10 +221782,7 @@ public static void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => )] public static void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate - ) - { - ShadingRateQCOM((uint)rate); - } + ) => Underlying.Value!.ShadingRateQCOM(rate); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224453,10 +222154,7 @@ public static void SpriteParameterSGIX( public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - SpriteParameterSGIX((uint)pname, param1); - } + ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] @@ -224504,10 +222202,7 @@ public static void SpriteParameterSGIX( public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - SpriteParameterSGIX((uint)pname, param1); - } + ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] @@ -224570,10 +222265,7 @@ public static void StartTilingQCOM( [NativeTypeName("GLuint")] uint width, [NativeTypeName("GLuint")] uint height, [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - StartTilingQCOM(x, y, width, height, (uint)preserveMask); - } + ) => Underlying.Value!.StartTilingQCOM(x, y, width, height, preserveMask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224684,10 +222376,7 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFillPathNV(path, (uint)fillMode, mask); - } + ) => Underlying.Value!.StencilFillPathNV(path, fillMode, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224716,10 +222405,7 @@ public static void StencilFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFunc((uint)func, @ref, mask); - } + ) => Underlying.Value!.StencilFunc(func, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224748,10 +222434,7 @@ public static void StencilFuncSeparate( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFuncSeparate((uint)face, (uint)func, @ref, mask); - } + ) => Underlying.Value!.StencilFuncSeparate(face, func, @ref, mask); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] @@ -224776,10 +222459,7 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLenum")] Constant backfunc, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); - } + ) => Underlying.Value!.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224815,10 +222495,7 @@ public static void StencilMaskSeparate( public static void StencilMaskSeparate( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint mask - ) - { - StencilMaskSeparate((uint)face, mask); - } + ) => Underlying.Value!.StencilMaskSeparate(face, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224847,10 +222524,7 @@ public static void StencilOp( [NativeTypeName("GLenum")] Constant fail, [NativeTypeName("GLenum")] Constant zfail, [NativeTypeName("GLenum")] Constant zpass - ) - { - StencilOp((uint)fail, (uint)zfail, (uint)zpass); - } + ) => Underlying.Value!.StencilOp(fail, zfail, zpass); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -224879,10 +222553,7 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => Underlying.Value!.StencilOpSeparate(face, sfail, dpfail, dppass); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] @@ -224907,10 +222578,7 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => Underlying.Value!.StencilOpSeparateATI(face, sfail, dpfail, dppass); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] @@ -224931,10 +222599,7 @@ public static void StencilOpValueAMD( public static void StencilOpValueAMD( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint value - ) - { - StencilOpValueAMD((uint)face, value); - } + ) => Underlying.Value!.StencilOpValueAMD(face, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -225106,10 +222771,7 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); - } + ) => Underlying.Value!.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -225205,10 +222867,7 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLint")] int reference, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); - } + ) => Underlying.Value!.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] @@ -225284,10 +222943,7 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => Underlying.Value!.SwizzleEXT(res, @in, outX, outY, outZ, outW); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] @@ -225612,10 +223268,7 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexAttachMemoryNV((uint)target, memory, offset); - } + ) => Underlying.Value!.TexAttachMemoryNV(target, memory, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -225640,10 +223293,7 @@ public static void TexBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBuffer((uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TexBuffer(target, internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -225668,10 +223318,7 @@ public static void TexBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferARB((uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TexBufferARB(target, internalformat, buffer); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -225696,10 +223343,7 @@ public static void TexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferEXT((uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TexBufferEXT(target, internalformat, buffer); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] @@ -225722,10 +223366,7 @@ public static void TexBufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TexBufferOES((uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TexBufferOES(target, internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -225754,10 +223395,7 @@ public static void TexBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => Underlying.Value!.TexBufferRange(target, internalformat, buffer, offset, size); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] @@ -225784,10 +223422,7 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => Underlying.Value!.TexBufferRangeEXT(target, internalformat, buffer, offset, size); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] @@ -225814,10 +223449,7 @@ public static void TexBufferRangeOES( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => Underlying.Value!.TexBufferRangeOES(target, internalformat, buffer, offset, size); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] @@ -227176,10 +224808,7 @@ public static void TexCoordP1( public static void TexCoordP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP1((uint)type, coords); - } + ) => Underlying.Value!.TexCoordP1(type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] @@ -227227,10 +224856,7 @@ public static void TexCoordP2( public static void TexCoordP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP2((uint)type, coords); - } + ) => Underlying.Value!.TexCoordP2(type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] @@ -227278,10 +224904,7 @@ public static void TexCoordP3( public static void TexCoordP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP3((uint)type, coords); - } + ) => Underlying.Value!.TexCoordP3(type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] @@ -227329,10 +224952,7 @@ public static void TexCoordP4( public static void TexCoordP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - TexCoordP4((uint)type, coords); - } + ) => Underlying.Value!.TexCoordP4(type, coords); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] @@ -227512,10 +225132,7 @@ public static void TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexEnv((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexEnv(target, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -227571,10 +225188,7 @@ public static void TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexEnv((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexEnv(target, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -227628,10 +225242,7 @@ public static void TexEnvx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexEnvx((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexEnvx(target, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -227656,10 +225267,7 @@ public static void TexEnvxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexEnvxOES((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexEnvxOES(target, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] @@ -227796,10 +225404,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGen(coord, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexGendv")] @@ -227851,10 +225456,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGen(coord, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] @@ -227877,10 +225479,7 @@ public static void TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexGenOES((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGenOES(coord, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] @@ -227961,10 +225560,7 @@ public static void TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexGen((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGen(coord, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] @@ -227987,10 +225583,7 @@ public static void TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexGenOES((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGenOES(coord, pname, param2); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] @@ -228073,10 +225666,7 @@ public static void TexGenxOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexGenxOES((uint)coord, (uint)pname, param2); - } + ) => Underlying.Value!.TexGenxOES(coord, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -228274,17 +225864,15 @@ public static void TexImage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TexImage2DMultisample( - (uint)target, + ) => + Underlying.Value!.TexImage2DMultisample( + target, samples, - (uint)internalformat, + internalformat, width, height, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] @@ -228324,18 +225912,16 @@ public static void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TexImage2DMultisampleCoverageNV( - (uint)target, + ) => + Underlying.Value!.TexImage2DMultisampleCoverageNV( + target, coverageSamples, colorSamples, - (int)internalFormat, + internalFormat, width, height, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -228511,18 +226097,16 @@ public static void TexImage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TexImage3DMultisample( - (uint)target, + ) => + Underlying.Value!.TexImage3DMultisample( + target, samples, - (uint)internalformat, + internalformat, width, height, depth, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] @@ -228565,19 +226149,17 @@ public static void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TexImage3DMultisampleCoverageNV( - (uint)target, + ) => + Underlying.Value!.TexImage3DMultisampleCoverageNV( + target, coverageSamples, colorSamples, - (int)internalFormat, + internalFormat, width, height, depth, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] @@ -228761,9 +226343,8 @@ public static void TexPageCommitmentARB( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - TexPageCommitmentARB( + ) => + Underlying.Value!.TexPageCommitmentARB( target, level, xoffset, @@ -228772,9 +226353,8 @@ public static void TexPageCommitmentARB( width, height, depth, - (uint)commit + commit ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] @@ -228820,9 +226400,8 @@ public static void TexPageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - TexPageCommitmentEXT( + ) => + Underlying.Value!.TexPageCommitmentEXT( target, level, xoffset, @@ -228831,9 +226410,8 @@ public static void TexPageCommitmentEXT( width, height, depth, - (uint)commit + commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -228892,10 +226470,9 @@ public static void TexPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - TexPageCommitmentMemNV( - (uint)target, + ) => + Underlying.Value!.TexPageCommitmentMemNV( + target, layer, level, xoffset, @@ -228906,9 +226483,8 @@ public static void TexPageCommitmentMemNV( depth, memory, offset, - (uint)commit + commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -228937,10 +226513,7 @@ public static void TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TexParameter((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexParameter(target, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229004,10 +226577,7 @@ public static void TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TexParameter((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexParameter(target, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229247,10 +226817,7 @@ public static void TexParameterx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexParameterx((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexParameterx(target, pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -229275,10 +226842,7 @@ public static void TexParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - TexParameterxOES((uint)target, (uint)pname, param2); - } + ) => Underlying.Value!.TexParameterxOES(target, pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] @@ -229359,10 +226923,7 @@ public static void TexRenderbufferNV( public static void TexRenderbufferNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - TexRenderbufferNV((uint)target, renderbuffer); - } + ) => Underlying.Value!.TexRenderbufferNV(target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229389,10 +226950,7 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TexStorage1D((uint)target, levels, (uint)internalformat, width); - } + ) => Underlying.Value!.TexStorage1D(target, levels, internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229423,10 +226981,7 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); - } + ) => Underlying.Value!.TexStorage1DEXT(target, levels, internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229455,10 +227010,7 @@ public static void TexStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TexStorage2D((uint)target, levels, (uint)internalformat, width, height); - } + ) => Underlying.Value!.TexStorage2D(target, levels, internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229491,10 +227043,7 @@ public static void TexStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); - } + ) => Underlying.Value!.TexStorage2DEXT(target, levels, internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229533,17 +227082,15 @@ public static void TexStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TexStorage2DMultisample( - (uint)target, + ) => + Underlying.Value!.TexStorage2DMultisample( + target, samples, - (uint)internalformat, + internalformat, width, height, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229574,10 +227121,7 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); - } + ) => Underlying.Value!.TexStorage3D(target, levels, internalformat, width, height, depth); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229613,10 +227157,8 @@ public static void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TexStorage3DEXT((uint)target, levels, (uint)internalformat, width, height, depth); - } + ) => + Underlying.Value!.TexStorage3DEXT(target, levels, internalformat, width, height, depth); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -229658,18 +227200,16 @@ public static void TexStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TexStorage3DMultisample( - (uint)target, + ) => + Underlying.Value!.TexStorage3DMultisample( + target, samples, - (uint)internalformat, + internalformat, width, height, depth, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] @@ -229709,18 +227249,16 @@ public static void TexStorage3DMultisampleOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TexStorage3DMultisampleOES( - (uint)target, + ) => + Underlying.Value!.TexStorage3DMultisampleOES( + target, samples, - (uint)internalformat, + internalformat, width, height, depth, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] @@ -229977,10 +227515,15 @@ public static void TexStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem1DEXT((uint)target, levels, (uint)internalFormat, width, memory, offset); - } + ) => + Underlying.Value!.TexStorageMem1DEXT( + target, + levels, + internalFormat, + width, + memory, + offset + ); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -230022,18 +227565,16 @@ public static void TexStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem2DEXT( - (uint)target, + ) => + Underlying.Value!.TexStorageMem2DEXT( + target, levels, - (uint)internalFormat, + internalFormat, width, height, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -230078,19 +227619,17 @@ public static void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem2DMultisampleEXT( - (uint)target, + ) => + Underlying.Value!.TexStorageMem2DMultisampleEXT( + target, samples, - (uint)internalFormat, + internalFormat, width, height, - (uint)fixedSampleLocations, + fixedSampleLocations, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -230135,19 +227674,17 @@ public static void TexStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem3DEXT( - (uint)target, + ) => + Underlying.Value!.TexStorageMem3DEXT( + target, levels, - (uint)internalFormat, + internalFormat, width, height, depth, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -230195,20 +227732,18 @@ public static void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TexStorageMem3DMultisampleEXT( - (uint)target, + ) => + Underlying.Value!.TexStorageMem3DMultisampleEXT( + target, samples, - (uint)internalFormat, + internalFormat, width, height, depth, - (uint)fixedSampleLocations, + fixedSampleLocations, memory, offset ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] @@ -230248,18 +227783,16 @@ public static void TexStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { - TexStorageSparseAMD( - (uint)target, - (uint)internalFormat, + ) => + Underlying.Value!.TexStorageSparseAMD( + target, + internalFormat, width, height, depth, layers, - (uint)flags + flags ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -230826,10 +228359,7 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TextureBuffer(texture, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TextureBuffer(texture, internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -230856,10 +228386,7 @@ public static void TextureBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); - } + ) => Underlying.Value!.TextureBufferEXT(texture, target, internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -230888,10 +228415,7 @@ public static void TextureBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); - } + ) => Underlying.Value!.TextureBufferRange(texture, internalformat, buffer, offset, size); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -230930,17 +228454,15 @@ public static void TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - TextureBufferRangeEXT( + ) => + Underlying.Value!.TextureBufferRangeEXT( texture, - (uint)target, - (uint)internalformat, + target, + internalformat, buffer, offset, size ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] @@ -230965,10 +228487,7 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => Underlying.Value!.TextureColorMaskSGIS(red, green, blue, alpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] @@ -231169,19 +228688,17 @@ public static void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TextureImage2DMultisampleCoverageNV( + ) => + Underlying.Value!.TextureImage2DMultisampleCoverageNV( texture, - (uint)target, + target, coverageSamples, colorSamples, - (int)internalFormat, + internalFormat, width, height, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] @@ -231221,18 +228738,16 @@ public static void TextureImage2DMultisampleNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TextureImage2DMultisampleNV( + ) => + Underlying.Value!.TextureImage2DMultisampleNV( texture, - (uint)target, + target, samples, - (int)internalFormat, + internalFormat, width, height, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231350,20 +228865,18 @@ public static void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TextureImage3DMultisampleCoverageNV( + ) => + Underlying.Value!.TextureImage3DMultisampleCoverageNV( texture, - (uint)target, + target, coverageSamples, colorSamples, - (int)internalFormat, + internalFormat, width, height, depth, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] @@ -231406,19 +228919,17 @@ public static void TextureImage3DMultisampleNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { - TextureImage3DMultisampleNV( + ) => + Underlying.Value!.TextureImage3DMultisampleNV( texture, - (uint)target, + target, samples, - (int)internalFormat, + internalFormat, width, height, depth, - (uint)fixedSampleLocations + fixedSampleLocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] @@ -231436,10 +228947,7 @@ public static void TextureLightEXT([NativeTypeName("GLenum")] uint pname) => )] public static void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname - ) - { - TextureLightEXT((uint)pname); - } + ) => Underlying.Value!.TextureLightEXT(pname); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] @@ -231460,10 +228968,7 @@ public static void TextureMaterialEXT( public static void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - TextureMaterialEXT((uint)face, (uint)mode); - } + ) => Underlying.Value!.TextureMaterialEXT(face, mode); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] @@ -231481,10 +228986,7 @@ public static void TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => )] public static void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - TextureNormalEXT((uint)mode); - } + ) => Underlying.Value!.TextureNormalEXT(mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231532,9 +229034,8 @@ public static void TexturePageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - TexturePageCommitmentEXT( + ) => + Underlying.Value!.TexturePageCommitmentEXT( texture, level, xoffset, @@ -231543,9 +229044,8 @@ public static void TexturePageCommitmentEXT( width, height, depth, - (uint)commit + commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231604,9 +229104,8 @@ public static void TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - TexturePageCommitmentMemNV( + ) => + Underlying.Value!.TexturePageCommitmentMemNV( texture, layer, level, @@ -231618,9 +229117,8 @@ public static void TexturePageCommitmentMemNV( depth, memory, offset, - (uint)commit + commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231645,10 +229143,7 @@ public static void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - TextureParameter(texture, (uint)pname, param2); - } + ) => Underlying.Value!.TextureParameter(texture, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231675,10 +229170,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231767,10 +229259,7 @@ public static void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - TextureParameter(texture, (uint)pname, param2); - } + ) => Underlying.Value!.TextureParameter(texture, pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -231797,10 +229286,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232046,10 +229532,7 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - TextureRenderbufferEXT(texture, (uint)target, renderbuffer); - } + ) => Underlying.Value!.TextureRenderbufferEXT(texture, target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232076,10 +229559,7 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TextureStorage1D(texture, levels, (uint)internalformat, width); - } + ) => Underlying.Value!.TextureStorage1D(texture, levels, internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232112,10 +229592,7 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); - } + ) => Underlying.Value!.TextureStorage1DEXT(texture, target, levels, internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232144,10 +229621,7 @@ public static void TextureStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TextureStorage2D(texture, levels, (uint)internalformat, width, height); - } + ) => Underlying.Value!.TextureStorage2D(texture, levels, internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232190,10 +229664,15 @@ public static void TextureStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - TextureStorage2DEXT(texture, target, levels, (uint)internalformat, width, height); - } + ) => + Underlying.Value!.TextureStorage2DEXT( + texture, + target, + levels, + internalformat, + width, + height + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232232,17 +229711,15 @@ public static void TextureStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TextureStorage2DMultisample( + ) => + Underlying.Value!.TextureStorage2DMultisample( texture, samples, - (uint)internalformat, + internalformat, width, height, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232284,18 +229761,16 @@ public static void TextureStorage2DMultisampleEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TextureStorage2DMultisampleEXT( + ) => + Underlying.Value!.TextureStorage2DMultisampleEXT( texture, - (uint)target, + target, samples, - (uint)internalformat, + internalformat, width, height, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232334,10 +229809,15 @@ public static void TextureStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); - } + ) => + Underlying.Value!.TextureStorage3D( + texture, + levels, + internalformat, + width, + height, + depth + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232383,18 +229863,16 @@ public static void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - TextureStorage3DEXT( + ) => + Underlying.Value!.TextureStorage3DEXT( texture, target, levels, - (uint)internalformat, + internalformat, width, height, depth ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232436,18 +229914,16 @@ public static void TextureStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TextureStorage3DMultisample( + ) => + Underlying.Value!.TextureStorage3DMultisample( texture, samples, - (uint)internalformat, + internalformat, width, height, depth, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -232492,19 +229968,17 @@ public static void TextureStorage3DMultisampleEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - TextureStorage3DMultisampleEXT( + ) => + Underlying.Value!.TextureStorage3DMultisampleEXT( texture, target, samples, - (uint)internalformat, + internalformat, width, height, depth, - (uint)fixedsamplelocations + fixedsamplelocations ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] @@ -232541,10 +230015,15 @@ public static void TextureStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem1DEXT(texture, levels, (uint)internalFormat, width, memory, offset); - } + ) => + Underlying.Value!.TextureStorageMem1DEXT( + texture, + levels, + internalFormat, + width, + memory, + offset + ); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -232586,18 +230065,16 @@ public static void TextureStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem2DEXT( + ) => + Underlying.Value!.TextureStorageMem2DEXT( texture, levels, - (uint)internalFormat, + internalFormat, width, height, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -232642,19 +230119,17 @@ public static void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem2DMultisampleEXT( + ) => + Underlying.Value!.TextureStorageMem2DMultisampleEXT( texture, samples, - (uint)internalFormat, + internalFormat, width, height, - (uint)fixedSampleLocations, + fixedSampleLocations, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -232699,19 +230174,17 @@ public static void TextureStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem3DEXT( + ) => + Underlying.Value!.TextureStorageMem3DEXT( texture, levels, - (uint)internalFormat, + internalFormat, width, height, depth, memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -232759,20 +230232,18 @@ public static void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - TextureStorageMem3DMultisampleEXT( + ) => + Underlying.Value!.TextureStorageMem3DMultisampleEXT( texture, samples, - (uint)internalFormat, + internalFormat, width, height, depth, - (uint)fixedSampleLocations, + fixedSampleLocations, memory, offset ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] @@ -232815,19 +230286,17 @@ public static void TextureStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { - TextureStorageSparseAMD( + ) => + Underlying.Value!.TextureStorageSparseAMD( texture, target, - (uint)internalFormat, + internalFormat, width, height, depth, layers, - (uint)flags + flags ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -233268,19 +230737,17 @@ public static void TextureView( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { - TextureView( + ) => + Underlying.Value!.TextureView( texture, - (uint)target, + target, origtexture, - (uint)internalformat, + internalformat, minlevel, numlevels, minlayer, numlayers ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] @@ -233323,19 +230790,17 @@ public static void TextureViewEXT( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { - TextureViewEXT( + ) => + Underlying.Value!.TextureViewEXT( texture, - (uint)target, + target, origtexture, - (uint)internalformat, + internalformat, minlevel, numlevels, minlayer, numlayers ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] @@ -233378,19 +230843,17 @@ public static void TextureViewOES( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { - TextureViewOES( + ) => + Underlying.Value!.TextureViewOES( texture, - (uint)target, + target, origtexture, - (uint)internalformat, + internalformat, minlevel, numlevels, minlayer, numlayers ); - } [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] @@ -233415,10 +230878,7 @@ public static void TrackMatrixNV( [NativeTypeName("GLuint")] uint address, [NativeTypeName("GLenum")] Constant matrix, [NativeTypeName("GLenum")] Constant transform - ) - { - TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); - } + ) => Underlying.Value!.TrackMatrixNV(target, address, matrix, transform); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] @@ -236990,10 +234450,7 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - UseProgramStages(pipeline, (uint)stages, program); - } + ) => Underlying.Value!.UseProgramStages(pipeline, stages, program); [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] @@ -237016,10 +234473,7 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - UseProgramStagesEXT(pipeline, (uint)stages, program); - } + ) => Underlying.Value!.UseProgramStagesEXT(pipeline, stages, program); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -237092,10 +234546,7 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); - } + ) => Underlying.Value!.VariantArrayObjectATI(id, type, stride, buffer, offset); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] @@ -238383,17 +235834,15 @@ public static void VertexArrayAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayAttribFormat( + ) => + Underlying.Value!.VertexArrayAttribFormat( vaobj, attribindex, size, - (uint)type, - (uint)normalized, + type, + normalized, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238429,10 +235878,14 @@ public static void VertexArrayAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => + Underlying.Value!.VertexArrayAttribIFormat( + vaobj, + attribindex, + size, + type, + relativeoffset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238468,10 +235921,14 @@ public static void VertexArrayAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => + Underlying.Value!.VertexArrayAttribLFormat( + vaobj, + attribindex, + size, + type, + relativeoffset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238535,10 +235992,7 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => Underlying.Value!.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238591,10 +236045,7 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => Underlying.Value!.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238623,10 +236074,7 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => Underlying.Value!.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238668,18 +236116,16 @@ public static void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayMultiTexCoordOffsetEXT( + ) => + Underlying.Value!.VertexArrayMultiTexCoordOffsetEXT( vaobj, buffer, texunit, size, - (uint)type, + type, stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238708,10 +236154,7 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => Underlying.Value!.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] @@ -238732,10 +236175,7 @@ public static void VertexArrayParameterApple( public static void VertexArrayParameterApple( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - VertexArrayParameterApple((uint)pname, param1); - } + ) => Underlying.Value!.VertexArrayParameterApple(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] @@ -238828,10 +236268,15 @@ public static void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => + Underlying.Value!.VertexArraySecondaryColorOffsetEXT( + vaobj, + buffer, + size, + type, + stride, + offset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238870,10 +236315,15 @@ public static void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => + Underlying.Value!.VertexArrayTexCoordOffsetEXT( + vaobj, + buffer, + size, + type, + stride, + offset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238936,17 +236386,15 @@ public static void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayVertexAttribFormatEXT( + ) => + Underlying.Value!.VertexArrayVertexAttribFormatEXT( vaobj, attribindex, size, - (uint)type, - (uint)normalized, + type, + normalized, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -238982,10 +236430,14 @@ public static void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => + Underlying.Value!.VertexArrayVertexAttribIFormatEXT( + vaobj, + attribindex, + size, + type, + relativeoffset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -239027,18 +236479,16 @@ public static void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayVertexAttribIOffsetEXT( + ) => + Underlying.Value!.VertexArrayVertexAttribIOffsetEXT( vaobj, buffer, index, size, - (uint)type, + type, stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -239074,10 +236524,14 @@ public static void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => + Underlying.Value!.VertexArrayVertexAttribLFormatEXT( + vaobj, + attribindex, + size, + type, + relativeoffset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -239119,18 +236573,16 @@ public static void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayVertexAttribLOffsetEXT( + ) => + Underlying.Value!.VertexArrayVertexAttribLOffsetEXT( vaobj, buffer, index, size, - (uint)type, + type, stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -239175,19 +236627,17 @@ public static void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayVertexAttribOffsetEXT( + ) => + Underlying.Value!.VertexArrayVertexAttribOffsetEXT( vaobj, buffer, index, size, - (uint)type, - (uint)normalized, + type, + normalized, stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -239299,10 +236749,8 @@ public static void VertexArrayVertexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => + Underlying.Value!.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -241613,18 +239061,16 @@ public static void VertexAttribArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - VertexAttribArrayObjectATI( + ) => + Underlying.Value!.VertexAttribArrayObjectATI( index, size, - (uint)type, - (uint)normalized, + type, + normalized, stride, buffer, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -241723,10 +239169,14 @@ public static void VertexAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribFormat(attribindex, size, (uint)type, (uint)normalized, relativeoffset); - } + ) => + Underlying.Value!.VertexAttribFormat( + attribindex, + size, + type, + normalized, + relativeoffset + ); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -241755,10 +239205,7 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); - } + ) => Underlying.Value!.VertexAttribFormatNV(index, size, type, normalized, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -242649,10 +240096,7 @@ public static void VertexAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => Underlying.Value!.VertexAttribIFormat(attribindex, size, type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -242679,10 +240123,7 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribIFormatNV(index, size, (uint)type, stride); - } + ) => Underlying.Value!.VertexAttribIFormatNV(index, size, type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243469,10 +240910,7 @@ public static void VertexAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => Underlying.Value!.VertexAttribLFormat(attribindex, size, type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243499,10 +240937,7 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexAttribLFormatNV(index, size, (uint)type, stride); - } + ) => Underlying.Value!.VertexAttribLFormatNV(index, size, type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243597,10 +241032,7 @@ public static void VertexAttribP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP1(index, (uint)type, (uint)normalized, value); - } + ) => Underlying.Value!.VertexAttribP1(index, type, normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243660,10 +241092,7 @@ public static void VertexAttribP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP2(index, (uint)type, (uint)normalized, value); - } + ) => Underlying.Value!.VertexAttribP2(index, type, normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243723,10 +241152,7 @@ public static void VertexAttribP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP3(index, (uint)type, (uint)normalized, value); - } + ) => Underlying.Value!.VertexAttribP3(index, type, normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -243786,10 +241212,7 @@ public static void VertexAttribP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - VertexAttribP4(index, (uint)type, (uint)normalized, value); - } + ) => Underlying.Value!.VertexAttribP4(index, type, normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -244495,10 +241918,7 @@ public static void VertexBlendEnvATI( public static void VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - VertexBlendEnvATI((uint)pname, param1); - } + ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] @@ -244519,10 +241939,7 @@ public static void VertexBlendEnvATI( public static void VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - VertexBlendEnvATI((uint)pname, param1); - } + ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -244547,10 +241964,7 @@ public static void VertexFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - VertexFormatNV(size, (uint)type, stride); - } + ) => Underlying.Value!.VertexFormatNV(size, type, stride); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] @@ -244571,10 +241985,7 @@ public static void VertexP2( public static void VertexP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP2((uint)type, value); - } + ) => Underlying.Value!.VertexP2(type, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] @@ -244622,10 +242033,7 @@ public static void VertexP3( public static void VertexP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP3((uint)type, value); - } + ) => Underlying.Value!.VertexP3(type, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] @@ -244673,10 +242081,7 @@ public static void VertexP4( public static void VertexP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - VertexP4((uint)type, value); - } + ) => Underlying.Value!.VertexP4(type, value); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] @@ -244852,10 +242257,7 @@ public static void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => Underlying.Value!.VertexStream1ATI(stream, x); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] @@ -244903,10 +242305,7 @@ public static void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => Underlying.Value!.VertexStream1ATI(stream, x); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] @@ -244954,10 +242353,7 @@ public static void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => Underlying.Value!.VertexStream1ATI(stream, x); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] @@ -245005,10 +242401,7 @@ public static void VertexStream1ATI( public static void VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) - { - VertexStream1ATI((uint)stream, x); - } + ) => Underlying.Value!.VertexStream1ATI(stream, x); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] @@ -245058,10 +242451,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => Underlying.Value!.VertexStream2ATI(stream, x, y); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] @@ -245111,10 +242501,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => Underlying.Value!.VertexStream2ATI(stream, x, y); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] @@ -245164,10 +242551,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => Underlying.Value!.VertexStream2ATI(stream, x, y); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] @@ -245217,10 +242601,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y - ) - { - VertexStream2ATI((uint)stream, x, y); - } + ) => Underlying.Value!.VertexStream2ATI(stream, x, y); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] @@ -245272,10 +242653,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] @@ -245327,10 +242705,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] @@ -245382,10 +242757,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] @@ -245437,10 +242809,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z - ) - { - VertexStream3ATI((uint)stream, x, y, z); - } + ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] @@ -245494,10 +242863,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] @@ -245551,10 +242917,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] @@ -245608,10 +242971,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] @@ -245665,10 +243025,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z, [NativeTypeName("GLshort")] short w - ) - { - VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] @@ -247711,10 +245068,7 @@ public static void WriteMaskEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => Underlying.Value!.WriteMaskEXT(res, @in, outX, outY, outZ, outW); } public static partial class Constants { } @@ -247738,10 +245092,7 @@ public static void Accum( void IGL.Accum( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLfloat")] float value - ) - { - ((IGL)this).Accum((uint)op, value); - } + ) => ((IGL)this).Accum((uint)op, value); [SupportedApiProfile("gl")] [Transformed] @@ -247875,10 +245226,7 @@ public static void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face - ) - { - ((IGL)this).ActiveStencilFaceEXT((uint)face); - } + ) => ((IGL)this).ActiveStencilFaceEXT((uint)face); [SupportedApiProfile("gl")] [Transformed] @@ -247904,10 +245252,9 @@ public static void ActiveTexture([NativeTypeName("GLenum")] uint texture) => ThisThread.ActiveTexture(texture); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ActiveTexture([NativeTypeName("GLenum")] Constant texture) - { - ((IGL)this).ActiveTexture((uint)texture); - } + void IGL.ActiveTexture( + [NativeTypeName("GLenum")] Constant texture + ) => ((IGL)this).ActiveTexture((uint)texture); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -247936,10 +245283,7 @@ public static void ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ((IGL)this).ActiveTextureARB((uint)texture); - } + ) => ((IGL)this).ActiveTextureARB((uint)texture); [SupportedApiProfile("gl")] [Transformed] @@ -248022,8 +245366,7 @@ void IGL.AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { + ) => ((IGL)this).AlphaFragmentOp1ATI( (uint)op, (uint)dst, @@ -248032,7 +245375,6 @@ void IGL.AlphaFragmentOp1ATI( (uint)arg1Rep, (uint)arg1Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -248101,8 +245443,7 @@ void IGL.AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { + ) => ((IGL)this).AlphaFragmentOp2ATI( (uint)op, (uint)dst, @@ -248114,7 +245455,6 @@ void IGL.AlphaFragmentOp2ATI( (uint)arg2Rep, (uint)arg2Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -248222,8 +245562,7 @@ void IGL.AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { + ) => ((IGL)this).AlphaFragmentOp3ATI( (uint)op, (uint)dst, @@ -248238,7 +245577,6 @@ void IGL.AlphaFragmentOp3ATI( (uint)arg3Rep, (uint)arg3Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -248296,10 +245634,7 @@ public static void AlphaFunc( void IGL.AlphaFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfloat")] float @ref - ) - { - ((IGL)this).AlphaFunc((uint)func, @ref); - } + ) => ((IGL)this).AlphaFunc((uint)func, @ref); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -248351,10 +245686,7 @@ public static void AlphaFuncx( void IGL.AlphaFuncx( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - ((IGL)this).AlphaFuncx((uint)func, @ref); - } + ) => ((IGL)this).AlphaFuncx((uint)func, @ref); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -248388,10 +245720,7 @@ public static void AlphaFuncxOES( void IGL.AlphaFuncxOES( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref - ) - { - ((IGL)this).AlphaFuncxOES((uint)func, @ref); - } + ) => ((IGL)this).AlphaFuncxOES((uint)func, @ref); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -248447,10 +245776,7 @@ public static void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ApplyTextureEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).ApplyTextureEXT((uint)mode); - } + ) => ((IGL)this).ApplyTextureEXT((uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -248656,10 +245982,7 @@ void IGL.ArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - ((IGL)this).ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); - } + ) => ((IGL)this).ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); [SupportedApiProfile("gl")] [Transformed] @@ -249147,10 +246470,8 @@ void IGL.Begin([NativeTypeName("GLenum")] uint mode) => public static void Begin([NativeTypeName("GLenum")] uint mode) => ThisThread.Begin(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.Begin([NativeTypeName("GLenum")] Constant mode) - { + void IGL.Begin([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).Begin((uint)mode); - } [SupportedApiProfile("gl")] [Transformed] @@ -249183,10 +246504,7 @@ public static void BeginConditionalRender( void IGL.BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BeginConditionalRender(id, (uint)mode); - } + ) => ((IGL)this).BeginConditionalRender(id, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249222,10 +246540,7 @@ public static void BeginConditionalRenderNV( void IGL.BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BeginConditionalRenderNV(id, (uint)mode); - } + ) => ((IGL)this).BeginConditionalRenderNV(id, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249329,10 +246644,7 @@ public static void BeginQuery( void IGL.BeginQuery( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BeginQuery((uint)target, id); - } + ) => ((IGL)this).BeginQuery((uint)target, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249366,10 +246678,7 @@ public static void BeginQueryARB( void IGL.BeginQueryARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BeginQueryARB((uint)target, id); - } + ) => ((IGL)this).BeginQueryARB((uint)target, id); [SupportedApiProfile("gl")] [Transformed] @@ -249402,10 +246711,7 @@ public static void BeginQueryEXT( void IGL.BeginQueryEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BeginQueryEXT((uint)target, id); - } + ) => ((IGL)this).BeginQueryEXT((uint)target, id); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -249442,10 +246748,7 @@ void IGL.BeginQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BeginQueryIndexed((uint)target, index, id); - } + ) => ((IGL)this).BeginQueryIndexed((uint)target, index, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249475,10 +246778,7 @@ public static void BeginTransformFeedback([NativeTypeName("GLenum")] uint primit [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - ((IGL)this).BeginTransformFeedback((uint)primitiveMode); - } + ) => ((IGL)this).BeginTransformFeedback((uint)primitiveMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249505,10 +246805,7 @@ public static void BeginTransformFeedbackEXT([NativeTypeName("GLenum")] uint pri [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - ((IGL)this).BeginTransformFeedbackEXT((uint)primitiveMode); - } + ) => ((IGL)this).BeginTransformFeedbackEXT((uint)primitiveMode); [SupportedApiProfile("gl")] [Transformed] @@ -249534,10 +246831,7 @@ public static void BeginTransformFeedbackNV([NativeTypeName("GLenum")] uint prim [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode - ) - { - ((IGL)this).BeginTransformFeedbackNV((uint)primitiveMode); - } + ) => ((IGL)this).BeginTransformFeedbackNV((uint)primitiveMode); [SupportedApiProfile("gl")] [Transformed] @@ -249687,10 +246981,7 @@ public static void BindBuffer( void IGL.BindBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).BindBuffer((uint)target, buffer); - } + ) => ((IGL)this).BindBuffer((uint)target, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249726,10 +247017,7 @@ public static void BindBufferARB( void IGL.BindBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).BindBufferARB((uint)target, buffer); - } + ) => ((IGL)this).BindBufferARB((uint)target, buffer); [SupportedApiProfile("gl")] [Transformed] @@ -249766,10 +247054,7 @@ void IGL.BindBufferBase( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).BindBufferBase((uint)target, index, buffer); - } + ) => ((IGL)this).BindBufferBase((uint)target, index, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -249807,10 +247092,7 @@ void IGL.BindBufferBaseEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).BindBufferBaseEXT((uint)target, index, buffer); - } + ) => ((IGL)this).BindBufferBaseEXT((uint)target, index, buffer); [SupportedApiProfile("gl")] [Transformed] @@ -249847,10 +247129,7 @@ void IGL.BindBufferBaseNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).BindBufferBaseNV((uint)target, index, buffer); - } + ) => ((IGL)this).BindBufferBaseNV((uint)target, index, buffer); [SupportedApiProfile("gl")] [Transformed] @@ -249890,10 +247169,7 @@ void IGL.BindBufferOffsetEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).BindBufferOffsetEXT((uint)target, index, buffer, offset); - } + ) => ((IGL)this).BindBufferOffsetEXT((uint)target, index, buffer, offset); [SupportedApiProfile("gl")] [Transformed] @@ -249934,10 +247210,7 @@ void IGL.BindBufferOffsetNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).BindBufferOffsetNV((uint)target, index, buffer, offset); - } + ) => ((IGL)this).BindBufferOffsetNV((uint)target, index, buffer, offset); [SupportedApiProfile("gl")] [Transformed] @@ -249982,10 +247255,7 @@ void IGL.BindBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).BindBufferRange((uint)target, index, buffer, offset, size); - } + ) => ((IGL)this).BindBufferRange((uint)target, index, buffer, offset, size); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -250031,10 +247301,7 @@ void IGL.BindBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).BindBufferRangeEXT((uint)target, index, buffer, offset, size); - } + ) => ((IGL)this).BindBufferRangeEXT((uint)target, index, buffer, offset, size); [SupportedApiProfile("gl")] [Transformed] @@ -250079,10 +247346,7 @@ void IGL.BindBufferRangeNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).BindBufferRangeNV((uint)target, index, buffer, offset, size); - } + ) => ((IGL)this).BindBufferRangeNV((uint)target, index, buffer, offset, size); [SupportedApiProfile("gl")] [Transformed] @@ -250434,10 +247698,7 @@ public static void BindFramebuffer( void IGL.BindFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - ((IGL)this).BindFramebuffer((uint)target, framebuffer); - } + ) => ((IGL)this).BindFramebuffer((uint)target, framebuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -250472,10 +247733,7 @@ public static void BindFramebufferEXT( void IGL.BindFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - ((IGL)this).BindFramebufferEXT((uint)target, framebuffer); - } + ) => ((IGL)this).BindFramebufferEXT((uint)target, framebuffer); [SupportedApiProfile("gl")] [Transformed] @@ -250508,10 +247766,7 @@ public static void BindFramebufferOES( void IGL.BindFramebufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer - ) - { - ((IGL)this).BindFramebufferOES((uint)target, framebuffer); - } + ) => ((IGL)this).BindFramebufferOES((uint)target, framebuffer); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -250560,8 +247815,7 @@ void IGL.BindImageTexture( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLenum")] Constant format - ) - { + ) => ((IGL)this).BindImageTexture( unit, texture, @@ -250571,7 +247825,6 @@ void IGL.BindImageTexture( (uint)access, (uint)format ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -250625,8 +247878,7 @@ void IGL.BindImageTextureEXT( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLenum")] Constant access, [NativeTypeName("GLint")] int format - ) - { + ) => ((IGL)this).BindImageTextureEXT( index, texture, @@ -250636,7 +247888,6 @@ void IGL.BindImageTextureEXT( (uint)access, format ); - } [SupportedApiProfile("gl")] [Transformed] @@ -250793,10 +248044,7 @@ void IGL.BindMultiTextureEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - ((IGL)this).BindMultiTextureEXT((uint)texunit, (uint)target, texture); - } + ) => ((IGL)this).BindMultiTextureEXT((uint)texunit, (uint)target, texture); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -250859,10 +248107,7 @@ public static void BindProgramARB( void IGL.BindProgramARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint program - ) - { - ((IGL)this).BindProgramARB((uint)target, program); - } + ) => ((IGL)this).BindProgramARB((uint)target, program); [SupportedApiProfile("gl")] [Transformed] @@ -250895,10 +248140,7 @@ public static void BindProgramNV( void IGL.BindProgramNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BindProgramNV((uint)target, id); - } + ) => ((IGL)this).BindProgramNV((uint)target, id); [SupportedApiProfile("gl")] [Transformed] @@ -250960,10 +248202,7 @@ public static void BindRenderbuffer( void IGL.BindRenderbuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).BindRenderbuffer((uint)target, renderbuffer); - } + ) => ((IGL)this).BindRenderbuffer((uint)target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -250998,10 +248237,7 @@ public static void BindRenderbufferEXT( void IGL.BindRenderbufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).BindRenderbufferEXT((uint)target, renderbuffer); - } + ) => ((IGL)this).BindRenderbufferEXT((uint)target, renderbuffer); [SupportedApiProfile("gl")] [Transformed] @@ -251034,10 +248270,7 @@ public static void BindRenderbufferOES( void IGL.BindRenderbufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).BindRenderbufferOES((uint)target, renderbuffer); - } + ) => ((IGL)this).BindRenderbufferOES((uint)target, renderbuffer); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -251192,10 +248425,7 @@ public static void BindTexture( void IGL.BindTexture( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - ((IGL)this).BindTexture((uint)target, texture); - } + ) => ((IGL)this).BindTexture((uint)target, texture); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -251231,10 +248461,7 @@ public static void BindTextureEXT( void IGL.BindTextureEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture - ) - { - ((IGL)this).BindTextureEXT((uint)target, texture); - } + ) => ((IGL)this).BindTextureEXT((uint)target, texture); [SupportedApiProfile("gl")] [Transformed] @@ -251367,10 +248594,7 @@ public static void BindTransformFeedback( void IGL.BindTransformFeedback( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BindTransformFeedback((uint)target, id); - } + ) => ((IGL)this).BindTransformFeedback((uint)target, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -251404,10 +248628,7 @@ public static void BindTransformFeedbackNV( void IGL.BindTransformFeedbackNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).BindTransformFeedbackNV((uint)target, id); - } + ) => ((IGL)this).BindTransformFeedbackNV((uint)target, id); [SupportedApiProfile("gl")] [Transformed] @@ -252122,10 +249343,7 @@ public static void BlendEquation([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquation( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquation((uint)mode); - } + ) => ((IGL)this).BlendEquation((uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252153,10 +249371,7 @@ public static void BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationEXT((uint)mode); - } + ) => ((IGL)this).BlendEquationEXT((uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -252189,10 +249404,7 @@ public static void BlendEquation( void IGL.BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquation(buf, (uint)mode); - } + ) => ((IGL)this).BlendEquation(buf, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252227,10 +249439,7 @@ public static void BlendEquationARB( void IGL.BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationARB(buf, (uint)mode); - } + ) => ((IGL)this).BlendEquationARB(buf, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252264,10 +249473,7 @@ public static void BlendEquationEXT( void IGL.BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationEXT(buf, (uint)mode); - } + ) => ((IGL)this).BlendEquationEXT(buf, (uint)mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252300,10 +249506,7 @@ public static void BlendEquationIndexedAMD( void IGL.BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationIndexedAMD(buf, (uint)mode); - } + ) => ((IGL)this).BlendEquationIndexedAMD(buf, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -252336,10 +249539,7 @@ public static void BlendEquationOES( void IGL.BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationOES(buf, (uint)mode); - } + ) => ((IGL)this).BlendEquationOES(buf, (uint)mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252366,10 +249566,7 @@ public static void BlendEquationOES([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationOES( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).BlendEquationOES((uint)mode); - } + ) => ((IGL)this).BlendEquationOES((uint)mode); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -252403,10 +249600,7 @@ public static void BlendEquationSeparate( void IGL.BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252441,10 +249635,7 @@ public static void BlendEquationSeparateEXT( void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("gl")] [Transformed] @@ -252481,10 +249672,7 @@ void IGL.BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252523,10 +249711,7 @@ void IGL.BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252564,10 +249749,7 @@ void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252604,10 +249786,7 @@ void IGL.BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("gl")] [Transformed] @@ -252644,10 +249823,7 @@ void IGL.BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252681,10 +249857,7 @@ public static void BlendEquationSeparateOES( void IGL.BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha - ) - { - ((IGL)this).BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); - } + ) => ((IGL)this).BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -252720,10 +249893,7 @@ public static void BlendFunc( void IGL.BlendFunc( [NativeTypeName("GLenum")] Constant sfactor, [NativeTypeName("GLenum")] Constant dfactor - ) - { - ((IGL)this).BlendFunc((uint)sfactor, (uint)dfactor); - } + ) => ((IGL)this).BlendFunc((uint)sfactor, (uint)dfactor); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252763,10 +249933,7 @@ void IGL.BlendFunc( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - ((IGL)this).BlendFunc(buf, (uint)src, (uint)dst); - } + ) => ((IGL)this).BlendFunc(buf, (uint)src, (uint)dst); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252805,10 +249972,7 @@ void IGL.BlendFuncARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - ((IGL)this).BlendFuncARB(buf, (uint)src, (uint)dst); - } + ) => ((IGL)this).BlendFuncARB(buf, (uint)src, (uint)dst); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -252846,10 +250010,7 @@ void IGL.BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - ((IGL)this).BlendFuncEXT(buf, (uint)src, (uint)dst); - } + ) => ((IGL)this).BlendFuncEXT(buf, (uint)src, (uint)dst); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252906,10 +250067,7 @@ void IGL.BlendFuncOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLenum")] Constant dst - ) - { - ((IGL)this).BlendFuncOES(buf, (uint)src, (uint)dst); - } + ) => ((IGL)this).BlendFuncOES(buf, (uint)src, (uint)dst); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -252951,15 +250109,13 @@ void IGL.BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparate( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -253002,15 +250158,13 @@ void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateEXT( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [SupportedApiProfile("gl")] [Transformed] @@ -253055,8 +250209,7 @@ void IGL.BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparate( buf, (uint)srcRGB, @@ -253064,7 +250217,6 @@ void IGL.BlendFuncSeparate( (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -253111,8 +250263,7 @@ void IGL.BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateARB( buf, (uint)srcRGB, @@ -253120,7 +250271,6 @@ void IGL.BlendFuncSeparateARB( (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -253166,8 +250316,7 @@ void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateEXT( buf, (uint)srcRGB, @@ -253175,7 +250324,6 @@ void IGL.BlendFuncSeparateEXT( (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -253220,8 +250368,7 @@ void IGL.BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateIndexedAMD( buf, (uint)srcRGB, @@ -253229,7 +250376,6 @@ void IGL.BlendFuncSeparateIndexedAMD( (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("gl")] [Transformed] @@ -253271,15 +250417,13 @@ void IGL.BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorRGB, [NativeTypeName("GLenum")] Constant sfactorAlpha, [NativeTypeName("GLenum")] Constant dfactorAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateINGR( (uint)sfactorRGB, (uint)dfactorRGB, (uint)sfactorAlpha, (uint)dfactorAlpha ); - } [SupportedApiProfile("gl")] [Transformed] @@ -253323,8 +250467,7 @@ void IGL.BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateOES( buf, (uint)srcRGB, @@ -253332,7 +250475,6 @@ void IGL.BlendFuncSeparateOES( (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -253374,15 +250516,13 @@ void IGL.BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstRGB, [NativeTypeName("GLenum")] Constant srcAlpha, [NativeTypeName("GLenum")] Constant dstAlpha - ) - { + ) => ((IGL)this).BlendFuncSeparateOES( (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -253474,8 +250614,7 @@ void IGL.BlitFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebuffer( srcX0, srcY0, @@ -253488,7 +250627,6 @@ void IGL.BlitFramebuffer( (uint)mask, (uint)filter ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -253578,8 +250716,7 @@ void IGL.BlitFramebufferAngle( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebufferAngle( srcX0, srcY0, @@ -253592,7 +250729,6 @@ void IGL.BlitFramebufferAngle( (uint)mask, (uint)filter ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -253681,8 +250817,7 @@ void IGL.BlitFramebufferEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebufferEXT( srcX0, srcY0, @@ -253695,7 +250830,6 @@ void IGL.BlitFramebufferEXT( (uint)mask, (uint)filter ); - } [SupportedApiProfile("gl")] [Transformed] @@ -253806,8 +250940,7 @@ void IGL.BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int dstLayer, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebufferLayerEXT( srcX0, srcY0, @@ -253822,7 +250955,6 @@ void IGL.BlitFramebufferLayerEXT( (uint)mask, (uint)filter ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -253917,8 +251049,7 @@ void IGL.BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebufferLayersEXT( srcX0, srcY0, @@ -253931,7 +251062,6 @@ void IGL.BlitFramebufferLayersEXT( (uint)mask, (uint)filter ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -254021,8 +251151,7 @@ void IGL.BlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitFramebufferNV( srcX0, srcY0, @@ -254035,7 +251164,6 @@ void IGL.BlitFramebufferNV( (uint)mask, (uint)filter ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -254159,8 +251287,7 @@ void IGL.BlitNamedFramebuffer( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter - ) - { + ) => ((IGL)this).BlitNamedFramebuffer( readFramebuffer, drawFramebuffer, @@ -254175,7 +251302,6 @@ void IGL.BlitNamedFramebuffer( (uint)mask, (uint)filter ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -254261,10 +251387,7 @@ void IGL.BufferAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - ((IGL)this).BufferAttachMemoryNV((uint)target, memory, offset); - } + ) => ((IGL)this).BufferAttachMemoryNV((uint)target, memory, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -254407,10 +251530,7 @@ void IGL.BufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - ((IGL)this).BufferPageCommitmentARB(target, offset, size, (uint)commit); - } + ) => ((IGL)this).BufferPageCommitmentARB(target, offset, size, (uint)commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -254460,8 +251580,7 @@ void IGL.BufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).BufferPageCommitmentMemNV( (uint)target, offset, @@ -254470,7 +251589,6 @@ void IGL.BufferPageCommitmentMemNV( memOffset, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -254691,10 +251809,7 @@ void IGL.BufferStorageMemEXT( [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - ((IGL)this).BufferStorageMemEXT((uint)target, size, memory, offset); - } + ) => ((IGL)this).BufferStorageMemEXT((uint)target, size, memory, offset); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -255069,10 +252184,7 @@ public static void ClampColor( void IGL.ClampColor( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ((IGL)this).ClampColor((uint)target, (uint)clamp); - } + ) => ((IGL)this).ClampColor((uint)target, (uint)clamp); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -255106,10 +252218,7 @@ public static void ClampColorARB( void IGL.ClampColorARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp - ) - { - ((IGL)this).ClampColorARB((uint)target, (uint)clamp); - } + ) => ((IGL)this).ClampColorARB((uint)target, (uint)clamp); [SupportedApiProfile("gl")] [Transformed] @@ -255133,10 +252242,8 @@ void IGL.Clear([NativeTypeName("GLbitfield")] uint mask) => public static void Clear([NativeTypeName("GLbitfield")] uint mask) => ThisThread.Clear(mask); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.Clear([NativeTypeName("GLbitfield")] Constant mask) - { + void IGL.Clear([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).Clear((uint)mask); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -255281,10 +252388,7 @@ void IGL.ClearBuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ((IGL)this).ClearBuffer((uint)buffer, drawbuffer, depth, stencil); - } + ) => ((IGL)this).ClearBuffer((uint)buffer, drawbuffer, depth, stencil); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -256029,10 +253133,7 @@ void IGL.ClearNamedFramebuffer( [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("GLfloat")] float depth, [NativeTypeName("GLint")] int stencil - ) - { - ((IGL)this).ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); - } + ) => ((IGL)this).ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -256622,10 +253723,7 @@ public static void ClientActiveTexture([NativeTypeName("GLenum")] uint texture) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture - ) - { - ((IGL)this).ClientActiveTexture((uint)texture); - } + ) => ((IGL)this).ClientActiveTexture((uint)texture); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -256652,10 +253750,7 @@ public static void ClientActiveTextureARB([NativeTypeName("GLenum")] uint textur [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture - ) - { - ((IGL)this).ClientActiveTextureARB((uint)texture); - } + ) => ((IGL)this).ClientActiveTextureARB((uint)texture); [SupportedApiProfile("gl")] [Transformed] @@ -256681,10 +253776,7 @@ public static void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint s [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream - ) - { - ((IGL)this).ClientActiveVertexStreamATI((uint)stream); - } + ) => ((IGL)this).ClientActiveVertexStreamATI((uint)stream); [SupportedApiProfile("gl")] [Transformed] @@ -256711,10 +253803,7 @@ public static void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint ma [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ((IGL)this).ClientAttribDefaultEXT((uint)mask); - } + ) => ((IGL)this).ClientAttribDefaultEXT((uint)mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -256892,10 +253981,7 @@ public static void ClipControl( void IGL.ClipControl( [NativeTypeName("GLenum")] Constant origin, [NativeTypeName("GLenum")] Constant depth - ) - { - ((IGL)this).ClipControl((uint)origin, (uint)depth); - } + ) => ((IGL)this).ClipControl((uint)origin, (uint)depth); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -258481,10 +255567,7 @@ void IGL.ColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).ColorFormatNV(size, (uint)type, stride); - } + ) => ((IGL)this).ColorFormatNV(size, (uint)type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -258534,8 +255617,7 @@ void IGL.ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1, [NativeTypeName("GLuint")] Constant arg1Rep, [NativeTypeName("GLuint")] Constant arg1Mod - ) - { + ) => ((IGL)this).ColorFragmentOp1ATI( (uint)op, (uint)dst, @@ -258545,7 +255627,6 @@ void IGL.ColorFragmentOp1ATI( (uint)arg1Rep, (uint)arg1Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -258619,8 +255700,7 @@ void IGL.ColorFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2, [NativeTypeName("GLuint")] Constant arg2Rep, [NativeTypeName("GLuint")] Constant arg2Mod - ) - { + ) => ((IGL)this).ColorFragmentOp2ATI( (uint)op, (uint)dst, @@ -258633,7 +255713,6 @@ void IGL.ColorFragmentOp2ATI( (uint)arg2Rep, (uint)arg2Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -258762,8 +255841,7 @@ void IGL.ColorFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3, [NativeTypeName("GLuint")] Constant arg3Rep, [NativeTypeName("GLuint")] Constant arg3Mod - ) - { + ) => ((IGL)this).ColorFragmentOp3ATI( (uint)op, (uint)dst, @@ -258779,7 +255857,6 @@ void IGL.ColorFragmentOp3ATI( (uint)arg3Rep, (uint)arg3Mod ); - } [SupportedApiProfile("gl")] [Transformed] @@ -258847,10 +255924,7 @@ void IGL.ColorMask( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - ((IGL)this).ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => ((IGL)this).ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -258898,10 +255972,7 @@ void IGL.ColorMask( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ((IGL)this).ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ((IGL)this).ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -258947,10 +256018,7 @@ void IGL.ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ((IGL)this).ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ((IGL)this).ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -258995,10 +256063,7 @@ void IGL.ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ((IGL)this).ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ((IGL)this).ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [SupportedApiProfile("gl")] [Transformed] @@ -259043,10 +256108,7 @@ void IGL.ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool g, [NativeTypeName("GLboolean")] MaybeBool b, [NativeTypeName("GLboolean")] MaybeBool a - ) - { - ((IGL)this).ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); - } + ) => ((IGL)this).ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -259082,10 +256144,7 @@ public static void ColorMaterial( void IGL.ColorMaterial( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).ColorMaterial((uint)face, (uint)mode); - } + ) => ((IGL)this).ColorMaterial((uint)face, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -259115,10 +256174,7 @@ public static void ColorP3( void IGL.ColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ((IGL)this).ColorP3((uint)type, color); - } + ) => ((IGL)this).ColorP3((uint)type, color); [SupportedApiProfile("gl")] [Transformed] @@ -259187,10 +256243,7 @@ public static void ColorP4( void IGL.ColorP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ((IGL)this).ColorP4((uint)type, color); - } + ) => ((IGL)this).ColorP4((uint)type, color); [SupportedApiProfile("gl")] [Transformed] @@ -259950,8 +257003,7 @@ void IGL.CombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { + ) => ((IGL)this).CombinerInputNV( (uint)stage, (uint)portion, @@ -259960,7 +257012,6 @@ void IGL.CombinerInputNV( (uint)mapping, (uint)componentUsage ); - } [SupportedApiProfile("gl")] [Transformed] @@ -260044,8 +257095,7 @@ void IGL.CombinerOutputNV( [NativeTypeName("GLboolean")] MaybeBool abDotProduct, [NativeTypeName("GLboolean")] MaybeBool cdDotProduct, [NativeTypeName("GLboolean")] MaybeBool muxSum - ) - { + ) => ((IGL)this).CombinerOutputNV( (uint)stage, (uint)portion, @@ -260058,7 +257108,6 @@ void IGL.CombinerOutputNV( (uint)cdDotProduct, (uint)muxSum ); - } [SupportedApiProfile("gl")] [Transformed] @@ -260111,10 +257160,7 @@ public static void CombinerParameterNV( void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).CombinerParameterNV((uint)pname, param1); - } + ) => ((IGL)this).CombinerParameterNV((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -260186,10 +257232,7 @@ public static void CombinerParameterNV( void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).CombinerParameterNV((uint)pname, param1); - } + ) => ((IGL)this).CombinerParameterNV((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -263749,10 +260792,7 @@ void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); [SupportedApiProfile("gl")] [Transformed] @@ -263789,10 +260829,7 @@ void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float @params - ) - { - ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); [SupportedApiProfile("gl")] [Transformed] @@ -263915,10 +260952,7 @@ void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); - } + ) => ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); [SupportedApiProfile("gl")] [Transformed] @@ -263955,10 +260989,7 @@ void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int @params - ) - { - ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); - } + ) => ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); [SupportedApiProfile("gl")] [Transformed] @@ -264081,10 +261112,7 @@ void IGL.ConvolutionParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).ConvolutionParameterxOES((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).ConvolutionParameterxOES((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -264171,8 +261199,7 @@ void IGL.CopyBufferSubData( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { + ) => ((IGL)this).CopyBufferSubData( (uint)readTarget, (uint)writeTarget, @@ -264180,7 +261207,6 @@ void IGL.CopyBufferSubData( writeOffset, size ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -264226,8 +261252,7 @@ void IGL.CopyBufferSubDataNV( [NativeTypeName("GLintptr")] nint readOffset, [NativeTypeName("GLintptr")] nint writeOffset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { + ) => ((IGL)this).CopyBufferSubDataNV( (uint)readTarget, (uint)writeTarget, @@ -264235,7 +261260,6 @@ void IGL.CopyBufferSubDataNV( writeOffset, size ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -264280,10 +261304,7 @@ void IGL.CopyColorSubTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyColorSubTable((uint)target, start, x, y, width); - } + ) => ((IGL)this).CopyColorSubTable((uint)target, start, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264328,10 +261349,7 @@ void IGL.CopyColorSubTableEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyColorSubTableEXT((uint)target, start, x, y, width); - } + ) => ((IGL)this).CopyColorSubTableEXT((uint)target, start, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264376,10 +261394,7 @@ void IGL.CopyColorTable( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyColorTable((uint)target, (uint)internalformat, x, y, width); - } + ) => ((IGL)this).CopyColorTable((uint)target, (uint)internalformat, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264424,10 +261439,7 @@ void IGL.CopyColorTableSGI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); - } + ) => ((IGL)this).CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264472,10 +261484,7 @@ void IGL.CopyConvolutionFilter1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); - } + ) => ((IGL)this).CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264520,10 +261529,7 @@ void IGL.CopyConvolutionFilter1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); - } + ) => ((IGL)this).CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -264571,8 +261577,7 @@ void IGL.CopyConvolutionFilter2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyConvolutionFilter2D( (uint)target, (uint)internalformat, @@ -264581,7 +261586,6 @@ void IGL.CopyConvolutionFilter2D( width, height ); - } [SupportedApiProfile("gl")] [Transformed] @@ -264630,8 +261634,7 @@ void IGL.CopyConvolutionFilter2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyConvolutionFilter2DEXT( (uint)target, (uint)internalformat, @@ -264640,7 +261643,6 @@ void IGL.CopyConvolutionFilter2DEXT( width, height ); - } [SupportedApiProfile("gl")] [Transformed] @@ -264766,8 +261768,7 @@ void IGL.CopyImageSubData( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => ((IGL)this).CopyImageSubData( srcName, (uint)srcTarget, @@ -264785,7 +261786,6 @@ void IGL.CopyImageSubData( srcHeight, srcDepth ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -264937,8 +261937,7 @@ void IGL.CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => ((IGL)this).CopyImageSubDataEXT( srcName, (uint)srcTarget, @@ -264956,7 +261955,6 @@ void IGL.CopyImageSubDataEXT( srcHeight, srcDepth ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -265107,8 +262105,7 @@ void IGL.CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { + ) => ((IGL)this).CopyImageSubDataNV( srcName, (uint)srcTarget, @@ -265126,7 +262123,6 @@ void IGL.CopyImageSubDataNV( height, depth ); - } [SupportedApiProfile("gl")] [Transformed] @@ -265277,8 +262273,7 @@ void IGL.CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcWidth, [NativeTypeName("GLsizei")] uint srcHeight, [NativeTypeName("GLsizei")] uint srcDepth - ) - { + ) => ((IGL)this).CopyImageSubDataOES( srcName, (uint)srcTarget, @@ -265296,7 +262291,6 @@ void IGL.CopyImageSubDataOES( srcHeight, srcDepth ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -265388,8 +262382,7 @@ void IGL.CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyMultiTexImage1DEXT( (uint)texunit, (uint)target, @@ -265400,7 +262393,6 @@ void IGL.CopyMultiTexImage1DEXT( width, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265483,8 +262475,7 @@ void IGL.CopyMultiTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyMultiTexImage2DEXT( (uint)texunit, (uint)target, @@ -265496,7 +262487,6 @@ void IGL.CopyMultiTexImage2DEXT( height, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265564,8 +262554,7 @@ void IGL.CopyMultiTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { + ) => ((IGL)this).CopyMultiTexSubImage1DEXT( (uint)texunit, (uint)target, @@ -265575,7 +262564,6 @@ void IGL.CopyMultiTexSubImage1DEXT( y, width ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265647,8 +262635,7 @@ void IGL.CopyMultiTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyMultiTexSubImage2DEXT( (uint)texunit, (uint)target, @@ -265660,7 +262647,6 @@ void IGL.CopyMultiTexSubImage2DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265749,8 +262735,7 @@ void IGL.CopyMultiTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyMultiTexSubImage3DEXT( (uint)texunit, (uint)target, @@ -265763,7 +262748,6 @@ void IGL.CopyMultiTexSubImage3DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265871,10 +262855,7 @@ void IGL.CopyPixels( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLenum")] Constant type - ) - { - ((IGL)this).CopyPixels(x, y, width, height, (uint)type); - } + ) => ((IGL)this).CopyPixels(x, y, width, height, (uint)type); [SupportedApiProfile("gl")] [Transformed] @@ -265926,10 +262907,7 @@ void IGL.CopyTexImage1D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { - ((IGL)this).CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); - } + ) => ((IGL)this).CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -265983,8 +262961,7 @@ void IGL.CopyTexImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyTexImage1DEXT( (uint)target, level, @@ -265994,7 +262971,6 @@ void IGL.CopyTexImage1DEXT( width, border ); - } [SupportedApiProfile("gl")] [Transformed] @@ -266053,8 +263029,7 @@ void IGL.CopyTexImage2D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyTexImage2D( (uint)target, level, @@ -266065,7 +263040,6 @@ void IGL.CopyTexImage2D( height, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266125,8 +263099,7 @@ void IGL.CopyTexImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyTexImage2DEXT( (uint)target, level, @@ -266137,7 +263110,6 @@ void IGL.CopyTexImage2DEXT( height, border ); - } [SupportedApiProfile("gl")] [Transformed] @@ -266189,10 +263161,7 @@ void IGL.CopyTexSubImage1D( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); - } + ) => ((IGL)this).CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266242,10 +263211,7 @@ void IGL.CopyTexSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); - } + ) => ((IGL)this).CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); [SupportedApiProfile("gl")] [Transformed] @@ -266303,10 +263269,7 @@ void IGL.CopyTexSubImage2D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); - } + ) => ((IGL)this).CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266366,8 +263329,7 @@ void IGL.CopyTexSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyTexSubImage2DEXT( (uint)target, level, @@ -266378,7 +263340,6 @@ void IGL.CopyTexSubImage2DEXT( width, height ); - } [SupportedApiProfile("gl")] [Transformed] @@ -266440,8 +263401,7 @@ void IGL.CopyTexSubImage3D( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyTexSubImage3D( (uint)target, level, @@ -266453,7 +263413,6 @@ void IGL.CopyTexSubImage3D( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266527,8 +263486,7 @@ void IGL.CopyTexSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyTexSubImage3DEXT( (uint)target, level, @@ -266540,7 +263498,6 @@ void IGL.CopyTexSubImage3DEXT( width, height ); - } [SupportedApiProfile("gl")] [Transformed] @@ -266663,8 +263620,7 @@ void IGL.CopyTextureImage1DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyTextureImage1DEXT( texture, (uint)target, @@ -266675,7 +263631,6 @@ void IGL.CopyTextureImage1DEXT( width, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266758,8 +263713,7 @@ void IGL.CopyTextureImage2DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLint")] int border - ) - { + ) => ((IGL)this).CopyTextureImage2DEXT( texture, (uint)target, @@ -266771,7 +263725,6 @@ void IGL.CopyTextureImage2DEXT( height, border ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -266895,10 +263848,7 @@ void IGL.CopyTextureSubImage1DEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); - } + ) => ((IGL)this).CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -267001,8 +263951,7 @@ void IGL.CopyTextureSubImage2DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyTextureSubImage2DEXT( texture, (uint)target, @@ -267014,7 +263963,6 @@ void IGL.CopyTextureSubImage2DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -267147,8 +264095,7 @@ void IGL.CopyTextureSubImage3DEXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).CopyTextureSubImage3DEXT( texture, (uint)target, @@ -267161,7 +264108,6 @@ void IGL.CopyTextureSubImage3DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -267206,10 +264152,8 @@ public static void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => ThisThread.CoverageMaskNV(mask); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) - { + void IGL.CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => ((IGL)this).CoverageMaskNV((uint)mask); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -267403,10 +264347,7 @@ public static void CoverFillPathNV( void IGL.CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - ((IGL)this).CoverFillPathNV(path, (uint)coverMode); - } + ) => ((IGL)this).CoverFillPathNV(path, (uint)coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -267533,10 +264474,7 @@ public static void CoverStrokePathNV( void IGL.CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode - ) - { - ((IGL)this).CoverStrokePathNV(path, (uint)coverMode); - } + ) => ((IGL)this).CoverStrokePathNV(path, (uint)coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -268425,10 +265363,8 @@ void IGL.CullFace([NativeTypeName("GLenum")] uint mode) => public static void CullFace([NativeTypeName("GLenum")] uint mode) => ThisThread.CullFace(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.CullFace([NativeTypeName("GLenum")] Constant mode) - { + void IGL.CullFace([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).CullFace((uint)mode); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -269563,10 +266499,8 @@ public static void DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => ThisThread.DeformSGIX(mask); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeformSGIX([NativeTypeName("GLbitfield")] Constant mask) - { + void IGL.DeformSGIX([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).DeformSGIX((uint)mask); - } [SupportedApiProfile("gl")] [Transformed] @@ -269594,6 +266528,20 @@ public static void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => ThisThread.DeleteAsyncMarkersSGIX(marker, range); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => + ((IGL)this).DeleteBuffers(1, &buffers); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => + ThisThread.DeleteBuffer(buffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffers( [NativeTypeName("GLsizei")] uint n, @@ -269657,6 +266605,17 @@ public static void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => ThisThread.DeleteBuffersARB(n, buffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => + ((IGL)this).DeleteBuffersARB(1, &buffers); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => + ThisThread.DeleteBuffersARB(buffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -269697,6 +266656,18 @@ public static void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => ThisThread.DeleteCommandListsNV(n, lists); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => + ((IGL)this).DeleteCommandListsNV(1, &lists); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => + ThisThread.DeleteCommandListsNV(lists); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, @@ -269737,6 +266708,17 @@ public static void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ) => ThisThread.DeleteFencesApple(n, fences); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => + ((IGL)this).DeleteFencesApple(1, &fences); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => + ThisThread.DeleteFencesApple(fences); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFencesApple( [NativeTypeName("GLsizei")] uint n, @@ -269778,6 +266760,19 @@ public static void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => ThisThread.DeleteFencesNV(n, fences); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => + ((IGL)this).DeleteFencesNV(1, &fences); + + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => + ThisThread.DeleteFencesNV(fences); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, @@ -269814,6 +266809,19 @@ void IGL.DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => public static void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => ThisThread.DeleteFragmentShaderATI(id); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => + ((IGL)this).DeleteFramebuffers(1, &framebuffers); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => + ThisThread.DeleteFramebuffer(framebuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -269875,6 +266883,18 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => ThisThread.DeleteFramebuffersEXT(n, framebuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers) => + ((IGL)this).DeleteFramebuffersEXT(1, &framebuffers); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteFramebuffersEXT( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => ThisThread.DeleteFramebuffersEXT(framebuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -269896,6 +266916,17 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ) => ThisThread.DeleteFramebuffersEXT(n, framebuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => + ((IGL)this).DeleteFramebuffersOES(1, &framebuffers); + + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => + ThisThread.DeleteFramebuffersO(framebuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -269972,6 +267003,19 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => ThisThread.DeleteMemoryObjectsEXT(n, memoryObjects); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects) => + ((IGL)this).DeleteMemoryObjectsEXT(1, &memoryObjects); + + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteMemoryObjectsEXT( + [NativeTypeName("const GLuint *")] uint memoryObjects + ) => ThisThread.DeleteMemoryObjectsEXT(memoryObjects); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, @@ -270013,6 +267057,18 @@ public static void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.DeleteNamedStringARB(namelen, name); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => + ((IGL)this).DeleteNamedStringARB(1, &name); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => + ThisThread.DeleteNamedStringARB(name); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -270109,6 +267165,17 @@ public static void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteOcclusionQueriesNV(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteOcclusionQueriesNV(1, &ids); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteOcclusionQueriesNV(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, @@ -270170,6 +267237,19 @@ public static void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => ThisThread.DeletePerfMonitorsAMD(n, monitors); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors) => + ((IGL)this).DeletePerfMonitorsAMD(1, &monitors); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors) => + ThisThread.DeletePerfMonitorsAMD(monitors); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, @@ -270222,6 +267302,18 @@ void IGL.DeleteProgram([NativeTypeName("GLuint")] uint program) => public static void DeleteProgram([NativeTypeName("GLuint")] uint program) => ThisThread.DeleteProgram(program); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => + ((IGL)this).DeleteProgramPipelines(1, &pipelines); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => + ThisThread.DeleteProgramPipeline(pipelines); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -270281,6 +267373,18 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => ThisThread.DeleteProgramPipelinesEXT(n, pipelines); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines) => + ((IGL)this).DeleteProgramPipelinesEXT(1, &pipelines); + + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteProgramPipelinesEXT( + [NativeTypeName("const GLuint *")] uint pipelines + ) => ThisThread.DeleteProgramPipelinesEXT(pipelines); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, @@ -270320,6 +267424,17 @@ public static void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => ThisThread.DeleteProgramARB(n, programs); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => + ((IGL)this).DeleteProgramARB(1, &programs); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => + ThisThread.DeleteProgramARB(programs); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, @@ -270359,6 +267474,17 @@ public static void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => ThisThread.DeleteProgramNV(n, programs); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => + ((IGL)this).DeleteProgramNV(1, &programs); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => + ThisThread.DeleteProgramNV(programs); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -270439,6 +267565,17 @@ public static void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteQueriesARB(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteQueriesARB(1, &ids); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteQueriesARB(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, @@ -270478,6 +267615,17 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteQueriesEXT(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteQueriesEXT(1, &ids); + + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteQueriesEXT(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, @@ -270499,6 +267647,18 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteQueriesEXT(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteQueries(1, &ids); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteQuery(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -270517,6 +267677,17 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => ThisThread.DeleteQueryResourceTagNV(n, tagIds); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => + ((IGL)this).DeleteQueryResourceTagNV(1, &tagIds); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => + ThisThread.DeleteQueryResourceTagNV(tagIds); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -270538,6 +267709,19 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ) => ThisThread.DeleteQueryResourceTagNV(n, tagIds); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => + ((IGL)this).DeleteRenderbuffers(1, &renderbuffers); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => + ThisThread.DeleteRenderbuffer(renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -270599,6 +267783,18 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => ThisThread.DeleteRenderbuffersEXT(n, renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers) => + ((IGL)this).DeleteRenderbuffersEXT(1, &renderbuffers); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteRenderbuffersEXT( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => ThisThread.DeleteRenderbuffersEXT(renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -270620,6 +267816,18 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => ThisThread.DeleteRenderbuffersEXT(n, renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers) => + ((IGL)this).DeleteRenderbuffersOES(1, &renderbuffers); + + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteRenderbuffersO( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => ThisThread.DeleteRenderbuffersO(renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -270659,6 +267867,19 @@ public static void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => ThisThread.DeleteRenderbuffersOES(n, renderbuffers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => + ((IGL)this).DeleteSamplers(1, &samplers); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => + ThisThread.DeleteSampler(samplers); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSamplers( [NativeTypeName("GLsizei")] uint count, @@ -270721,6 +267942,18 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => ThisThread.DeleteSemaphoresEXT(n, semaphores); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => + ((IGL)this).DeleteSemaphoresEXT(1, &semaphores); + + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => + ThisThread.DeleteSemaphoresEXT(semaphores); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, @@ -270776,6 +268009,18 @@ public static void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => ThisThread.DeleteStatesNV(n, states); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => + ((IGL)this).DeleteStatesNV(1, &states); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => + ThisThread.DeleteStatesNV(states); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, @@ -270859,6 +268104,20 @@ void IGL.DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) => ThisThread.DeleteSyncApple(sync); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => + ((IGL)this).DeleteTextures(1, &textures); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => + ThisThread.DeleteTexture(textures); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTextures( [NativeTypeName("GLsizei")] uint n, @@ -270922,6 +268181,17 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => ThisThread.DeleteTexturesEXT(n, textures); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => + ((IGL)this).DeleteTexturesEXT(1, &textures); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => + ThisThread.DeleteTexturesEXT(textures); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -270943,6 +268213,18 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ) => ThisThread.DeleteTexturesEXT(n, textures); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteTransformFeedbacks(1, &ids); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteTransformFeedback(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -271002,6 +268284,17 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteTransformFeedbacksNV(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => + ((IGL)this).DeleteTransformFeedbacksNV(1, &ids); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => + ThisThread.DeleteTransformFeedbacksNV(ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, @@ -271023,6 +268316,18 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteTransformFeedbacksNV(n, ids); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => + ((IGL)this).DeleteVertexArrays(1, &arrays); + + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => + ThisThread.DeleteVertexArray(arrays); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -271082,6 +268387,17 @@ public static void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ) => ThisThread.DeleteVertexArraysApple(n, arrays); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => + ((IGL)this).DeleteVertexArraysApple(1, &arrays); + + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => + ThisThread.DeleteVertexArraysApple(arrays); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArraysApple( [NativeTypeName("GLsizei")] uint n, @@ -271103,6 +268419,18 @@ public static void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] Ref arrays ) => ThisThread.DeleteVertexArraysApple(n, arrays); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + ((IGL)this).DeleteVertexArraysOES(1, &arrays); + + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + ThisThread.DeleteVertexArraysO(arrays); + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, @@ -271210,10 +268538,8 @@ public static void DepthFunc([NativeTypeName("GLenum")] uint func) => ThisThread.DepthFunc(func); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DepthFunc([NativeTypeName("GLenum")] Constant func) - { + void IGL.DepthFunc([NativeTypeName("GLenum")] Constant func) => ((IGL)this).DepthFunc((uint)func); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271242,10 +268568,8 @@ public static void DepthMask([NativeTypeName("GLboolean")] uint flag) => ThisThread.DepthMask(flag); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) - { + void IGL.DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => ((IGL)this).DepthMask((uint)flag); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271715,10 +269039,8 @@ void IGL.Disable([NativeTypeName("GLenum")] uint cap) => public static void Disable([NativeTypeName("GLenum")] uint cap) => ThisThread.Disable(cap); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.Disable([NativeTypeName("GLenum")] Constant cap) - { + void IGL.Disable([NativeTypeName("GLenum")] Constant cap) => ((IGL)this).Disable((uint)cap); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271745,10 +269067,9 @@ public static void DisableClientState([NativeTypeName("GLenum")] uint array) => ThisThread.DisableClientState(array); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DisableClientState([NativeTypeName("GLenum")] Constant array) - { - ((IGL)this).DisableClientState((uint)array); - } + void IGL.DisableClientState( + [NativeTypeName("GLenum")] Constant array + ) => ((IGL)this).DisableClientState((uint)array); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -271782,10 +269103,7 @@ public static void DisableClientStateEXT( void IGL.DisableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableClientStateEXT((uint)array, index); - } + ) => ((IGL)this).DisableClientStateEXT((uint)array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271820,10 +269138,7 @@ public static void DisableClientStateIndexedEXT( void IGL.DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableClientStateIndexedEXT((uint)array, index); - } + ) => ((IGL)this).DisableClientStateIndexedEXT((uint)array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271872,10 +269187,7 @@ public static void Disable( void IGL.Disable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).Disable((uint)target, index); - } + ) => ((IGL)this).Disable((uint)target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271909,10 +269221,7 @@ public static void DisableEXT( void IGL.DisableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableEXT((uint)target, index); - } + ) => ((IGL)this).DisableEXT((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -271946,10 +269255,7 @@ public static void DisableIndexedEXT( void IGL.DisableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableIndexedEXT((uint)target, index); - } + ) => ((IGL)this).DisableIndexedEXT((uint)target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -271983,10 +269289,7 @@ public static void DisableNV( void IGL.DisableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableNV((uint)target, index); - } + ) => ((IGL)this).DisableNV((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -272019,10 +269322,7 @@ public static void DisableOES( void IGL.DisableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).DisableOES((uint)target, index); - } + ) => ((IGL)this).DisableOES((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -272107,10 +269407,7 @@ public static void DisableVertexArrayEXT( void IGL.DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - ((IGL)this).DisableVertexArrayEXT(vaobj, (uint)array); - } + ) => ((IGL)this).DisableVertexArrayEXT(vaobj, (uint)array); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272367,10 +269664,7 @@ void IGL.DrawArrays( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawArrays((uint)mode, first, count); - } + ) => ((IGL)this).DrawArrays((uint)mode, first, count); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272410,10 +269704,7 @@ void IGL.DrawArraysEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawArraysEXT((uint)mode, first, count); - } + ) => ((IGL)this).DrawArraysEXT((uint)mode, first, count); [SupportedApiProfile("gl")] [Transformed] @@ -272495,10 +269786,7 @@ void IGL.DrawArraysInstanced( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount - ) - { - ((IGL)this).DrawArraysInstanced((uint)mode, first, count, instancecount); - } + ) => ((IGL)this).DrawArraysInstanced((uint)mode, first, count, instancecount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272540,10 +269828,7 @@ void IGL.DrawArraysInstancedAngle( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - ((IGL)this).DrawArraysInstancedAngle((uint)mode, first, count, primcount); - } + ) => ((IGL)this).DrawArraysInstancedAngle((uint)mode, first, count, primcount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -272585,10 +269870,7 @@ void IGL.DrawArraysInstancedARB( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - ((IGL)this).DrawArraysInstancedARB((uint)mode, first, count, primcount); - } + ) => ((IGL)this).DrawArraysInstancedARB((uint)mode, first, count, primcount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272635,8 +269917,7 @@ void IGL.DrawArraysInstancedBaseInstance( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { + ) => ((IGL)this).DrawArraysInstancedBaseInstance( (uint)mode, first, @@ -272644,7 +269925,6 @@ void IGL.DrawArraysInstancedBaseInstance( instancecount, baseinstance ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272698,8 +269978,7 @@ void IGL.DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint instancecount, [NativeTypeName("GLuint")] uint baseinstance - ) - { + ) => ((IGL)this).DrawArraysInstancedBaseInstanceEXT( (uint)mode, first, @@ -272707,7 +269986,6 @@ void IGL.DrawArraysInstancedBaseInstanceEXT( instancecount, baseinstance ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -272758,10 +270036,7 @@ void IGL.DrawArraysInstancedEXT( [NativeTypeName("GLint")] int start, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - ((IGL)this).DrawArraysInstancedEXT((uint)mode, start, count, primcount); - } + ) => ((IGL)this).DrawArraysInstancedEXT((uint)mode, start, count, primcount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -272804,10 +270079,7 @@ void IGL.DrawArraysInstancedNV( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) - { - ((IGL)this).DrawArraysInstancedNV((uint)mode, first, count, primcount); - } + ) => ((IGL)this).DrawArraysInstancedNV((uint)mode, first, count, primcount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -272834,10 +270106,8 @@ public static void DrawBuffer([NativeTypeName("GLenum")] uint buf) => ThisThread.DrawBuffer(buf); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawBuffer([NativeTypeName("GLenum")] Constant buf) - { + void IGL.DrawBuffer([NativeTypeName("GLenum")] Constant buf) => ((IGL)this).DrawBuffer((uint)buf); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -273475,10 +270745,7 @@ void IGL.DrawElementArrayApple( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawElementArrayApple((uint)mode, first, count); - } + ) => ((IGL)this).DrawElementArrayApple((uint)mode, first, count); [SupportedApiProfile("gl")] [Transformed] @@ -273512,10 +270779,7 @@ public static void DrawElementArrayATI( void IGL.DrawElementArrayATI( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawElementArrayATI((uint)mode, count); - } + ) => ((IGL)this).DrawElementArrayATI((uint)mode, count); [SupportedApiProfile("gl")] [Transformed] @@ -274690,10 +271954,7 @@ void IGL.DrawMeshArraysSUN( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).DrawMeshArraysSUN((uint)mode, first, count, width); - } + ) => ((IGL)this).DrawMeshArraysSUN((uint)mode, first, count, width); [SupportedApiProfile("gl")] [Transformed] @@ -274823,10 +272084,7 @@ void IGL.DrawRangeElementArrayApple( [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawRangeElementArrayApple((uint)mode, start, end, first, count); - } + ) => ((IGL)this).DrawRangeElementArrayApple((uint)mode, start, end, first, count); [SupportedApiProfile("gl")] [Transformed] @@ -274868,10 +272126,7 @@ void IGL.DrawRangeElementArrayATI( [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLsizei")] uint count - ) - { - ((IGL)this).DrawRangeElementArrayATI((uint)mode, start, end, count); - } + ) => ((IGL)this).DrawRangeElementArrayATI((uint)mode, start, end, count); [SupportedApiProfile("gl")] [Transformed] @@ -275521,10 +272776,7 @@ public static void DrawTransformFeedback( void IGL.DrawTransformFeedback( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).DrawTransformFeedback((uint)mode, id); - } + ) => ((IGL)this).DrawTransformFeedback((uint)mode, id); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -275558,10 +272810,7 @@ public static void DrawTransformFeedbackEXT( void IGL.DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).DrawTransformFeedbackEXT((uint)mode, id); - } + ) => ((IGL)this).DrawTransformFeedbackEXT((uint)mode, id); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -275598,10 +272847,7 @@ void IGL.DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - ((IGL)this).DrawTransformFeedbackInstanced((uint)mode, id, instancecount); - } + ) => ((IGL)this).DrawTransformFeedbackInstanced((uint)mode, id, instancecount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -275639,10 +272885,7 @@ void IGL.DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount - ) - { - ((IGL)this).DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); - } + ) => ((IGL)this).DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -275676,10 +272919,7 @@ public static void DrawTransformFeedbackNV( void IGL.DrawTransformFeedbackNV( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id - ) - { - ((IGL)this).DrawTransformFeedbackNV((uint)mode, id); - } + ) => ((IGL)this).DrawTransformFeedbackNV((uint)mode, id); [SupportedApiProfile("gl")] [Transformed] @@ -275716,10 +272956,7 @@ void IGL.DrawTransformFeedbackStream( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream - ) - { - ((IGL)this).DrawTransformFeedbackStream((uint)mode, id, stream); - } + ) => ((IGL)this).DrawTransformFeedbackStream((uint)mode, id, stream); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -275761,10 +272998,7 @@ void IGL.DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLsizei")] uint instancecount - ) - { - ((IGL)this).DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); - } + ) => ((IGL)this).DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -275839,10 +273073,8 @@ public static void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => ThisThread.EdgeFlag(flag); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) - { + void IGL.EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => ((IGL)this).EdgeFlag((uint)flag); - } [SupportedApiProfile("gl")] [Transformed] @@ -276287,10 +273519,8 @@ void IGL.Enable([NativeTypeName("GLenum")] uint cap) => public static void Enable([NativeTypeName("GLenum")] uint cap) => ThisThread.Enable(cap); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.Enable([NativeTypeName("GLenum")] Constant cap) - { + void IGL.Enable([NativeTypeName("GLenum")] Constant cap) => ((IGL)this).Enable((uint)cap); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276317,10 +273547,9 @@ public static void EnableClientState([NativeTypeName("GLenum")] uint array) => ThisThread.EnableClientState(array); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EnableClientState([NativeTypeName("GLenum")] Constant array) - { - ((IGL)this).EnableClientState((uint)array); - } + void IGL.EnableClientState( + [NativeTypeName("GLenum")] Constant array + ) => ((IGL)this).EnableClientState((uint)array); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -276354,10 +273583,7 @@ public static void EnableClientStateEXT( void IGL.EnableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableClientStateEXT((uint)array, index); - } + ) => ((IGL)this).EnableClientStateEXT((uint)array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276392,10 +273618,7 @@ public static void EnableClientStateIndexedEXT( void IGL.EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableClientStateIndexedEXT((uint)array, index); - } + ) => ((IGL)this).EnableClientStateIndexedEXT((uint)array, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276444,10 +273667,7 @@ public static void Enable( void IGL.Enable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).Enable((uint)target, index); - } + ) => ((IGL)this).Enable((uint)target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276481,10 +273701,7 @@ public static void EnableEXT( void IGL.EnableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableEXT((uint)target, index); - } + ) => ((IGL)this).EnableEXT((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -276518,10 +273735,7 @@ public static void EnableIndexedEXT( void IGL.EnableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableIndexedEXT((uint)target, index); - } + ) => ((IGL)this).EnableIndexedEXT((uint)target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276555,10 +273769,7 @@ public static void EnableNV( void IGL.EnableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableNV((uint)target, index); - } + ) => ((IGL)this).EnableNV((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -276591,10 +273802,7 @@ public static void EnableOES( void IGL.EnableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EnableOES((uint)target, index); - } + ) => ((IGL)this).EnableOES((uint)target, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -276679,10 +273887,7 @@ public static void EnableVertexArrayEXT( void IGL.EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array - ) - { - ((IGL)this).EnableVertexArrayEXT(vaobj, (uint)array); - } + ) => ((IGL)this).EnableVertexArrayEXT(vaobj, (uint)array); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276863,10 +274068,8 @@ public static void EndQuery([NativeTypeName("GLenum")] uint target) => ThisThread.EndQuery(target); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EndQuery([NativeTypeName("GLenum")] Constant target) - { + void IGL.EndQuery([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQuery((uint)target); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276890,10 +274093,8 @@ public static void EndQueryARB([NativeTypeName("GLenum")] uint target) => ThisThread.EndQueryARB(target); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EndQueryARB([NativeTypeName("GLenum")] Constant target) - { + void IGL.EndQueryARB([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQueryARB((uint)target); - } [SupportedApiProfile("gl")] [Transformed] @@ -276916,10 +274117,8 @@ public static void EndQueryEXT([NativeTypeName("GLenum")] uint target) => ThisThread.EndQueryEXT(target); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EndQueryEXT([NativeTypeName("GLenum")] Constant target) - { + void IGL.EndQueryEXT([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQueryEXT((uint)target); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -276952,10 +274151,7 @@ public static void EndQueryIndexed( void IGL.EndQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index - ) - { - ((IGL)this).EndQueryIndexed((uint)target, index); - } + ) => ((IGL)this).EndQueryIndexed((uint)target, index); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -276983,10 +274179,7 @@ public static void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMas [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - ((IGL)this).EndTilingQCOM((uint)preserveMask); - } + ) => ((IGL)this).EndTilingQCOM((uint)preserveMask); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -277333,10 +274526,7 @@ public static void EvalMapNV( void IGL.EvalMapNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).EvalMapNV((uint)target, (uint)mode); - } + ) => ((IGL)this).EvalMapNV((uint)target, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -277372,10 +274562,7 @@ void IGL.EvalMesh1( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int i1, [NativeTypeName("GLint")] int i2 - ) - { - ((IGL)this).EvalMesh1((uint)mode, i1, i2); - } + ) => ((IGL)this).EvalMesh1((uint)mode, i1, i2); [SupportedApiProfile("gl")] [Transformed] @@ -277418,10 +274605,7 @@ void IGL.EvalMesh2( [NativeTypeName("GLint")] int i2, [NativeTypeName("GLint")] int j1, [NativeTypeName("GLint")] int j2 - ) - { - ((IGL)this).EvalMesh2((uint)mode, i1, i2, j1, j2); - } + ) => ((IGL)this).EvalMesh2((uint)mode, i1, i2, j1, j2); [SupportedApiProfile("gl")] [Transformed] @@ -278348,15 +275532,13 @@ void IGL.FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant input, [NativeTypeName("GLenum")] Constant mapping, [NativeTypeName("GLenum")] Constant componentUsage - ) - { + ) => ((IGL)this).FinalCombinerInputNV( (uint)variable, (uint)input, (uint)mapping, (uint)componentUsage ); - } [SupportedApiProfile("gl")] [Transformed] @@ -278504,10 +275686,7 @@ void IGL.FlushMappedBufferRange( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - ((IGL)this).FlushMappedBufferRange((uint)target, offset, length); - } + ) => ((IGL)this).FlushMappedBufferRange((uint)target, offset, length); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -278545,10 +275724,7 @@ void IGL.FlushMappedBufferRangeApple( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).FlushMappedBufferRangeApple((uint)target, offset, size); - } + ) => ((IGL)this).FlushMappedBufferRangeApple((uint)target, offset, size); [SupportedApiProfile("gl")] [Transformed] @@ -278586,10 +275762,7 @@ void IGL.FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length - ) - { - ((IGL)this).FlushMappedBufferRangeEXT((uint)target, offset, length); - } + ) => ((IGL)this).FlushMappedBufferRangeEXT((uint)target, offset, length); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -278660,10 +275833,7 @@ public static void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).FlushPixelDataRangeNV((uint)target); - } + ) => ((IGL)this).FlushPixelDataRangeNV((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -279115,10 +276285,7 @@ public static void Fog( void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).Fog((uint)pname, param1); - } + ) => ((IGL)this).Fog((uint)pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -279229,10 +276396,7 @@ public static void Fog( void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).Fog((uint)pname, param1); - } + ) => ((IGL)this).Fog((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -279301,10 +276465,7 @@ public static void Fogx( void IGL.Fogx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).Fogx((uint)pname, param1); - } + ) => ((IGL)this).Fogx((uint)pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -279338,10 +276499,7 @@ public static void FogxOES( void IGL.FogxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).FogxOES((uint)pname, param1); - } + ) => ((IGL)this).FogxOES((uint)pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -279455,10 +276613,7 @@ public static void FragmentColorMaterialSGIX( void IGL.FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).FragmentColorMaterialSGIX((uint)face, (uint)mode); - } + ) => ((IGL)this).FragmentColorMaterialSGIX((uint)face, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -279509,10 +276664,7 @@ void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -279592,10 +276744,7 @@ void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -279672,10 +276821,7 @@ public static void FragmentLightModelSGIX( void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); - } + ) => ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -279747,10 +276893,7 @@ public static void FragmentLightModelSGIX( void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); - } + ) => ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -279825,10 +276968,7 @@ void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -279908,10 +277048,7 @@ void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -279989,10 +277126,7 @@ public static void FramebufferDrawBufferEXT( void IGL.FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).FramebufferDrawBufferEXT(framebuffer, (uint)mode); - } + ) => ((IGL)this).FramebufferDrawBufferEXT(framebuffer, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280260,10 +277394,7 @@ void IGL.FramebufferParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).FramebufferParameter((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).FramebufferParameter((uint)target, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280303,10 +277434,7 @@ void IGL.FramebufferParameterMESA( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).FramebufferParameterMESA((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).FramebufferParameterMESA((uint)target, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280361,10 +277489,7 @@ public static void FramebufferReadBufferEXT( void IGL.FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).FramebufferReadBufferEXT(framebuffer, (uint)mode); - } + ) => ((IGL)this).FramebufferReadBufferEXT(framebuffer, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280406,15 +277531,13 @@ void IGL.FramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => ((IGL)this).FramebufferRenderbuffer( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280458,15 +277581,13 @@ void IGL.FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => ((IGL)this).FramebufferRenderbufferEXT( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("gl")] [Transformed] @@ -280509,15 +277630,13 @@ void IGL.FramebufferRenderbufferOES( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => ((IGL)this).FramebufferRenderbufferOES( (uint)target, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -280729,8 +277848,7 @@ void IGL.FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint numLayers, [NativeTypeName("GLsizei")] uint texelWidth, [NativeTypeName("GLsizei")] uint texelHeight - ) - { + ) => ((IGL)this).FramebufferShadingRateEXT( (uint)target, (uint)attachment, @@ -280740,7 +277858,6 @@ void IGL.FramebufferShadingRateEXT( texelWidth, texelHeight ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -280794,10 +277911,7 @@ void IGL.FramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).FramebufferTexture((uint)target, (uint)attachment, texture, level); - } + ) => ((IGL)this).FramebufferTexture((uint)target, (uint)attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280843,8 +277957,7 @@ void IGL.FramebufferTexture1D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).FramebufferTexture1D( (uint)target, (uint)attachment, @@ -280852,7 +277965,6 @@ void IGL.FramebufferTexture1D( texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -280898,8 +278010,7 @@ void IGL.FramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).FramebufferTexture1DEXT( (uint)target, (uint)attachment, @@ -280907,7 +278018,6 @@ void IGL.FramebufferTexture1DEXT( texture, level ); - } [SupportedApiProfile("gl")] [Transformed] @@ -280954,8 +278064,7 @@ void IGL.FramebufferTexture2D( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).FramebufferTexture2D( (uint)target, (uint)attachment, @@ -280963,7 +278072,6 @@ void IGL.FramebufferTexture2D( texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281025,8 +278133,7 @@ void IGL.FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { + ) => ((IGL)this).FramebufferTexture2DDownsampleIMG( (uint)target, (uint)attachment, @@ -281036,7 +278143,6 @@ void IGL.FramebufferTexture2DDownsampleIMG( xscale, yscale ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -281092,8 +278198,7 @@ void IGL.FramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).FramebufferTexture2DEXT( (uint)target, (uint)attachment, @@ -281101,7 +278206,6 @@ void IGL.FramebufferTexture2DEXT( texture, level ); - } [SupportedApiProfile("gl")] [Transformed] @@ -281158,8 +278262,7 @@ void IGL.FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { + ) => ((IGL)this).FramebufferTexture2DMultisampleEXT( (uint)target, (uint)attachment, @@ -281168,7 +278271,6 @@ void IGL.FramebufferTexture2DMultisampleEXT( level, samples ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -281235,8 +278337,7 @@ void IGL.FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLsizei")] uint samples - ) - { + ) => ((IGL)this).FramebufferTexture2DMultisampleIMG( (uint)target, (uint)attachment, @@ -281245,7 +278346,6 @@ void IGL.FramebufferTexture2DMultisampleIMG( level, samples ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -281300,8 +278400,7 @@ void IGL.FramebufferTexture2DOES( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).FramebufferTexture2DOES( (uint)target, (uint)attachment, @@ -281309,7 +278408,6 @@ void IGL.FramebufferTexture2DOES( texture, level ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -281358,8 +278456,7 @@ void IGL.FramebufferTexture3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => ((IGL)this).FramebufferTexture3D( (uint)target, (uint)attachment, @@ -281368,7 +278465,6 @@ void IGL.FramebufferTexture3D( level, zoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281418,8 +278514,7 @@ void IGL.FramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => ((IGL)this).FramebufferTexture3DEXT( (uint)target, (uint)attachment, @@ -281428,7 +278523,6 @@ void IGL.FramebufferTexture3DEXT( level, zoffset ); - } [SupportedApiProfile("gl")] [Transformed] @@ -281477,8 +278571,7 @@ void IGL.FramebufferTexture3DOES( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => ((IGL)this).FramebufferTexture3DOES( (uint)target, (uint)attachment, @@ -281487,7 +278580,6 @@ void IGL.FramebufferTexture3DOES( level, zoffset ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -281531,10 +278623,7 @@ void IGL.FramebufferTextureARB( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).FramebufferTextureARB((uint)target, (uint)attachment, texture, level); - } + ) => ((IGL)this).FramebufferTextureARB((uint)target, (uint)attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281577,10 +278666,7 @@ void IGL.FramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); - } + ) => ((IGL)this).FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -281626,8 +278712,7 @@ void IGL.FramebufferTextureFaceARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { + ) => ((IGL)this).FramebufferTextureFaceARB( (uint)target, (uint)attachment, @@ -281635,7 +278720,6 @@ void IGL.FramebufferTextureFaceARB( level, (uint)face ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281681,8 +278765,7 @@ void IGL.FramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { + ) => ((IGL)this).FramebufferTextureFaceEXT( (uint)target, (uint)attachment, @@ -281690,7 +278773,6 @@ void IGL.FramebufferTextureFaceEXT( level, (uint)face ); - } [SupportedApiProfile("gl")] [Transformed] @@ -281736,10 +278818,7 @@ void IGL.FramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { - ((IGL)this).FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); - } + ) => ((IGL)this).FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281786,8 +278865,7 @@ void IGL.FramebufferTextureLayerARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { + ) => ((IGL)this).FramebufferTextureLayerARB( (uint)target, (uint)attachment, @@ -281795,7 +278873,6 @@ void IGL.FramebufferTextureLayerARB( level, layer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -281856,8 +278933,7 @@ void IGL.FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int layer, [NativeTypeName("GLint")] int xscale, [NativeTypeName("GLint")] int yscale - ) - { + ) => ((IGL)this).FramebufferTextureLayerDownsampleIMG( (uint)target, (uint)attachment, @@ -281867,7 +278943,6 @@ void IGL.FramebufferTextureLayerDownsampleIMG( xscale, yscale ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -281923,8 +278998,7 @@ void IGL.FramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { + ) => ((IGL)this).FramebufferTextureLayerEXT( (uint)target, (uint)attachment, @@ -281932,7 +279006,6 @@ void IGL.FramebufferTextureLayerEXT( level, layer ); - } [SupportedApiProfile("gl")] [Transformed] @@ -281992,8 +279065,7 @@ void IGL.FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { + ) => ((IGL)this).FramebufferTextureMultisampleMultiviewOVR( (uint)target, (uint)attachment, @@ -282003,7 +279075,6 @@ void IGL.FramebufferTextureMultisampleMultiviewOVR( baseViewIndex, numViews ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -282072,8 +279143,7 @@ void IGL.FramebufferTextureMultiviewOVR( [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int baseViewIndex, [NativeTypeName("GLsizei")] uint numViews - ) - { + ) => ((IGL)this).FramebufferTextureMultiviewOVR( (uint)target, (uint)attachment, @@ -282082,7 +279152,6 @@ void IGL.FramebufferTextureMultiviewOVR( baseViewIndex, numViews ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -282135,10 +279204,7 @@ void IGL.FramebufferTextureOES( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).FramebufferTextureOES((uint)target, (uint)attachment, texture, level); - } + ) => ((IGL)this).FramebufferTextureOES((uint)target, (uint)attachment, texture, level); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -282204,10 +279270,9 @@ public static void FrontFace([NativeTypeName("GLenum")] uint mode) => ThisThread.FrontFace(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FrontFace([NativeTypeName("GLenum")] Constant mode) - { - ((IGL)this).FrontFace((uint)mode); - } + void IGL.FrontFace( + [NativeTypeName("GLenum")] Constant mode + ) => ((IGL)this).FrontFace((uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -282465,10 +279530,9 @@ public static void GenerateMipmap([NativeTypeName("GLenum")] uint target) => ThisThread.GenerateMipmap(target); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GenerateMipmap([NativeTypeName("GLenum")] Constant target) - { - ((IGL)this).GenerateMipmap((uint)target); - } + void IGL.GenerateMipmap( + [NativeTypeName("GLenum")] Constant target + ) => ((IGL)this).GenerateMipmap((uint)target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -282496,10 +279560,7 @@ public static void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).GenerateMipmapEXT((uint)target); - } + ) => ((IGL)this).GenerateMipmapEXT((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -282525,10 +279586,7 @@ public static void GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).GenerateMipmapOES((uint)target); - } + ) => ((IGL)this).GenerateMipmapOES((uint)target); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -282561,10 +279619,7 @@ public static void GenerateMultiTexMipmapEXT( void IGL.GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); - } + ) => ((IGL)this).GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -282613,10 +279668,7 @@ public static void GenerateTextureMipmapEXT( void IGL.GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).GenerateTextureMipmapEXT(texture, (uint)target); - } + ) => ((IGL)this).GenerateTextureMipmapEXT(texture, (uint)target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -292504,10 +289556,7 @@ void IGL.GetMaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).GetMaterialxOES((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).GetMaterialxOES((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -301668,10 +298717,7 @@ void IGL.GetQueryBufferObjecti64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); - } + ) => ((IGL)this).GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -301714,10 +298760,7 @@ void IGL.GetQueryBufferObject( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).GetQueryBufferObject(id, buffer, (uint)pname, offset); - } + ) => ((IGL)this).GetQueryBufferObject(id, buffer, (uint)pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -301760,10 +298803,7 @@ void IGL.GetQueryBufferObjectui64V( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); - } + ) => ((IGL)this).GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -301806,10 +298846,7 @@ void IGL.GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); - } + ) => ((IGL)this).GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -309717,10 +306754,7 @@ public static void Hint( void IGL.Hint( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).Hint((uint)target, (uint)mode); - } + ) => ((IGL)this).Hint((uint)target, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -309753,10 +306787,7 @@ public static void HintPGI( void IGL.HintPGI( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] Constant mode - ) - { - ((IGL)this).HintPGI((uint)target, (int)mode); - } + ) => ((IGL)this).HintPGI((uint)target, (int)mode); [SupportedApiProfile("gl")] [Transformed] @@ -309795,10 +306826,7 @@ void IGL.Histogram( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - ((IGL)this).Histogram((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => ((IGL)this).Histogram((uint)target, width, (uint)internalformat, (uint)sink); [SupportedApiProfile("gl")] [Transformed] @@ -309839,10 +306867,7 @@ void IGL.HistogramEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - ((IGL)this).HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); - } + ) => ((IGL)this).HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); [SupportedApiProfile("gl")] [Transformed] @@ -309919,10 +306944,7 @@ void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -310002,10 +307024,7 @@ void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -310089,10 +307108,7 @@ void IGL.ImportMemoryFEXT( [NativeTypeName("GLuint64")] ulong size, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ((IGL)this).ImportMemoryFEXT(memory, size, (uint)handleType, fd); - } + ) => ((IGL)this).ImportMemoryFEXT(memory, size, (uint)handleType, fd); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -310230,10 +307246,7 @@ void IGL.ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] Constant handleType, [NativeTypeName("GLint")] int fd - ) - { - ((IGL)this).ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); - } + ) => ((IGL)this).ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -310459,10 +307472,7 @@ public static void IndexFuncEXT( void IGL.IndexFuncEXT( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLclampf")] float @ref - ) - { - ((IGL)this).IndexFuncEXT((uint)func, @ref); - } + ) => ((IGL)this).IndexFuncEXT((uint)func, @ref); [SupportedApiProfile("gl")] [Transformed] @@ -310565,10 +307575,7 @@ public static void IndexMaterialEXT( void IGL.IndexMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).IndexMaterialEXT((uint)face, (uint)mode); - } + ) => ((IGL)this).IndexMaterialEXT((uint)face, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -313557,10 +310564,7 @@ public static void LightEnvSGIX( void IGL.LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).LightEnvSGIX((uint)pname, param1); - } + ) => ((IGL)this).LightEnvSGIX((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -313597,10 +310601,7 @@ void IGL.Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).Light((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).Light((uint)light, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -313683,10 +310684,7 @@ void IGL.Light( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).Light((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).Light((uint)light, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -313764,10 +310762,7 @@ public static void LightModel( void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).LightModel((uint)pname, param1); - } + ) => ((IGL)this).LightModel((uint)pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -313842,10 +310837,7 @@ public static void LightModel( void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).LightModel((uint)pname, param1); - } + ) => ((IGL)this).LightModel((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -313917,10 +310909,7 @@ public static void LightModelx( void IGL.LightModelx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).LightModelx((uint)pname, param1); - } + ) => ((IGL)this).LightModelx((uint)pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -313954,10 +310943,7 @@ public static void LightModelxOES( void IGL.LightModelxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).LightModelxOES((uint)pname, param1); - } + ) => ((IGL)this).LightModelxOES((uint)pname, param1); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -314074,10 +311060,7 @@ void IGL.Lightx( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).Lightx((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).Lightx((uint)light, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -314115,10 +311098,7 @@ void IGL.LightxOES( [NativeTypeName("GLenum")] Constant light, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).LightxOES((uint)light, (uint)pname, param2); - } + ) => ((IGL)this).LightxOES((uint)light, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -314430,10 +311410,7 @@ void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); - } + ) => ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -314513,10 +311490,7 @@ void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); - } + ) => ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -314597,10 +311571,7 @@ public static void LoadIdentityDeformationMapSGIX([NativeTypeName("GLbitfield")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ((IGL)this).LoadIdentityDeformationMapSGIX((uint)mask); - } + ) => ((IGL)this).LoadIdentityDeformationMapSGIX((uint)mask); [SupportedApiProfile("gl")] [Transformed] @@ -314971,10 +311942,8 @@ public static void LogicOp([NativeTypeName("GLenum")] uint opcode) => ThisThread.LogicOp(opcode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.LogicOp([NativeTypeName("GLenum")] Constant opcode) - { + void IGL.LogicOp([NativeTypeName("GLenum")] Constant opcode) => ((IGL)this).LogicOp((uint)opcode); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -315321,10 +312290,7 @@ void IGL.Map1XOES( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("GLfixed")] int points - ) - { - ((IGL)this).Map1XOES((uint)target, u1, u2, stride, order, points); - } + ) => ((IGL)this).Map1XOES((uint)target, u1, u2, stride, order, points); [SupportedApiProfile("gl")] [Transformed] @@ -315571,8 +312537,7 @@ void IGL.Map2XOES( [NativeTypeName("GLint")] int vstride, [NativeTypeName("GLint")] int vorder, [NativeTypeName("GLfixed")] int points - ) - { + ) => ((IGL)this).Map2XOES( (uint)target, u1, @@ -315585,7 +312550,6 @@ void IGL.Map2XOES( vorder, points ); - } [SupportedApiProfile("gl")] [Transformed] @@ -316741,10 +313705,7 @@ void IGL.Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).Material((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).Material((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -316827,10 +313788,7 @@ void IGL.Material( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).Material((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).Material((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -316910,10 +313868,7 @@ void IGL.Materialx( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).Materialx((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).Materialx((uint)face, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -316951,10 +313906,7 @@ void IGL.MaterialxOES( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).MaterialxOES((uint)face, (uint)pname, param2); - } + ) => ((IGL)this).MaterialxOES((uint)face, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -317094,10 +314046,7 @@ void IGL.MatrixFrustumEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - ((IGL)this).MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => ((IGL)this).MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -317516,10 +314465,7 @@ public static void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) = [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).MatrixLoadIdentityEXT((uint)mode); - } + ) => ((IGL)this).MatrixLoadIdentityEXT((uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -317674,10 +314620,8 @@ public static void MatrixMode([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixMode(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MatrixMode([NativeTypeName("GLenum")] Constant mode) - { + void IGL.MatrixMode([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixMode((uint)mode); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -318028,10 +314972,7 @@ void IGL.MatrixOrthoEXT( [NativeTypeName("GLdouble")] double top, [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar - ) - { - ((IGL)this).MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); - } + ) => ((IGL)this).MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318064,10 +315005,8 @@ public static void MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixPopEXT(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MatrixPopEXT([NativeTypeName("GLenum")] Constant mode) - { + void IGL.MatrixPopEXT([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixPopEXT((uint)mode); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318094,10 +315033,8 @@ public static void MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixPushEXT(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MatrixPushEXT([NativeTypeName("GLenum")] Constant mode) - { + void IGL.MatrixPushEXT([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixPushEXT((uint)mode); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318142,10 +315079,7 @@ void IGL.MatrixRotateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318194,10 +315128,7 @@ void IGL.MatrixRotateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); - } + ) => ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318243,10 +315174,7 @@ void IGL.MatrixScaleEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); - } + ) => ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318291,10 +315219,7 @@ void IGL.MatrixScaleEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); - } + ) => ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318339,10 +315264,7 @@ void IGL.MatrixTranslateEXT( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318387,10 +315309,7 @@ void IGL.MatrixTranslateEXT( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); - } + ) => ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318450,10 +315369,7 @@ public static void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) = [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - ((IGL)this).MemoryBarrier((uint)barriers); - } + ) => ((IGL)this).MemoryBarrier((uint)barriers); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318481,10 +315397,7 @@ public static void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint bar [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - ((IGL)this).MemoryBarrierByRegion((uint)barriers); - } + ) => ((IGL)this).MemoryBarrierByRegion((uint)barriers); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -318511,10 +315424,7 @@ public static void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers - ) - { - ((IGL)this).MemoryBarrierEXT((uint)barriers); - } + ) => ((IGL)this).MemoryBarrierEXT((uint)barriers); [SupportedApiProfile("gl")] [Transformed] @@ -318594,10 +315504,7 @@ void IGL.Minmax( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - ((IGL)this).Minmax((uint)target, (uint)internalformat, (uint)sink); - } + ) => ((IGL)this).Minmax((uint)target, (uint)internalformat, (uint)sink); [SupportedApiProfile("gl")] [Transformed] @@ -318634,10 +315541,7 @@ void IGL.MinmaxEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLboolean")] MaybeBool sink - ) - { - ((IGL)this).MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); - } + ) => ((IGL)this).MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); [SupportedApiProfile("gl")] [Transformed] @@ -318778,8 +315682,7 @@ void IGL.MulticastBlitFramebufferNV( [NativeTypeName("GLint")] int dstY1, [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] uint filter - ) - { + ) => ((IGL)this).MulticastBlitFramebufferNV( srcGpu, dstGpu, @@ -318794,7 +315697,6 @@ void IGL.MulticastBlitFramebufferNV( (uint)mask, filter ); - } [SupportedApiProfile("gl")] [Transformed] @@ -321140,10 +318042,7 @@ void IGL.MultiTexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -321179,10 +318078,7 @@ public static void MultiTexCoord1OES( void IGL.MultiTexCoord1OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s - ) - { - ((IGL)this).MultiTexCoord1OES((uint)texture, s); - } + ) => ((IGL)this).MultiTexCoord1OES((uint)texture, s); [SupportedApiProfile("gl")] [Transformed] @@ -321254,10 +318150,7 @@ public static void MultiTexCoord1( void IGL.MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - ((IGL)this).MultiTexCoord1((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321290,10 +318183,7 @@ public static void MultiTexCoord1ARB( void IGL.MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) - { - ((IGL)this).MultiTexCoord1ARB((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1ARB((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321404,10 +318294,7 @@ public static void MultiTexCoord1( void IGL.MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - ((IGL)this).MultiTexCoord1((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321440,10 +318327,7 @@ public static void MultiTexCoord1ARB( void IGL.MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) - { - ((IGL)this).MultiTexCoord1ARB((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1ARB((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321554,10 +318438,7 @@ public static void MultiTexCoord1NV( void IGL.MultiTexCoord1NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s - ) - { - ((IGL)this).MultiTexCoord1NV((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1NV((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321629,10 +318510,7 @@ public static void MultiTexCoord1( void IGL.MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - ((IGL)this).MultiTexCoord1((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321665,10 +318543,7 @@ public static void MultiTexCoord1ARB( void IGL.MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) - { - ((IGL)this).MultiTexCoord1ARB((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1ARB((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321779,10 +318654,7 @@ public static void MultiTexCoord1( void IGL.MultiTexCoord1( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - ((IGL)this).MultiTexCoord1((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321815,10 +318687,7 @@ public static void MultiTexCoord1ARB( void IGL.MultiTexCoord1ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) - { - ((IGL)this).MultiTexCoord1ARB((uint)target, s); - } + ) => ((IGL)this).MultiTexCoord1ARB((uint)target, s); [SupportedApiProfile("gl")] [Transformed] @@ -321929,10 +318798,7 @@ public static void MultiTexCoord1XOES( void IGL.MultiTexCoord1XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s - ) - { - ((IGL)this).MultiTexCoord1XOES((uint)texture, s); - } + ) => ((IGL)this).MultiTexCoord1XOES((uint)texture, s); [SupportedApiProfile("gl")] [Transformed] @@ -322007,10 +318873,7 @@ void IGL.MultiTexCoord2OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t - ) - { - ((IGL)this).MultiTexCoord2OES((uint)texture, s, t); - } + ) => ((IGL)this).MultiTexCoord2OES((uint)texture, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322086,10 +318949,7 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - ((IGL)this).MultiTexCoord2((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322126,10 +318986,7 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t - ) - { - ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322244,10 +319101,7 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - ((IGL)this).MultiTexCoord2((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322284,10 +319138,7 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t - ) - { - ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322402,10 +319253,7 @@ void IGL.MultiTexCoord2NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t - ) - { - ((IGL)this).MultiTexCoord2NV((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2NV((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322481,10 +319329,7 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - ((IGL)this).MultiTexCoord2((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322521,10 +319366,7 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t - ) - { - ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322639,10 +319481,7 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - ((IGL)this).MultiTexCoord2((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322679,10 +319518,7 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t - ) - { - ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - } + ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322797,10 +319633,7 @@ void IGL.MultiTexCoord2XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t - ) - { - ((IGL)this).MultiTexCoord2XOES((uint)texture, s, t); - } + ) => ((IGL)this).MultiTexCoord2XOES((uint)texture, s, t); [SupportedApiProfile("gl")] [Transformed] @@ -322879,10 +319712,7 @@ void IGL.MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r - ) - { - ((IGL)this).MultiTexCoord3OES((uint)texture, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3OES((uint)texture, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -322962,10 +319792,7 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323006,10 +319833,7 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r - ) - { - ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323128,10 +319952,7 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323172,10 +319993,7 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r - ) - { - ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323294,10 +320112,7 @@ void IGL.MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r - ) - { - ((IGL)this).MultiTexCoord3NV((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3NV((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323377,10 +320192,7 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323421,10 +320233,7 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r - ) - { - ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323543,10 +320352,7 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323587,10 +320393,7 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r - ) - { - ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323709,10 +320512,7 @@ void IGL.MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r - ) - { - ((IGL)this).MultiTexCoord3XOES((uint)texture, s, t, r); - } + ) => ((IGL)this).MultiTexCoord3XOES((uint)texture, s, t, r); [SupportedApiProfile("gl")] [Transformed] @@ -323795,10 +320595,7 @@ void IGL.MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte t, [NativeTypeName("GLbyte")] sbyte r, [NativeTypeName("GLbyte")] sbyte q - ) - { - ((IGL)this).MultiTexCoord4OES((uint)texture, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4OES((uint)texture, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -323882,10 +320679,7 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -323930,10 +320724,7 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double t, [NativeTypeName("GLdouble")] double r, [NativeTypeName("GLdouble")] double q - ) - { - ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324057,10 +320848,7 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -324106,10 +320894,7 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float t, [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float q - ) - { - ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324232,10 +321017,7 @@ void IGL.MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort t, [NativeTypeName("GLhalfNV")] ushort r, [NativeTypeName("GLhalfNV")] ushort q - ) - { - ((IGL)this).MultiTexCoord4NV((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4NV((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324319,10 +321101,7 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324367,10 +321146,7 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLint")] int t, [NativeTypeName("GLint")] int r, [NativeTypeName("GLint")] int q - ) - { - ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324493,10 +321269,7 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324541,10 +321314,7 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLshort")] short t, [NativeTypeName("GLshort")] short r, [NativeTypeName("GLshort")] short q - ) - { - ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); [SupportedApiProfile("gl")] [Transformed] @@ -324667,10 +321437,7 @@ void IGL.MultiTexCoord4X( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - ((IGL)this).MultiTexCoord4X((uint)texture, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4X((uint)texture, s, t, r, q); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -324716,10 +321483,7 @@ void IGL.MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int t, [NativeTypeName("GLfixed")] int r, [NativeTypeName("GLfixed")] int q - ) - { - ((IGL)this).MultiTexCoord4XOES((uint)texture, s, t, r, q); - } + ) => ((IGL)this).MultiTexCoord4XOES((uint)texture, s, t, r, q); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -324798,10 +321562,7 @@ void IGL.MultiTexCoordP1( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).MultiTexCoordP1((uint)texture, (uint)type, coords); - } + ) => ((IGL)this).MultiTexCoordP1((uint)texture, (uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -324881,10 +321642,7 @@ void IGL.MultiTexCoordP2( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).MultiTexCoordP2((uint)texture, (uint)type, coords); - } + ) => ((IGL)this).MultiTexCoordP2((uint)texture, (uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -324964,10 +321722,7 @@ void IGL.MultiTexCoordP3( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).MultiTexCoordP3((uint)texture, (uint)type, coords); - } + ) => ((IGL)this).MultiTexCoordP3((uint)texture, (uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -325047,10 +321802,7 @@ void IGL.MultiTexCoordP4( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).MultiTexCoordP4((uint)texture, (uint)type, coords); - } + ) => ((IGL)this).MultiTexCoordP4((uint)texture, (uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -325193,10 +321945,7 @@ void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -325288,10 +322037,7 @@ void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -325383,10 +322129,7 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param3 - ) - { - ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -325478,10 +322221,7 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -325573,10 +322313,7 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -326016,10 +322753,7 @@ void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -326116,10 +322850,7 @@ void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -326321,10 +323052,7 @@ void IGL.MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); - } + ) => ((IGL)this).MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327095,10 +323823,7 @@ void IGL.NamedBufferPageCommitmentARB( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - ((IGL)this).NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); - } + ) => ((IGL)this).NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327141,10 +323866,7 @@ void IGL.NamedBufferPageCommitmentEXT( [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { - ((IGL)this).NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); - } + ) => ((IGL)this).NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327194,8 +323916,7 @@ void IGL.NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong memOffset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).NamedBufferPageCommitmentMemNV( buffer, offset, @@ -327204,7 +323925,6 @@ void IGL.NamedBufferPageCommitmentMemNV( memOffset, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327554,10 +324274,7 @@ public static void NamedFramebufferDrawBuffer( void IGL.NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant buf - ) - { - ((IGL)this).NamedFramebufferDrawBuffer(framebuffer, (uint)buf); - } + ) => ((IGL)this).NamedFramebufferDrawBuffer(framebuffer, (uint)buf); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327688,10 +324405,7 @@ void IGL.NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).NamedFramebufferParameter(framebuffer, (uint)pname, param2); - } + ) => ((IGL)this).NamedFramebufferParameter(framebuffer, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327730,10 +324444,7 @@ void IGL.NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); - } + ) => ((IGL)this).NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327769,10 +324480,7 @@ public static void NamedFramebufferReadBuffer( void IGL.NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant src - ) - { - ((IGL)this).NamedFramebufferReadBuffer(framebuffer, (uint)src); - } + ) => ((IGL)this).NamedFramebufferReadBuffer(framebuffer, (uint)src); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327819,15 +324527,13 @@ void IGL.NamedFramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => ((IGL)this).NamedFramebufferRenderbuffer( framebuffer, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -327882,15 +324588,13 @@ void IGL.NamedFramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLenum")] Constant renderbuffertarget, [NativeTypeName("GLuint")] uint renderbuffer - ) - { + ) => ((IGL)this).NamedFramebufferRenderbufferEXT( framebuffer, (uint)attachment, (uint)renderbuffertarget, renderbuffer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328091,10 +324795,7 @@ void IGL.NamedFramebufferTexture( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); - } + ) => ((IGL)this).NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328141,8 +324842,7 @@ void IGL.NamedFramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).NamedFramebufferTexture1DEXT( framebuffer, (uint)attachment, @@ -328150,7 +324850,6 @@ void IGL.NamedFramebufferTexture1DEXT( texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328199,8 +324898,7 @@ void IGL.NamedFramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant textarget, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { + ) => ((IGL)this).NamedFramebufferTexture2DEXT( framebuffer, (uint)attachment, @@ -328208,7 +324906,6 @@ void IGL.NamedFramebufferTexture2DEXT( texture, level ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328267,8 +324964,7 @@ void IGL.NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int zoffset - ) - { + ) => ((IGL)this).NamedFramebufferTexture3DEXT( framebuffer, (uint)attachment, @@ -328277,7 +324973,6 @@ void IGL.NamedFramebufferTexture3DEXT( level, zoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328330,10 +325025,7 @@ void IGL.NamedFramebufferTextureEXT( [NativeTypeName("GLenum")] Constant attachment, [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) - { - ((IGL)this).NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); - } + ) => ((IGL)this).NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328379,8 +325071,7 @@ void IGL.NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLenum")] Constant face - ) - { + ) => ((IGL)this).NamedFramebufferTextureFaceEXT( framebuffer, (uint)attachment, @@ -328388,7 +325079,6 @@ void IGL.NamedFramebufferTextureFaceEXT( level, (uint)face ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328435,8 +325125,7 @@ void IGL.NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { + ) => ((IGL)this).NamedFramebufferTextureLayer( framebuffer, (uint)attachment, @@ -328444,7 +325133,6 @@ void IGL.NamedFramebufferTextureLayer( level, layer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328491,8 +325179,7 @@ void IGL.NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLint")] int layer - ) - { + ) => ((IGL)this).NamedFramebufferTextureLayerEXT( framebuffer, (uint)attachment, @@ -328500,7 +325187,6 @@ void IGL.NamedFramebufferTextureLayerEXT( level, layer ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328553,10 +325239,7 @@ void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328660,10 +325343,7 @@ void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - } + ) => ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328767,10 +325447,7 @@ void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -328874,10 +325551,7 @@ void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - } + ) => ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329208,10 +325882,7 @@ void IGL.NamedRenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); - } + ) => ((IGL)this).NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329254,10 +325925,7 @@ void IGL.NamedRenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); - } + ) => ((IGL)this).NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329310,8 +325978,7 @@ void IGL.NamedRenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).NamedRenderbufferStorageMultisample( renderbuffer, samples, @@ -329319,7 +325986,6 @@ void IGL.NamedRenderbufferStorageMultisample( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329388,8 +326054,7 @@ void IGL.NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).NamedRenderbufferStorageMultisampleAdvanceAMD( renderbuffer, samples, @@ -329398,7 +326063,6 @@ void IGL.NamedRenderbufferStorageMultisampleAdvanceAMD( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329469,8 +326133,7 @@ void IGL.NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).NamedRenderbufferStorageMultisampleCoverageEXT( renderbuffer, coverageSamples, @@ -329479,7 +326142,6 @@ void IGL.NamedRenderbufferStorageMultisampleCoverageEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329542,8 +326204,7 @@ void IGL.NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).NamedRenderbufferStorageMultisampleEXT( renderbuffer, samples, @@ -329551,7 +326212,6 @@ void IGL.NamedRenderbufferStorageMultisampleEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -329646,10 +326306,7 @@ public static void NewList( void IGL.NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).NewList(list, (uint)mode); - } + ) => ((IGL)this).NewList(list, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -330161,10 +326818,7 @@ public static void NormalP3( void IGL.NormalP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).NormalP3((uint)type, coords); - } + ) => ((IGL)this).NormalP3((uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -330420,10 +327074,7 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nx, [NativeTypeName("GLbyte")] sbyte ny, [NativeTypeName("GLbyte")] sbyte nz - ) - { - ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); [SupportedApiProfile("gl")] [Transformed] @@ -330503,10 +327154,7 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLdouble")] double nx, [NativeTypeName("GLdouble")] double ny, [NativeTypeName("GLdouble")] double nz - ) - { - ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); [SupportedApiProfile("gl")] [Transformed] @@ -330586,10 +327234,7 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLfloat")] float nx, [NativeTypeName("GLfloat")] float ny, [NativeTypeName("GLfloat")] float nz - ) - { - ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); [SupportedApiProfile("gl")] [Transformed] @@ -330669,10 +327314,7 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLint")] int nx, [NativeTypeName("GLint")] int ny, [NativeTypeName("GLint")] int nz - ) - { - ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); [SupportedApiProfile("gl")] [Transformed] @@ -330752,10 +327394,7 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLshort")] short nx, [NativeTypeName("GLshort")] short ny, [NativeTypeName("GLshort")] short nz - ) - { - ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - } + ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); [SupportedApiProfile("gl")] [Transformed] @@ -331192,10 +327831,7 @@ void IGL.PassTexCoordATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant coord, [NativeTypeName("GLenum")] Constant swizzle - ) - { - ((IGL)this).PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); - } + ) => ((IGL)this).PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); [SupportedApiProfile("gl")] [Transformed] @@ -331295,10 +327931,7 @@ public static void PatchParameter( void IGL.PatchParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).PatchParameter((uint)pname, value); - } + ) => ((IGL)this).PatchParameter((uint)pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -331332,10 +327965,7 @@ public static void PatchParameterEXT( void IGL.PatchParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).PatchParameterEXT((uint)pname, value); - } + ) => ((IGL)this).PatchParameterEXT((uint)pname, value); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -331368,10 +327998,7 @@ public static void PatchParameterOES( void IGL.PatchParameterOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).PatchParameterOES((uint)pname, value); - } + ) => ((IGL)this).PatchParameterOES((uint)pname, value); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -331604,10 +328231,7 @@ public static void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func - ) - { - ((IGL)this).PathCoverDepthFuncNV((uint)func); - } + ) => ((IGL)this).PathCoverDepthFuncNV((uint)func); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -331679,10 +328303,8 @@ public static void PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => ThisThread.PathFogGenNV(genMode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.PathFogGenNV([NativeTypeName("GLenum")] Constant genMode) - { + void IGL.PathFogGenNV([NativeTypeName("GLenum")] Constant genMode) => ((IGL)this).PathFogGenNV((uint)genMode); - } [SupportedApiProfile("gl")] [Transformed] @@ -332279,10 +328901,7 @@ void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float value - ) - { - ((IGL)this).PathParameterNV(path, (uint)pname, value); - } + ) => ((IGL)this).PathParameterNV(path, (uint)pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -332370,10 +328989,7 @@ void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).PathParameterNV(path, (uint)pname, value); - } + ) => ((IGL)this).PathParameterNV(path, (uint)pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -332481,10 +329097,7 @@ void IGL.PathStencilFuncNV( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).PathStencilFuncNV((uint)func, @ref, mask); - } + ) => ((IGL)this).PathStencilFuncNV((uint)func, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -333075,10 +329688,7 @@ public static void PixelStore( void IGL.PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PixelStore((uint)pname, param1); - } + ) => ((IGL)this).PixelStore((uint)pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -333115,10 +329725,7 @@ public static void PixelStore( void IGL.PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PixelStore((uint)pname, param1); - } + ) => ((IGL)this).PixelStore((uint)pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -333154,10 +329761,7 @@ public static void PixelStorex( void IGL.PixelStorex( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).PixelStorex((uint)pname, param1); - } + ) => ((IGL)this).PixelStorex((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333190,10 +329794,7 @@ public static void PixelTexGenParameterSGIS( void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333265,10 +329866,7 @@ public static void PixelTexGenParameterSGIS( void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); - } + ) => ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333334,10 +329932,7 @@ public static void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).PixelTexGenSGIX((uint)mode); - } + ) => ((IGL)this).PixelTexGenSGIX((uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -333369,10 +329964,7 @@ public static void PixelTransfer( void IGL.PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PixelTransfer((uint)pname, param1); - } + ) => ((IGL)this).PixelTransfer((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333405,10 +329997,7 @@ public static void PixelTransfer( void IGL.PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PixelTransfer((uint)pname, param1); - } + ) => ((IGL)this).PixelTransfer((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333441,10 +330030,7 @@ public static void PixelTransferxOES( void IGL.PixelTransferxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).PixelTransferxOES((uint)pname, param1); - } + ) => ((IGL)this).PixelTransferxOES((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333480,10 +330066,7 @@ void IGL.PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).PixelTransformParameterEXT((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -333563,10 +330146,7 @@ void IGL.PixelTransformParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).PixelTransformParameterEXT((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).PixelTransformParameterEXT((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -333679,10 +330259,7 @@ public static void PNTrianglesATI( void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PNTrianglesATI((uint)pname, param1); - } + ) => ((IGL)this).PNTrianglesATI((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333715,10 +330292,7 @@ public static void PNTrianglesATI( void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PNTrianglesATI((uint)pname, param1); - } + ) => ((IGL)this).PNTrianglesATI((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333856,10 +330430,7 @@ public static void PointParameter( void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PointParameter((uint)pname, param1); - } + ) => ((IGL)this).PointParameter((uint)pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -333894,10 +330465,7 @@ public static void PointParameterARB( void IGL.PointParameterARB( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PointParameterARB((uint)pname, param1); - } + ) => ((IGL)this).PointParameterARB((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333930,10 +330498,7 @@ public static void PointParameterEXT( void IGL.PointParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PointParameterEXT((uint)pname, param1); - } + ) => ((IGL)this).PointParameterEXT((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -333966,10 +330531,7 @@ public static void PointParameterSGIS( void IGL.PointParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).PointParameterSGIS((uint)pname, param1); - } + ) => ((IGL)this).PointParameterSGIS((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -334163,10 +330725,7 @@ public static void PointParameter( void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PointParameter((uint)pname, param1); - } + ) => ((IGL)this).PointParameter((uint)pname, param1); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -334200,10 +330759,7 @@ public static void PointParameterNV( void IGL.PointParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).PointParameterNV((uint)pname, param1); - } + ) => ((IGL)this).PointParameterNV((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -334316,10 +330872,7 @@ public static void PointParameterx( void IGL.PointParameterx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).PointParameterx((uint)pname, param1); - } + ) => ((IGL)this).PointParameterx((uint)pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -334352,10 +330905,7 @@ public static void PointParameterxOES( void IGL.PointParameterxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 - ) - { - ((IGL)this).PointParameterxOES((uint)pname, param1); - } + ) => ((IGL)this).PointParameterxOES((uint)pname, param1); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -334612,10 +331162,7 @@ public static void PolygonMode( void IGL.PolygonMode( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).PolygonMode((uint)face, (uint)mode); - } + ) => ((IGL)this).PolygonMode((uint)face, (uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -334649,10 +331196,7 @@ public static void PolygonModeNV( void IGL.PolygonModeNV( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).PolygonModeNV((uint)face, (uint)mode); - } + ) => ((IGL)this).PolygonModeNV((uint)face, (uint)mode); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -335595,10 +332139,7 @@ void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -335690,10 +332231,7 @@ void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -335785,10 +332323,7 @@ void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -335880,10 +332415,7 @@ void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336116,10 +332648,7 @@ void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336211,10 +332740,7 @@ void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336306,10 +332832,7 @@ void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336401,10 +332924,7 @@ void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint y, [NativeTypeName("GLuint")] uint z, [NativeTypeName("GLuint")] uint w - ) - { - ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336851,10 +333371,7 @@ void IGL.ProgramParameter4NV( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -336946,10 +333463,7 @@ void IGL.ProgramParameter4NV( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); - } + ) => ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -337033,10 +333547,7 @@ void IGL.ProgramParameter( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).ProgramParameter(program, (uint)pname, value); - } + ) => ((IGL)this).ProgramParameter(program, (uint)pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -337075,10 +333586,7 @@ void IGL.ProgramParameterARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).ProgramParameterARB(program, (uint)pname, value); - } + ) => ((IGL)this).ProgramParameterARB(program, (uint)pname, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -337117,10 +333625,7 @@ void IGL.ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value - ) - { - ((IGL)this).ProgramParameterEXT(program, (uint)pname, value); - } + ) => ((IGL)this).ProgramParameterEXT(program, (uint)pname, value); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -343386,10 +339891,7 @@ public static void ProgramVertexLimitNV( void IGL.ProgramVertexLimitNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int limit - ) - { - ((IGL)this).ProgramVertexLimitNV((uint)target, limit); - } + ) => ((IGL)this).ProgramVertexLimitNV((uint)target, limit); [SupportedApiProfile("gl")] [Transformed] @@ -343417,10 +339919,7 @@ public static void ProvokingVertex([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertex( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).ProvokingVertex((uint)mode); - } + ) => ((IGL)this).ProvokingVertex((uint)mode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -343447,10 +339946,7 @@ public static void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).ProvokingVertexEXT((uint)mode); - } + ) => ((IGL)this).ProvokingVertexEXT((uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -343473,10 +339969,8 @@ public static void PushAttrib([NativeTypeName("GLbitfield")] uint mask) => ThisThread.PushAttrib(mask); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.PushAttrib([NativeTypeName("GLbitfield")] Constant mask) - { + void IGL.PushAttrib([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).PushAttrib((uint)mask); - } [SupportedApiProfile("gl")] [Transformed] @@ -343502,10 +339996,7 @@ public static void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ((IGL)this).PushClientAttrib((uint)mask); - } + ) => ((IGL)this).PushClientAttrib((uint)mask); [SupportedApiProfile("gl")] [Transformed] @@ -343532,10 +340023,7 @@ public static void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uin [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask - ) - { - ((IGL)this).PushClientAttribDefaultEXT((uint)mask); - } + ) => ((IGL)this).PushClientAttribDefaultEXT((uint)mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -343729,10 +340217,7 @@ public static void QueryCounter( void IGL.QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).QueryCounter(id, (uint)target); - } + ) => ((IGL)this).QueryCounter(id, (uint)target); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -343766,10 +340251,7 @@ public static void QueryCounterEXT( void IGL.QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).QueryCounterEXT(id, (uint)target); - } + ) => ((IGL)this).QueryCounterEXT(id, (uint)target); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -343852,10 +340334,7 @@ void IGL.QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint param3 - ) - { - ((IGL)this).QueryObjectParameterAMD((uint)target, id, pname, param3); - } + ) => ((IGL)this).QueryObjectParameterAMD((uint)target, id, pname, param3); [SupportedApiProfile("gl")] [Transformed] @@ -344694,10 +341173,7 @@ public static void RasterSamplesEXT( void IGL.RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { - ((IGL)this).RasterSamplesEXT(samples, (uint)fixedsamplelocations); - } + ) => ((IGL)this).RasterSamplesEXT(samples, (uint)fixedsamplelocations); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -344724,10 +341200,8 @@ public static void ReadBuffer([NativeTypeName("GLenum")] uint src) => ThisThread.ReadBuffer(src); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ReadBuffer([NativeTypeName("GLenum")] Constant src) - { + void IGL.ReadBuffer([NativeTypeName("GLenum")] Constant src) => ((IGL)this).ReadBuffer((uint)src); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -344760,10 +341234,7 @@ public static void ReadBufferIndexedEXT( void IGL.ReadBufferIndexedEXT( [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLint")] int index - ) - { - ((IGL)this).ReadBufferIndexedEXT((uint)src, index); - } + ) => ((IGL)this).ReadBufferIndexedEXT((uint)src, index); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -345579,10 +342050,7 @@ void IGL.RenderbufferStorage( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).RenderbufferStorage((uint)target, (uint)internalformat, width, height); - } + ) => ((IGL)this).RenderbufferStorage((uint)target, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -345625,10 +342093,7 @@ void IGL.RenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); - } + ) => ((IGL)this).RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); [SupportedApiProfile("gl")] [Transformed] @@ -345673,8 +342138,7 @@ void IGL.RenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisample( (uint)target, samples, @@ -345682,7 +342146,6 @@ void IGL.RenderbufferStorageMultisample( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -345741,8 +342204,7 @@ void IGL.RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleAdvanceAMD( (uint)target, samples, @@ -345751,7 +342213,6 @@ void IGL.RenderbufferStorageMultisampleAdvanceAMD( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -345814,8 +342275,7 @@ void IGL.RenderbufferStorageMultisampleAngle( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleAngle( (uint)target, samples, @@ -345823,7 +342283,6 @@ void IGL.RenderbufferStorageMultisampleAngle( width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -345883,8 +342342,7 @@ void IGL.RenderbufferStorageMultisampleApple( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleApple( (uint)target, samples, @@ -345892,7 +342350,6 @@ void IGL.RenderbufferStorageMultisampleApple( width, height ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -345957,8 +342414,7 @@ void IGL.RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleCoverageNV( (uint)target, coverageSamples, @@ -345967,7 +342423,6 @@ void IGL.RenderbufferStorageMultisampleCoverageNV( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -346031,8 +342486,7 @@ void IGL.RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleEXT( (uint)target, samples, @@ -346040,7 +342494,6 @@ void IGL.RenderbufferStorageMultisampleEXT( width, height ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -346102,8 +342555,7 @@ void IGL.RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleIMG( (uint)target, samples, @@ -346111,7 +342563,6 @@ void IGL.RenderbufferStorageMultisampleIMG( width, height ); - } [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -346165,8 +342616,7 @@ void IGL.RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).RenderbufferStorageMultisampleNV( (uint)target, samples, @@ -346174,7 +342624,6 @@ void IGL.RenderbufferStorageMultisampleNV( width, height ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -346217,10 +342666,7 @@ void IGL.RenderbufferStorageOES( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); - } + ) => ((IGL)this).RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -346394,10 +342840,7 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); - } + ) => ((IGL)this).ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -346572,8 +343015,7 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { + ) => ((IGL)this).ReplacementCodeuiColor4FNormal3FVertex3SUN( (uint)rc, r, @@ -346587,7 +343029,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( y, z ); - } [SupportedApiProfile("gl")] [Transformed] @@ -346771,10 +343212,7 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); - } + ) => ((IGL)this).ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -346923,10 +343361,7 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); - } + ) => ((IGL)this).ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -347053,10 +343488,7 @@ public static void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code - ) - { - ((IGL)this).ReplacementCodeSUN((uint)code); - } + ) => ((IGL)this).ReplacementCodeSUN((uint)code); [SupportedApiProfile("gl")] [Transformed] @@ -347156,8 +343588,7 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { + ) => ((IGL)this).ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( (uint)rc, s, @@ -347173,7 +343604,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( y, z ); - } [SupportedApiProfile("gl")] [Transformed] @@ -347419,8 +343849,7 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { + ) => ((IGL)this).ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( (uint)rc, s, @@ -347432,7 +343861,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( y, z ); - } [SupportedApiProfile("gl")] [Transformed] @@ -347608,10 +344036,7 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); - } + ) => ((IGL)this).ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -347749,10 +344174,7 @@ void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); - } + ) => ((IGL)this).ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -348007,10 +344429,7 @@ public static void ResetHistogram([NativeTypeName("GLenum")] uint target) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogram( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).ResetHistogram((uint)target); - } + ) => ((IGL)this).ResetHistogram((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -348036,10 +344455,7 @@ public static void ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).ResetHistogramEXT((uint)target); - } + ) => ((IGL)this).ResetHistogramEXT((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -348082,10 +344498,9 @@ public static void ResetMinmax([NativeTypeName("GLenum")] uint target) => ThisThread.ResetMinmax(target); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ResetMinmax([NativeTypeName("GLenum")] Constant target) - { - ((IGL)this).ResetMinmax((uint)target); - } + void IGL.ResetMinmax( + [NativeTypeName("GLenum")] Constant target + ) => ((IGL)this).ResetMinmax((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -348110,10 +344525,7 @@ public static void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target - ) - { - ((IGL)this).ResetMinmaxEXT((uint)target); - } + ) => ((IGL)this).ResetMinmaxEXT((uint)target); [SupportedApiProfile("gl")] [Transformed] @@ -348300,10 +344712,7 @@ public static void SampleCoverage( void IGL.SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleCoverage(value, (uint)invert); - } + ) => ((IGL)this).SampleCoverage(value, (uint)invert); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -348339,10 +344748,7 @@ public static void SampleCoverageARB( void IGL.SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleCoverageARB(value, (uint)invert); - } + ) => ((IGL)this).SampleCoverageARB(value, (uint)invert); [SupportedApiProfile("gl")] [Transformed] @@ -348375,10 +344781,7 @@ public static void SampleCoveragex( void IGL.SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleCoveragex(value, (uint)invert); - } + ) => ((IGL)this).SampleCoveragex(value, (uint)invert); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -348411,10 +344814,7 @@ public static void SampleCoveragexOES( void IGL.SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleCoveragexOES(value, (uint)invert); - } + ) => ((IGL)this).SampleCoveragexOES(value, (uint)invert); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -348450,10 +344850,7 @@ void IGL.SampleMapATI( [NativeTypeName("GLuint")] Constant dst, [NativeTypeName("GLuint")] Constant interp, [NativeTypeName("GLenum")] Constant swizzle - ) - { - ((IGL)this).SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); - } + ) => ((IGL)this).SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); [SupportedApiProfile("gl")] [Transformed] @@ -348487,10 +344884,7 @@ public static void SampleMaskEXT( void IGL.SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleMaskEXT(value, (uint)invert); - } + ) => ((IGL)this).SampleMaskEXT(value, (uint)invert); [SupportedApiProfile("gl")] [Transformed] @@ -348560,10 +344954,7 @@ public static void SampleMaskSGIS( void IGL.SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert - ) - { - ((IGL)this).SampleMaskSGIS(value, (uint)invert); - } + ) => ((IGL)this).SampleMaskSGIS(value, (uint)invert); [SupportedApiProfile("gl")] [Transformed] @@ -348590,10 +344981,7 @@ public static void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern - ) - { - ((IGL)this).SamplePatternEXT((uint)pattern); - } + ) => ((IGL)this).SamplePatternEXT((uint)pattern); [SupportedApiProfile("gl")] [Transformed] @@ -348619,10 +345007,7 @@ public static void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern - ) - { - ((IGL)this).SamplePatternSGIS((uint)pattern); - } + ) => ((IGL)this).SamplePatternSGIS((uint)pattern); [SupportedApiProfile("gl")] [Transformed] @@ -348659,10 +345044,7 @@ void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); - } + ) => ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -348750,10 +345132,7 @@ void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); - } + ) => ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -350436,10 +346815,7 @@ void IGL.SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).SecondaryColorFormatNV(size, (uint)type, stride); - } + ) => ((IGL)this).SecondaryColorFormatNV(size, (uint)type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -350474,10 +346850,7 @@ public static void SecondaryColorP3( void IGL.SecondaryColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color - ) - { - ((IGL)this).SecondaryColorP3((uint)type, color); - } + ) => ((IGL)this).SecondaryColorP3((uint)type, color); [SupportedApiProfile("gl")] [Transformed] @@ -351090,10 +347463,7 @@ public static void SetFenceNV( void IGL.SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] Constant condition - ) - { - ((IGL)this).SetFenceNV(fence, (uint)condition); - } + ) => ((IGL)this).SetFenceNV(fence, (uint)condition); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -351288,10 +347658,8 @@ public static void ShadeModel([NativeTypeName("GLenum")] uint mode) => ThisThread.ShadeModel(mode); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ShadeModel([NativeTypeName("GLenum")] Constant mode) - { + void IGL.ShadeModel([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).ShadeModel((uint)mode); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -351389,10 +347757,7 @@ void IGL.ShaderOp1EXT( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1 - ) - { - ((IGL)this).ShaderOp1EXT((uint)op, res, arg1); - } + ) => ((IGL)this).ShaderOp1EXT((uint)op, res, arg1); [SupportedApiProfile("gl")] [Transformed] @@ -351432,10 +347797,7 @@ void IGL.ShaderOp2EXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2 - ) - { - ((IGL)this).ShaderOp2EXT((uint)op, res, arg1, arg2); - } + ) => ((IGL)this).ShaderOp2EXT((uint)op, res, arg1, arg2); [SupportedApiProfile("gl")] [Transformed] @@ -351479,10 +347841,7 @@ void IGL.ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg1, [NativeTypeName("GLuint")] uint arg2, [NativeTypeName("GLuint")] uint arg3 - ) - { - ((IGL)this).ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); - } + ) => ((IGL)this).ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); [SupportedApiProfile("gl")] [Transformed] @@ -351639,10 +347998,7 @@ public static void ShadingRateCombinerOpEXT( void IGL.ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp0, [NativeTypeName("GLenum")] Constant combinerOp1 - ) - { - ((IGL)this).ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); - } + ) => ((IGL)this).ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -351666,10 +348022,8 @@ public static void ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => ThisThread.ShadingRateEXT(rate); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ShadingRateEXT([NativeTypeName("GLenum")] Constant rate) - { + void IGL.ShadingRateEXT([NativeTypeName("GLenum")] Constant rate) => ((IGL)this).ShadingRateEXT((uint)rate); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -351695,10 +348049,8 @@ public static void ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] uint ThisThread.ShadingRateImageBarrierNV(synchronize); [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] MaybeBool synchronize) - { + void IGL.ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] MaybeBool synchronize) => ((IGL)this).ShadingRateImageBarrierNV((uint)synchronize); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -351777,10 +348129,7 @@ public static void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate - ) - { - ((IGL)this).ShadingRateQCOM((uint)rate); - } + ) => ((IGL)this).ShadingRateQCOM((uint)rate); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -352328,10 +348677,7 @@ public static void SpriteParameterSGIX( void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).SpriteParameterSGIX((uint)pname, param1); - } + ) => ((IGL)this).SpriteParameterSGIX((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -352403,10 +348749,7 @@ public static void SpriteParameterSGIX( void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).SpriteParameterSGIX((uint)pname, param1); - } + ) => ((IGL)this).SpriteParameterSGIX((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -352500,10 +348843,7 @@ void IGL.StartTilingQCOM( [NativeTypeName("GLuint")] uint width, [NativeTypeName("GLuint")] uint height, [NativeTypeName("GLbitfield")] Constant preserveMask - ) - { - ((IGL)this).StartTilingQCOM(x, y, width, height, (uint)preserveMask); - } + ) => ((IGL)this).StartTilingQCOM(x, y, width, height, (uint)preserveMask); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -352679,10 +349019,7 @@ void IGL.StencilFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).StencilFillPathNV(path, (uint)fillMode, mask); - } + ) => ((IGL)this).StencilFillPathNV(path, (uint)fillMode, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -352724,10 +349061,7 @@ void IGL.StencilFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).StencilFunc((uint)func, @ref, mask); - } + ) => ((IGL)this).StencilFunc((uint)func, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -352772,10 +349106,7 @@ void IGL.StencilFuncSeparate( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).StencilFuncSeparate((uint)face, (uint)func, @ref, mask); - } + ) => ((IGL)this).StencilFuncSeparate((uint)face, (uint)func, @ref, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -352818,10 +349149,7 @@ void IGL.StencilFuncSeparateATI( [NativeTypeName("GLenum")] Constant backfunc, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); - } + ) => ((IGL)this).StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); [SupportedApiProfile("gl")] [Transformed] @@ -352873,10 +349201,7 @@ public static void StencilMaskSeparate( void IGL.StencilMaskSeparate( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint mask - ) - { - ((IGL)this).StencilMaskSeparate((uint)face, mask); - } + ) => ((IGL)this).StencilMaskSeparate((uint)face, mask); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -352917,10 +349242,7 @@ void IGL.StencilOp( [NativeTypeName("GLenum")] Constant fail, [NativeTypeName("GLenum")] Constant zfail, [NativeTypeName("GLenum")] Constant zpass - ) - { - ((IGL)this).StencilOp((uint)fail, (uint)zfail, (uint)zpass); - } + ) => ((IGL)this).StencilOp((uint)fail, (uint)zfail, (uint)zpass); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -352965,10 +349287,7 @@ void IGL.StencilOpSeparate( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - ((IGL)this).StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => ((IGL)this).StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -353011,10 +349330,7 @@ void IGL.StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant sfail, [NativeTypeName("GLenum")] Constant dpfail, [NativeTypeName("GLenum")] Constant dppass - ) - { - ((IGL)this).StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - } + ) => ((IGL)this).StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [SupportedApiProfile("gl")] [Transformed] @@ -353049,10 +349365,7 @@ public static void StencilOpValueAMD( void IGL.StencilOpValueAMD( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).StencilOpValueAMD((uint)face, value); - } + ) => ((IGL)this).StencilOpValueAMD((uint)face, value); [SupportedApiProfile("gl")] [Transformed] @@ -353326,10 +349639,7 @@ void IGL.StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant fillMode, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - ((IGL)this).StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); - } + ) => ((IGL)this).StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -353488,10 +349798,7 @@ void IGL.StencilThenCoverStrokePathNV( [NativeTypeName("GLint")] int reference, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLenum")] Constant coverMode - ) - { - ((IGL)this).StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); - } + ) => ((IGL)this).StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -353612,10 +349919,7 @@ void IGL.SwizzleEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - ((IGL)this).SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => ((IGL)this).SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); [SupportedApiProfile("gl")] [Transformed] @@ -354096,10 +350400,7 @@ void IGL.TexAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { - ((IGL)this).TexAttachMemoryNV((uint)target, memory, offset); - } + ) => ((IGL)this).TexAttachMemoryNV((uint)target, memory, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -354139,10 +350440,7 @@ void IGL.TexBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TexBuffer((uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).TexBuffer((uint)target, (uint)internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -354181,10 +350479,7 @@ void IGL.TexBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TexBufferARB((uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).TexBufferARB((uint)target, (uint)internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -354223,10 +350518,7 @@ void IGL.TexBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TexBufferEXT((uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).TexBufferEXT((uint)target, (uint)internalformat, buffer); [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -354264,10 +350556,7 @@ void IGL.TexBufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TexBufferOES((uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).TexBufferOES((uint)target, (uint)internalformat, buffer); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -354311,10 +350600,7 @@ void IGL.TexBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => ((IGL)this).TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -354360,10 +350646,7 @@ void IGL.TexBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => ((IGL)this).TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -354408,10 +350691,7 @@ void IGL.TexBufferRangeOES( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); - } + ) => ((IGL)this).TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -356398,10 +352678,7 @@ public static void TexCoordP1( void IGL.TexCoordP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).TexCoordP1((uint)type, coords); - } + ) => ((IGL)this).TexCoordP1((uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -356473,10 +352750,7 @@ public static void TexCoordP2( void IGL.TexCoordP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).TexCoordP2((uint)type, coords); - } + ) => ((IGL)this).TexCoordP2((uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -356548,10 +352822,7 @@ public static void TexCoordP3( void IGL.TexCoordP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).TexCoordP3((uint)type, coords); - } + ) => ((IGL)this).TexCoordP3((uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -356623,10 +352894,7 @@ public static void TexCoordP4( void IGL.TexCoordP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords - ) - { - ((IGL)this).TexCoordP4((uint)type, coords); - } + ) => ((IGL)this).TexCoordP4((uint)type, coords); [SupportedApiProfile("gl")] [Transformed] @@ -356896,10 +353164,7 @@ void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).TexEnv((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexEnv((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -356983,10 +353248,7 @@ void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).TexEnv((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexEnv((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -357069,10 +353331,7 @@ void IGL.TexEnvx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).TexEnvx((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexEnvx((uint)target, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -357110,10 +353369,7 @@ void IGL.TexEnvxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).TexEnvxOES((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexEnvxOES((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -357328,10 +353584,7 @@ void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLdouble")] double param2 - ) - { - ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -357411,10 +353664,7 @@ void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -357451,10 +353701,7 @@ void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -357577,10 +353824,7 @@ void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); [SupportedApiProfile("gl")] [Transformed] @@ -357617,10 +353861,7 @@ void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -357744,10 +353985,7 @@ void IGL.TexGenxOES( [NativeTypeName("GLenum")] Constant coord, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).TexGenxOES((uint)coord, (uint)pname, param2); - } + ) => ((IGL)this).TexGenxOES((uint)coord, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -358027,8 +354265,7 @@ void IGL.TexImage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TexImage2DMultisample( (uint)target, samples, @@ -358037,7 +354274,6 @@ void IGL.TexImage2DMultisample( height, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -358115,8 +354351,7 @@ void IGL.TexImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TexImage2DMultisampleCoverageNV( (uint)target, coverageSamples, @@ -358126,7 +354361,6 @@ void IGL.TexImage2DMultisampleCoverageNV( height, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -358412,8 +354646,7 @@ void IGL.TexImage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TexImage3DMultisample( (uint)target, samples, @@ -358423,7 +354656,6 @@ void IGL.TexImage3DMultisample( depth, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -358508,8 +354740,7 @@ void IGL.TexImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TexImage3DMultisampleCoverageNV( (uint)target, coverageSamples, @@ -358520,7 +354751,6 @@ void IGL.TexImage3DMultisampleCoverageNV( depth, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -358845,8 +355075,7 @@ void IGL.TexPageCommitmentARB( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).TexPageCommitmentARB( target, level, @@ -358858,7 +355087,6 @@ void IGL.TexPageCommitmentARB( depth, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -358942,8 +355170,7 @@ void IGL.TexPageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).TexPageCommitmentEXT( target, level, @@ -358955,7 +355182,6 @@ void IGL.TexPageCommitmentEXT( depth, (uint)commit ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -359078,8 +355304,7 @@ void IGL.TexPageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).TexPageCommitmentMemNV( (uint)target, layer, @@ -359094,7 +355319,6 @@ void IGL.TexPageCommitmentMemNV( offset, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359159,10 +355383,7 @@ void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).TexParameter((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexParameter((uint)target, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359254,10 +355475,7 @@ void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).TexParameter((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexParameter((uint)target, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359612,10 +355830,7 @@ void IGL.TexParameterx( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).TexParameterx((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexParameterx((uint)target, (uint)pname, param2); [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] @@ -359653,10 +355868,7 @@ void IGL.TexParameterxOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param2 - ) - { - ((IGL)this).TexParameterxOES((uint)target, (uint)pname, param2); - } + ) => ((IGL)this).TexParameterxOES((uint)target, (uint)pname, param2); [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -359779,10 +355991,7 @@ public static void TexRenderbufferNV( void IGL.TexRenderbufferNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).TexRenderbufferNV((uint)target, renderbuffer); - } + ) => ((IGL)this).TexRenderbufferNV((uint)target, renderbuffer); [SupportedApiProfile("gl")] [Transformed] @@ -359822,10 +356031,7 @@ void IGL.TexStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).TexStorage1D((uint)target, levels, (uint)internalformat, width); - } + ) => ((IGL)this).TexStorage1D((uint)target, levels, (uint)internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359870,10 +356076,7 @@ void IGL.TexStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); - } + ) => ((IGL)this).TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359921,10 +356124,7 @@ void IGL.TexStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).TexStorage2D((uint)target, levels, (uint)internalformat, width, height); - } + ) => ((IGL)this).TexStorage2D((uint)target, levels, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -359973,10 +356173,7 @@ void IGL.TexStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); - } + ) => ((IGL)this).TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -360036,8 +356233,7 @@ void IGL.TexStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TexStorage2DMultisample( (uint)target, samples, @@ -360046,7 +356242,6 @@ void IGL.TexStorage2DMultisample( height, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -360105,10 +356300,7 @@ void IGL.TexStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - ((IGL)this).TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); - } + ) => ((IGL)this).TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -360161,8 +356353,7 @@ void IGL.TexStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { + ) => ((IGL)this).TexStorage3DEXT( (uint)target, levels, @@ -360171,7 +356362,6 @@ void IGL.TexStorage3DEXT( height, depth ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -360236,8 +356426,7 @@ void IGL.TexStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TexStorage3DMultisample( (uint)target, samples, @@ -360247,7 +356436,6 @@ void IGL.TexStorage3DMultisample( depth, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -360319,8 +356507,7 @@ void IGL.TexStorage3DMultisampleOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TexStorage3DMultisampleOES( (uint)target, samples, @@ -360330,7 +356517,6 @@ void IGL.TexStorage3DMultisampleOES( depth, (uint)fixedsamplelocations ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -360736,8 +356922,7 @@ void IGL.TexStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TexStorageMem1DEXT( (uint)target, levels, @@ -360746,7 +356931,6 @@ void IGL.TexStorageMem1DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [Transformed] @@ -360808,8 +356992,7 @@ void IGL.TexStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TexStorageMem2DEXT( (uint)target, levels, @@ -360819,7 +357002,6 @@ void IGL.TexStorageMem2DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -360896,8 +357078,7 @@ void IGL.TexStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TexStorageMem2DMultisampleEXT( (uint)target, samples, @@ -360908,7 +357089,6 @@ void IGL.TexStorageMem2DMultisampleEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -360987,8 +357167,7 @@ void IGL.TexStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TexStorageMem3DEXT( (uint)target, levels, @@ -360999,7 +357178,6 @@ void IGL.TexStorageMem3DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -361092,8 +357270,7 @@ void IGL.TexStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TexStorageMem3DMultisampleEXT( (uint)target, samples, @@ -361105,7 +357282,6 @@ void IGL.TexStorageMem3DMultisampleEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -361173,8 +357349,7 @@ void IGL.TexStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { + ) => ((IGL)this).TexStorageSparseAMD( (uint)target, (uint)internalFormat, @@ -361184,7 +357359,6 @@ void IGL.TexStorageSparseAMD( layers, (uint)flags ); - } [SupportedApiProfile("gl")] [Transformed] @@ -362141,10 +358315,7 @@ void IGL.TextureBuffer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TextureBuffer(texture, (uint)internalformat, buffer); - } + ) => ((IGL)this).TextureBuffer(texture, (uint)internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -362186,10 +358357,7 @@ void IGL.TextureBufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLuint")] uint buffer - ) - { - ((IGL)this).TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); - } + ) => ((IGL)this).TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -362235,10 +358403,7 @@ void IGL.TextureBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { - ((IGL)this).TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); - } + ) => ((IGL)this).TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -362288,8 +358453,7 @@ void IGL.TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) - { + ) => ((IGL)this).TextureBufferRangeEXT( texture, (uint)target, @@ -362298,7 +358462,6 @@ void IGL.TextureBufferRangeEXT( offset, size ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -362342,10 +358505,7 @@ void IGL.TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool green, [NativeTypeName("GLboolean")] MaybeBool blue, [NativeTypeName("GLboolean")] MaybeBool alpha - ) - { - ((IGL)this).TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); - } + ) => ((IGL)this).TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); [SupportedApiProfile("gl")] [Transformed] @@ -362666,8 +358826,7 @@ void IGL.TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TextureImage2DMultisampleCoverageNV( texture, (uint)target, @@ -362678,7 +358837,6 @@ void IGL.TextureImage2DMultisampleCoverageNV( height, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -362751,8 +358909,7 @@ void IGL.TextureImage2DMultisampleNV( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TextureImage2DMultisampleNV( texture, (uint)target, @@ -362762,7 +358919,6 @@ void IGL.TextureImage2DMultisampleNV( height, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -362990,8 +359146,7 @@ void IGL.TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TextureImage3DMultisampleCoverageNV( texture, (uint)target, @@ -363003,7 +359158,6 @@ void IGL.TextureImage3DMultisampleCoverageNV( depth, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -363082,8 +359236,7 @@ void IGL.TextureImage3DMultisampleNV( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations - ) - { + ) => ((IGL)this).TextureImage3DMultisampleNV( texture, (uint)target, @@ -363094,7 +359247,6 @@ void IGL.TextureImage3DMultisampleNV( depth, (uint)fixedSampleLocations ); - } [SupportedApiProfile("gl")] [Transformed] @@ -363137,10 +359289,7 @@ public static void TextureLightEXT([NativeTypeName("GLenum")] uint pname) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureLightEXT( [NativeTypeName("GLenum")] Constant pname - ) - { - ((IGL)this).TextureLightEXT((uint)pname); - } + ) => ((IGL)this).TextureLightEXT((uint)pname); [SupportedApiProfile("gl")] [Transformed] @@ -363172,10 +359321,7 @@ public static void TextureMaterialEXT( void IGL.TextureMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).TextureMaterialEXT((uint)face, (uint)mode); - } + ) => ((IGL)this).TextureMaterialEXT((uint)face, (uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -363202,10 +359348,7 @@ public static void TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode - ) - { - ((IGL)this).TextureNormalEXT((uint)mode); - } + ) => ((IGL)this).TextureNormalEXT((uint)mode); [SupportedApiProfile("gl")] [Transformed] @@ -363270,8 +359413,7 @@ void IGL.TexturePageCommitmentEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).TexturePageCommitmentEXT( texture, level, @@ -363283,7 +359425,6 @@ void IGL.TexturePageCommitmentEXT( depth, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -363407,8 +359548,7 @@ void IGL.TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset, [NativeTypeName("GLboolean")] MaybeBool commit - ) - { + ) => ((IGL)this).TexturePageCommitmentMemNV( texture, layer, @@ -363423,7 +359563,6 @@ void IGL.TexturePageCommitmentMemNV( offset, (uint)commit ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -363486,10 +359625,7 @@ void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param2 - ) - { - ((IGL)this).TextureParameter(texture, (uint)pname, param2); - } + ) => ((IGL)this).TextureParameter(texture, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -363531,10 +359667,7 @@ void IGL.TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param3 - ) - { - ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -363668,10 +359801,7 @@ void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param2 - ) - { - ((IGL)this).TextureParameter(texture, (uint)pname, param2); - } + ) => ((IGL)this).TextureParameter(texture, (uint)pname, param2); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -363713,10 +359843,7 @@ void IGL.TextureParameterEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param3 - ) - { - ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - } + ) => ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364081,10 +360208,7 @@ void IGL.TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer - ) - { - ((IGL)this).TextureRenderbufferEXT(texture, (uint)target, renderbuffer); - } + ) => ((IGL)this).TextureRenderbufferEXT(texture, (uint)target, renderbuffer); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364126,10 +360250,7 @@ void IGL.TextureStorage1D( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).TextureStorage1D(texture, levels, (uint)internalformat, width); - } + ) => ((IGL)this).TextureStorage1D(texture, levels, (uint)internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364177,10 +360298,7 @@ void IGL.TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint levels, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width - ) - { - ((IGL)this).TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); - } + ) => ((IGL)this).TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364229,10 +360347,7 @@ void IGL.TextureStorage2D( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { - ((IGL)this).TextureStorage2D(texture, levels, (uint)internalformat, width, height); - } + ) => ((IGL)this).TextureStorage2D(texture, levels, (uint)internalformat, width, height); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364284,8 +360399,7 @@ void IGL.TextureStorage2DEXT( [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) - { + ) => ((IGL)this).TextureStorage2DEXT( texture, target, @@ -364294,7 +360408,6 @@ void IGL.TextureStorage2DEXT( width, height ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364355,8 +360468,7 @@ void IGL.TextureStorage2DMultisample( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TextureStorage2DMultisample( texture, samples, @@ -364365,7 +360477,6 @@ void IGL.TextureStorage2DMultisample( height, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364436,8 +360547,7 @@ void IGL.TextureStorage2DMultisampleEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TextureStorage2DMultisampleEXT( texture, (uint)target, @@ -364447,7 +360557,6 @@ void IGL.TextureStorage2DMultisampleEXT( height, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364508,10 +360617,7 @@ void IGL.TextureStorage3D( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { - ((IGL)this).TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); - } + ) => ((IGL)this).TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364576,8 +360682,7 @@ void IGL.TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth - ) - { + ) => ((IGL)this).TextureStorage3DEXT( texture, target, @@ -364587,7 +360692,6 @@ void IGL.TextureStorage3DEXT( height, depth ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364662,8 +360766,7 @@ void IGL.TextureStorage3DMultisample( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TextureStorage3DMultisample( texture, samples, @@ -364673,7 +360776,6 @@ void IGL.TextureStorage3DMultisample( depth, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364750,8 +360852,7 @@ void IGL.TextureStorage3DMultisampleEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations - ) - { + ) => ((IGL)this).TextureStorage3DMultisampleEXT( texture, target, @@ -364762,7 +360863,6 @@ void IGL.TextureStorage3DMultisampleEXT( depth, (uint)fixedsamplelocations ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -364824,8 +360924,7 @@ void IGL.TextureStorageMem1DEXT( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TextureStorageMem1DEXT( texture, levels, @@ -364834,7 +360933,6 @@ void IGL.TextureStorageMem1DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [Transformed] @@ -364896,8 +360994,7 @@ void IGL.TextureStorageMem2DEXT( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TextureStorageMem2DEXT( texture, levels, @@ -364907,7 +361004,6 @@ void IGL.TextureStorageMem2DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -364984,8 +361080,7 @@ void IGL.TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TextureStorageMem2DMultisampleEXT( texture, samples, @@ -364996,7 +361091,6 @@ void IGL.TextureStorageMem2DMultisampleEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -365075,8 +361169,7 @@ void IGL.TextureStorageMem3DEXT( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TextureStorageMem3DEXT( texture, levels, @@ -365087,7 +361180,6 @@ void IGL.TextureStorageMem3DEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -365180,8 +361272,7 @@ void IGL.TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset - ) - { + ) => ((IGL)this).TextureStorageMem3DMultisampleEXT( texture, samples, @@ -365193,7 +361284,6 @@ void IGL.TextureStorageMem3DMultisampleEXT( memory, offset ); - } [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -365273,8 +361363,7 @@ void IGL.TextureStorageSparseAMD( [NativeTypeName("GLsizei")] uint depth, [NativeTypeName("GLsizei")] uint layers, [NativeTypeName("GLbitfield")] Constant flags - ) - { + ) => ((IGL)this).TextureStorageSparseAMD( texture, target, @@ -365285,7 +361374,6 @@ void IGL.TextureStorageSparseAMD( layers, (uint)flags ); - } [SupportedApiProfile("gl")] [Transformed] @@ -366010,8 +362098,7 @@ void IGL.TextureView( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => ((IGL)this).TextureView( texture, (uint)target, @@ -366022,7 +362109,6 @@ void IGL.TextureView( minlayer, numlayers ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -366100,8 +362186,7 @@ void IGL.TextureViewEXT( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => ((IGL)this).TextureViewEXT( texture, (uint)target, @@ -366112,7 +362197,6 @@ void IGL.TextureViewEXT( minlayer, numlayers ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -366189,8 +362273,7 @@ void IGL.TextureViewOES( [NativeTypeName("GLuint")] uint numlevels, [NativeTypeName("GLuint")] uint minlayer, [NativeTypeName("GLuint")] uint numlayers - ) - { + ) => ((IGL)this).TextureViewOES( texture, (uint)target, @@ -366201,7 +362284,6 @@ void IGL.TextureViewOES( minlayer, numlayers ); - } [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -366256,10 +362338,7 @@ void IGL.TrackMatrixNV( [NativeTypeName("GLuint")] uint address, [NativeTypeName("GLenum")] Constant matrix, [NativeTypeName("GLenum")] Constant transform - ) - { - ((IGL)this).TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); - } + ) => ((IGL)this).TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); [SupportedApiProfile("gl")] [Transformed] @@ -371687,10 +367766,7 @@ void IGL.UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - ((IGL)this).UseProgramStages(pipeline, (uint)stages, program); - } + ) => ((IGL)this).UseProgramStages(pipeline, (uint)stages, program); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -371728,10 +367804,7 @@ void IGL.UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] Constant stages, [NativeTypeName("GLuint")] uint program - ) - { - ((IGL)this).UseProgramStagesEXT(pipeline, (uint)stages, program); - } + ) => ((IGL)this).UseProgramStagesEXT(pipeline, (uint)stages, program); [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -371848,10 +367921,7 @@ void IGL.VariantArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { - ((IGL)this).VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); - } + ) => ((IGL)this).VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); [SupportedApiProfile("gl")] [Transformed] @@ -373673,8 +369743,7 @@ void IGL.VertexArrayAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => ((IGL)this).VertexArrayAttribFormat( vaobj, attribindex, @@ -373683,7 +369752,6 @@ void IGL.VertexArrayAttribFormat( (uint)normalized, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -373739,10 +369807,7 @@ void IGL.VertexArrayAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - ((IGL)this).VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => ((IGL)this).VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -373789,10 +369854,7 @@ void IGL.VertexArrayAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - ((IGL)this).VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - } + ) => ((IGL)this).VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -373888,10 +369950,7 @@ void IGL.VertexArrayColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -373981,10 +370040,7 @@ void IGL.VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374031,10 +370087,7 @@ void IGL.VertexArrayIndexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374096,8 +370149,7 @@ void IGL.VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => ((IGL)this).VertexArrayMultiTexCoordOffsetEXT( vaobj, buffer, @@ -374107,7 +370159,6 @@ void IGL.VertexArrayMultiTexCoordOffsetEXT( stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374165,10 +370216,7 @@ void IGL.VertexArrayNormalOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374205,10 +370253,7 @@ public static void VertexArrayParameterApple( void IGL.VertexArrayParameterApple( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).VertexArrayParameterApple((uint)pname, param1); - } + ) => ((IGL)this).VertexArrayParameterApple((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -374326,8 +370371,7 @@ void IGL.VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => ((IGL)this).VertexArraySecondaryColorOffsetEXT( vaobj, buffer, @@ -374336,7 +370380,6 @@ void IGL.VertexArraySecondaryColorOffsetEXT( stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374387,10 +370430,7 @@ void IGL.VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374491,8 +370531,7 @@ void IGL.VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribFormatEXT( vaobj, attribindex, @@ -374501,7 +370540,6 @@ void IGL.VertexArrayVertexAttribFormatEXT( (uint)normalized, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374564,8 +370602,7 @@ void IGL.VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribIFormatEXT( vaobj, attribindex, @@ -374573,7 +370610,6 @@ void IGL.VertexArrayVertexAttribIFormatEXT( (uint)type, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374642,8 +370678,7 @@ void IGL.VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribIOffsetEXT( vaobj, buffer, @@ -374653,7 +370688,6 @@ void IGL.VertexArrayVertexAttribIOffsetEXT( stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374718,8 +370752,7 @@ void IGL.VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribLFormatEXT( vaobj, attribindex, @@ -374727,7 +370760,6 @@ void IGL.VertexArrayVertexAttribLFormatEXT( (uint)type, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374796,8 +370828,7 @@ void IGL.VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribLOffsetEXT( vaobj, buffer, @@ -374807,7 +370838,6 @@ void IGL.VertexArrayVertexAttribLOffsetEXT( stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -374884,8 +370914,7 @@ void IGL.VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { + ) => ((IGL)this).VertexArrayVertexAttribOffsetEXT( vaobj, buffer, @@ -374896,7 +370925,6 @@ void IGL.VertexArrayVertexAttribOffsetEXT( stride, offset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -375071,10 +371099,7 @@ void IGL.VertexArrayVertexOffsetEXT( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLintptr")] nint offset - ) - { - ((IGL)this).VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - } + ) => ((IGL)this).VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -378576,8 +374601,7 @@ void IGL.VertexAttribArrayObjectATI( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset - ) - { + ) => ((IGL)this).VertexAttribArrayObjectATI( index, size, @@ -378587,7 +374611,6 @@ void IGL.VertexAttribArrayObjectATI( buffer, offset ); - } [SupportedApiProfile("gl")] [Transformed] @@ -378755,8 +374778,7 @@ void IGL.VertexAttribFormat( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint relativeoffset - ) - { + ) => ((IGL)this).VertexAttribFormat( attribindex, size, @@ -378764,7 +374786,6 @@ void IGL.VertexAttribFormat( (uint)normalized, relativeoffset ); - } [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -378811,10 +374832,7 @@ void IGL.VertexAttribFormatNV( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); - } + ) => ((IGL)this).VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -380162,10 +376180,7 @@ void IGL.VertexAttribIFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - ((IGL)this).VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => ((IGL)this).VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -380208,10 +376223,7 @@ void IGL.VertexAttribIFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).VertexAttribIFormatNV(index, size, (uint)type, stride); - } + ) => ((IGL)this).VertexAttribIFormatNV(index, size, (uint)type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381414,10 +377426,7 @@ void IGL.VertexAttribLFormat( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint relativeoffset - ) - { - ((IGL)this).VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); - } + ) => ((IGL)this).VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381460,10 +377469,7 @@ void IGL.VertexAttribLFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).VertexAttribLFormatNV(index, size, (uint)type, stride); - } + ) => ((IGL)this).VertexAttribLFormatNV(index, size, (uint)type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381610,10 +377616,7 @@ void IGL.VertexAttribP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexAttribP1(index, (uint)type, (uint)normalized, value); - } + ) => ((IGL)this).VertexAttribP1(index, (uint)type, (uint)normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381705,10 +377708,7 @@ void IGL.VertexAttribP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexAttribP2(index, (uint)type, (uint)normalized, value); - } + ) => ((IGL)this).VertexAttribP2(index, (uint)type, (uint)normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381800,10 +377800,7 @@ void IGL.VertexAttribP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexAttribP3(index, (uint)type, (uint)normalized, value); - } + ) => ((IGL)this).VertexAttribP3(index, (uint)type, (uint)normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -381895,10 +377892,7 @@ void IGL.VertexAttribP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexAttribP4(index, (uint)type, (uint)normalized, value); - } + ) => ((IGL)this).VertexAttribP4(index, (uint)type, (uint)normalized, value); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -382944,10 +378938,7 @@ public static void VertexBlendEnvATI( void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 - ) - { - ((IGL)this).VertexBlendEnvATI((uint)pname, param1); - } + ) => ((IGL)this).VertexBlendEnvATI((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -382980,10 +378971,7 @@ public static void VertexBlendEnvATI( void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) - { - ((IGL)this).VertexBlendEnvATI((uint)pname, param1); - } + ) => ((IGL)this).VertexBlendEnvATI((uint)pname, param1); [SupportedApiProfile("gl")] [Transformed] @@ -383020,10 +379008,7 @@ void IGL.VertexFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLsizei")] uint stride - ) - { - ((IGL)this).VertexFormatNV(size, (uint)type, stride); - } + ) => ((IGL)this).VertexFormatNV(size, (uint)type, stride); [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] @@ -383058,10 +379043,7 @@ public static void VertexP2( void IGL.VertexP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexP2((uint)type, value); - } + ) => ((IGL)this).VertexP2((uint)type, value); [SupportedApiProfile("gl")] [Transformed] @@ -383133,10 +379115,7 @@ public static void VertexP3( void IGL.VertexP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexP3((uint)type, value); - } + ) => ((IGL)this).VertexP3((uint)type, value); [SupportedApiProfile("gl")] [Transformed] @@ -383208,10 +379187,7 @@ public static void VertexP4( void IGL.VertexP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value - ) - { - ((IGL)this).VertexP4((uint)type, value); - } + ) => ((IGL)this).VertexP4((uint)type, value); [SupportedApiProfile("gl")] [Transformed] @@ -383477,10 +379453,7 @@ public static void VertexStream1ATI( void IGL.VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) - { - ((IGL)this).VertexStream1ATI((uint)stream, x); - } + ) => ((IGL)this).VertexStream1ATI((uint)stream, x); [SupportedApiProfile("gl")] [Transformed] @@ -383552,10 +379525,7 @@ public static void VertexStream1ATI( void IGL.VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) - { - ((IGL)this).VertexStream1ATI((uint)stream, x); - } + ) => ((IGL)this).VertexStream1ATI((uint)stream, x); [SupportedApiProfile("gl")] [Transformed] @@ -383627,10 +379597,7 @@ public static void VertexStream1ATI( void IGL.VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) - { - ((IGL)this).VertexStream1ATI((uint)stream, x); - } + ) => ((IGL)this).VertexStream1ATI((uint)stream, x); [SupportedApiProfile("gl")] [Transformed] @@ -383702,10 +379669,7 @@ public static void VertexStream1ATI( void IGL.VertexStream1ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) - { - ((IGL)this).VertexStream1ATI((uint)stream, x); - } + ) => ((IGL)this).VertexStream1ATI((uint)stream, x); [SupportedApiProfile("gl")] [Transformed] @@ -383780,10 +379744,7 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y - ) - { - ((IGL)this).VertexStream2ATI((uint)stream, x, y); - } + ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); [SupportedApiProfile("gl")] [Transformed] @@ -383859,10 +379820,7 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) - { - ((IGL)this).VertexStream2ATI((uint)stream, x, y); - } + ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); [SupportedApiProfile("gl")] [Transformed] @@ -383938,10 +379896,7 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y - ) - { - ((IGL)this).VertexStream2ATI((uint)stream, x, y); - } + ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); [SupportedApiProfile("gl")] [Transformed] @@ -384017,10 +379972,7 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y - ) - { - ((IGL)this).VertexStream2ATI((uint)stream, x, y); - } + ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); [SupportedApiProfile("gl")] [Transformed] @@ -384099,10 +380051,7 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z - ) - { - ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - } + ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -384182,10 +380131,7 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z - ) - { - ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - } + ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -384265,10 +380211,7 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z - ) - { - ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - } + ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -384348,10 +380291,7 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z - ) - { - ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - } + ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); [SupportedApiProfile("gl")] [Transformed] @@ -384434,10 +380374,7 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLdouble")] double y, [NativeTypeName("GLdouble")] double z, [NativeTypeName("GLdouble")] double w - ) - { - ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -384521,10 +380458,7 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLfloat")] float y, [NativeTypeName("GLfloat")] float z, [NativeTypeName("GLfloat")] float w - ) - { - ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -384608,10 +380542,7 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLint")] int y, [NativeTypeName("GLint")] int z, [NativeTypeName("GLint")] int w - ) - { - ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -384695,10 +380626,7 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLshort")] short y, [NativeTypeName("GLshort")] short z, [NativeTypeName("GLshort")] short w - ) - { - ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - } + ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); [SupportedApiProfile("gl")] [Transformed] @@ -387693,10 +383621,7 @@ void IGL.WriteMaskEXT( [NativeTypeName("GLenum")] Constant outY, [NativeTypeName("GLenum")] Constant outZ, [NativeTypeName("GLenum")] Constant outW - ) - { - ((IGL)this).WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - } + ) => ((IGL)this).WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); [SupportedApiProfile("gl")] [Transformed] diff --git a/sources/OpenGL/gl/IGL.gen.cs b/sources/OpenGL/gl/IGL.gen.cs index 8ca606c9a1..f79ba657d8 100644 --- a/sources/OpenGL/gl/IGL.gen.cs +++ b/sources/OpenGL/gl/IGL.gen.cs @@ -8119,6 +8119,14 @@ static abstract void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + static abstract void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -8147,6 +8155,11 @@ static abstract void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + static abstract void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] @@ -8163,6 +8176,12 @@ static abstract void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + static abstract void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -8179,6 +8198,11 @@ static abstract void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + static abstract void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] @@ -8196,6 +8220,13 @@ static abstract void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + static abstract void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8210,6 +8241,15 @@ static abstract void DeleteFencesNV( [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] static abstract void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + static abstract void DeleteFramebuffer( + [NativeTypeName("const GLuint *")] uint framebuffers + ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8236,6 +8276,13 @@ static abstract void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + static abstract void DeleteFramebuffersEXT( + [NativeTypeName("const GLuint *")] uint framebuffers + ); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] @@ -8244,6 +8291,13 @@ static abstract void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + static abstract void DeleteFramebuffersO( + [NativeTypeName("const GLuint *")] uint framebuffers + ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] static abstract void DeleteFramebuffersOES( @@ -8274,6 +8328,14 @@ static abstract void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + static abstract void DeleteMemoryObjectsEXT( + [NativeTypeName("const GLuint *")] uint memoryObjects + ); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -8291,6 +8353,12 @@ static abstract void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + static abstract void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -8328,6 +8396,11 @@ static abstract void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + static abstract void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] @@ -8354,6 +8427,13 @@ static abstract void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + static abstract void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8376,6 +8456,14 @@ static abstract void DeletePerfMonitorsAMD( [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] static abstract void DeleteProgram([NativeTypeName("GLuint")] uint program); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + static abstract void DeleteProgramPipeline( + [NativeTypeName("const GLuint *")] uint pipelines + ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] @@ -8400,6 +8488,13 @@ static abstract void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + static abstract void DeleteProgramPipelinesEXT( + [NativeTypeName("const GLuint *")] uint pipelines + ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] @@ -8415,6 +8510,11 @@ static abstract void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + static abstract void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] @@ -8430,6 +8530,11 @@ static abstract void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + static abstract void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] @@ -8462,6 +8567,11 @@ static abstract void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + static abstract void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] @@ -8477,6 +8587,11 @@ static abstract void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + static abstract void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] @@ -8485,6 +8600,12 @@ static abstract void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + static abstract void DeleteQuery([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] static abstract void DeleteQueryResourceTagNV( @@ -8492,6 +8613,11 @@ static abstract void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + static abstract void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] @@ -8500,6 +8626,15 @@ static abstract void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + static abstract void DeleteRenderbuffer( + [NativeTypeName("const GLuint *")] uint renderbuffers + ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8526,6 +8661,13 @@ static abstract void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + static abstract void DeleteRenderbuffersEXT( + [NativeTypeName("const GLuint *")] uint renderbuffers + ); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] @@ -8534,6 +8676,13 @@ static abstract void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + static abstract void DeleteRenderbuffersO( + [NativeTypeName("const GLuint *")] uint renderbuffers + ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] static abstract void DeleteRenderbuffersOES( @@ -8549,6 +8698,13 @@ static abstract void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + static abstract void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -8576,6 +8732,14 @@ static abstract void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + static abstract void DeleteSemaphoresEXT( + [NativeTypeName("const GLuint *")] uint semaphores + ); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -8599,6 +8763,12 @@ static abstract void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + static abstract void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -8630,6 +8800,14 @@ static abstract void DeleteStatesNV( [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] static abstract void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + static abstract void DeleteTexture([NativeTypeName("const GLuint *")] uint textures); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -8658,6 +8836,11 @@ static abstract void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + static abstract void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] @@ -8666,6 +8849,12 @@ static abstract void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + static abstract void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] @@ -8690,6 +8879,13 @@ static abstract void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + static abstract void DeleteTransformFeedbacksNV( + [NativeTypeName("const GLuint *")] uint ids + ); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] @@ -8698,6 +8894,12 @@ static abstract void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + static abstract void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] @@ -8722,6 +8924,13 @@ static abstract void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + static abstract void DeleteVertexArraysApple( + [NativeTypeName("const GLuint *")] uint arrays + ); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] @@ -8730,6 +8939,12 @@ static abstract void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] Ref arrays ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + static abstract void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] @@ -62743,6 +62958,14 @@ void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] + void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -62771,6 +62994,11 @@ void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] + void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] @@ -62787,6 +63015,12 @@ void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] + void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -62803,6 +63037,11 @@ void DeleteFencesApple( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] + void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] @@ -62820,6 +63059,13 @@ void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] + void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -62834,6 +63080,13 @@ void DeleteFencesNV( [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] + void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -62860,6 +63113,11 @@ void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] + void DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] @@ -62868,6 +63126,11 @@ void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] + void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] void DeleteFramebuffersOES( @@ -62895,6 +63158,12 @@ void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] + void DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -62912,6 +63181,12 @@ void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] + void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -62949,6 +63224,11 @@ void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] + void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] @@ -62972,6 +63252,13 @@ void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] + void DeletePerfMonitorsAMD([NativeTypeName("GLuint *")] uint monitors); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -62994,6 +63281,12 @@ void DeletePerfMonitorsAMD( [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] void DeleteProgram([NativeTypeName("GLuint")] uint program); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] + void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] @@ -63018,6 +63311,11 @@ void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] + void DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] @@ -63033,6 +63331,11 @@ void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] + void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] @@ -63048,6 +63351,11 @@ void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] + void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] @@ -63080,6 +63388,11 @@ void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] + void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] @@ -63095,6 +63408,11 @@ void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] + void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] @@ -63103,6 +63421,12 @@ void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] + void DeleteQuery([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] void DeleteQueryResourceTagNV( @@ -63110,6 +63434,11 @@ void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] + void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] @@ -63118,6 +63447,13 @@ void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] + void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -63144,6 +63480,11 @@ void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] + void DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] @@ -63152,6 +63493,11 @@ void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] + void DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] void DeleteRenderbuffersOES( @@ -63167,6 +63513,13 @@ void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] + void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] @@ -63194,6 +63547,12 @@ void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ); + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] + void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores); + [SupportedApiProfile("gl")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [Transformed] @@ -63217,6 +63576,12 @@ void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] + void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [Transformed] @@ -63248,6 +63613,14 @@ void DeleteStatesNV( [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] + void DeleteTexture([NativeTypeName("const GLuint *")] uint textures); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [SupportedApiProfile("gles1", MaxVersion = "2.0")] @@ -63276,6 +63649,11 @@ void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] + void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] @@ -63284,6 +63662,12 @@ void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] + void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] @@ -63308,6 +63692,11 @@ void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] + void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] @@ -63316,6 +63705,12 @@ void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ); + [SupportedApiProfile("glcore", MinVersion = "3.2")] + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] + void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays); + [SupportedApiProfile("glcore", MinVersion = "3.2")] [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] @@ -63340,6 +63735,11 @@ void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] uint* arrays ); + [SupportedApiProfile("gl")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] + void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays); + [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] @@ -63348,6 +63748,12 @@ void DeleteVertexArraysApple( [NativeTypeName("const GLuint *")] Ref arrays ); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] + [SupportedApiProfile("gles2", MinVersion = "2.0")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] + void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays); + [SupportedApiProfile("gles1", MaxVersion = "2.0")] [SupportedApiProfile("gles2", MinVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] diff --git a/sources/SilkTouch/Mods/MixKhronosData.cs b/sources/SilkTouch/Mods/MixKhronosData.cs index ba1b5d6e81..766b728ba8 100644 --- a/sources/SilkTouch/Mods/MixKhronosData.cs +++ b/sources/SilkTouch/Mods/MixKhronosData.cs @@ -83,17 +83,17 @@ internal class JobData public Dictionary< string, (bool IsExtension, Dictionary> Dependencies) - > ApiSets { get; init; } = []; + > ApiSets { get; set; } = []; /// /// A mapping of native names to their supported API profile attributes. /// - public Dictionary>? SupportedApiProfiles { get; init; } + public Dictionary>? SupportedApiProfiles { get; set; } /// /// The vendors contributing to the specification. This is in extension form e.g. Microsoft is MSFT. /// - public HashSet? Vendors { get; init; } + public HashSet? Vendors { get; set; } /// /// A map of containing symbol names (i.e. function or struct) and applicable symbol names (i.e. field name, @@ -102,7 +102,7 @@ public Dictionary< public Dictionary< (string ContainingSymbol, string ApplicableSymbol), string - > GroupUsages { get; init; } = []; + > GroupUsages { get; set; } = []; /// /// A map of native type names to C# type names. This contains the contents of @@ -214,8 +214,26 @@ public async Task BeforeJobAsync(string key, SilkTouchConfiguration config) { var currentConfig = cfg.Get(key); var specPath = currentConfig.SpecPath; + var job = Jobs[key] = new JobData + { + Configuration = currentConfig, + TypeMap = currentConfig.TypeMap is not null + ? new Dictionary(currentConfig.TypeMap) + : [] + }; + job.TypeMap.TryAdd("int8_t", "sbyte"); + job.TypeMap.TryAdd("uint8_t", "byte"); + job.TypeMap.TryAdd("int16_t", "short"); + job.TypeMap.TryAdd("uint16_t", "ushort"); + job.TypeMap.TryAdd("int32_t", "int"); + job.TypeMap.TryAdd("uint32_t", "uint"); + job.TypeMap.TryAdd("int64_t", "long"); + job.TypeMap.TryAdd("uint64_t", "ulong"); + job.TypeMap.TryAdd("GLenum", "uint"); + job.TypeMap.TryAdd("GLbitfield", "uint"); if (specPath is null) { + // There is act return; } @@ -223,7 +241,7 @@ public async Task BeforeJobAsync(string key, SilkTouchConfiguration config) await using var fs = File.OpenRead(specPath); var xml = await XDocument.LoadAsync(fs, LoadOptions.None, default); var (apiSets, supportedApiProfiles) = EvaluateProfiles(xml); - HashSet vendors = + job.Vendors = [ .. xml.Element("registry") ?.Element("tags") @@ -236,18 +254,9 @@ .. xml.Element("registry") .Attributes("name") .Select(x => x.Value.Split('_')[1].ToUpper()) ?? Enumerable.Empty() ]; - Jobs[key] = new JobData - { - // Get all vendor names - Vendors = vendors, - ApiSets = apiSets, - SupportedApiProfiles = supportedApiProfiles, - Configuration = currentConfig, - TypeMap = currentConfig.TypeMap is not null - ? new Dictionary(currentConfig.TypeMap) - : [] - }; - ReadGroups(xml, Jobs[key], vendors); + job.ApiSets = apiSets; + job.SupportedApiProfiles = supportedApiProfiles; + ReadGroups(xml, Jobs[key], job.Vendors); foreach (var typeElement in xml.Elements("registry").Elements("types").Elements("type")) { var type = typeElement.Element("name")?.Value; @@ -259,17 +268,6 @@ .. xml.Element("registry") Jobs[key].TypeMap.TryAdd(type, baseType); } - - Jobs[key].TypeMap.TryAdd("int8_t", "sbyte"); - Jobs[key].TypeMap.TryAdd("uint8_t", "byte"); - Jobs[key].TypeMap.TryAdd("int16_t", "short"); - Jobs[key].TypeMap.TryAdd("uint16_t", "ushort"); - Jobs[key].TypeMap.TryAdd("int32_t", "int"); - Jobs[key].TypeMap.TryAdd("uint32_t", "uint"); - Jobs[key].TypeMap.TryAdd("int64_t", "long"); - Jobs[key].TypeMap.TryAdd("uint64_t", "ulong"); - Jobs[key].TypeMap.TryAdd("GLenum", "uint"); - Jobs[key].TypeMap.TryAdd("GLbitfield", "uint"); } /// @@ -1532,7 +1530,12 @@ Action next } current.AttributeLists.GetNativeFunctionInfo(out _, out var entryPoint, out _); - entryPoint = current.Identifier.ToString(); + entryPoint ??= current.Identifier.ToString(); + if (TransformArrayParameter(current, entryPoint) is { } arrayParamTransform) + { + next(arrayParamTransform); + } + foreach (var meth in TransformToConstants(current, ctx, entryPoint)) { // TODO more transformations @@ -1727,6 +1730,84 @@ otherGroup is not null } } + private MethodDeclarationSyntax? TransformArrayParameter( + MethodDeclarationSyntax decl, + ReadOnlySpan name + ) + { + // Ported from https://github.com/dotnet/Silk.NET/blob/0e8e0398/src/Core/Silk.NET.BuildTools/Overloading/Complex/ArrayParameterOverloader.cs#L32 + // function has exactly two parameters + if (decl.ParameterList.Parameters.Count != 2) + { + return null; + } + + // function's name starts with Delete + if ( + name.IndexOfAnyInRange('A', 'Z') is not (> 0 and var firstCap) + || name.Length - firstCap <= 6 + || name[firstCap..(firstCap + 6)] is not "Delete" + ) + { + return null; + } + + // returns void and the first parameter is an integer + if ( + decl.ReturnType is not PredefinedTypeSyntax pt + || !pt.Keyword.IsKind(SyntaxKind.VoidKeyword) + || decl.ParameterList.Parameters[0].Type is not PredefinedTypeSyntax ptp0 + || !ptp0.IsInteger() + ) + { + return null; + } + + // last parameter is a single dimensional pointer + if (decl.ParameterList.Parameters[1].Type?.GetPointerLikeElementType() is not { } element) + { + return null; + } + + // rewrite the method + var rw = new TransformArrayParameterRewriter( + decl.ParameterList.Parameters[0].Identifier.ToString(), + decl.ParameterList.Parameters[1].Identifier.ToString(), + element + ); + return decl.WithIdentifier(Identifier(decl.Identifier.ToString().Singularize(false))) + .WithBody(rw.Visit(decl.Body) as BlockSyntax) + .WithExpressionBody(rw.Visit(decl.ExpressionBody) as ArrowExpressionClauseSyntax) + .WithParameterList( + decl.ParameterList.WithParameters( + SingletonSeparatedList(decl.ParameterList.Parameters[1].WithType(element)) + ) + ); + } + + class TransformArrayParameterRewriter( + string firstParam, + string secondParam, + TypeSyntax secondParamType + ) : CSharpSyntaxRewriter + { + public override SyntaxNode? VisitIdentifierName(IdentifierNameSyntax node) => + node.Identifier.ToString() == secondParam + ? secondParamType is GenericNameSyntax gn + && gn.Identifier.ToString().StartsWith("Ref") + ? InvocationExpression( + MemberAccessExpression( + SyntaxKind.SimpleMemberAccessExpression, + node, + IdentifierName($"As{gn.Identifier}") + ) + ) + : PrefixUnaryExpression(SyntaxKind.AddressOfExpression, node) + : node.Identifier.ToString() == firstParam + ? LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(1)) + : base.VisitIdentifierName(node); + } + /// /// This regex matches against known OpenGL function endings, picking them out from function names. /// It is comprised of two parts - the main matching set (here, the main capturing group), and a negative diff --git a/sources/SilkTouch/Mods/Transformation/FunctionTransformer.cs b/sources/SilkTouch/Mods/Transformation/FunctionTransformer.cs index 66e09fe5b4..60122cbf3f 100644 --- a/sources/SilkTouch/Mods/Transformation/FunctionTransformer.cs +++ b/sources/SilkTouch/Mods/Transformation/FunctionTransformer.cs @@ -74,8 +74,19 @@ public IEnumerable GetTransformedFunctions( // Small fixup to convert to use expression bodies where possible if ( meth.ExpressionBody is null - && meth.Body?.Statements.FirstOrDefault() - is ReturnStatementSyntax { Expression: { } expr } + && meth.Body?.Statements.Count == 1 + && ( + (meth.Body.Statements[0] as ReturnStatementSyntax)?.Expression + ?? ( + meth.ReturnType is PredefinedTypeSyntax pt + && pt.Keyword.IsKind(SyntaxKind.VoidKeyword) + ? ( + meth.Body.Statements[0] as ExpressionStatementSyntax + )?.Expression + : null + ) + ) + is { } expr ) { meth = meth.WithBody(null) diff --git a/sources/SilkTouch/Mods/Transformation/TransformationUtils.cs b/sources/SilkTouch/Mods/Transformation/TransformationUtils.cs index a6abf6155c..52dce9ec12 100644 --- a/sources/SilkTouch/Mods/Transformation/TransformationUtils.cs +++ b/sources/SilkTouch/Mods/Transformation/TransformationUtils.cs @@ -88,6 +88,7 @@ class MethodCallRewriter(MethodDeclarationSyntax caller, MethodDeclarationSyntax { return CastExpression(_castTo, expr); } + return ret; } @@ -144,4 +145,34 @@ x.Expression is not CastExpressionSyntax ce return inv; } } + + /// + /// Get the element type for the given "pointer-like" type. That is (for example): + /// + /// For sbyte***: sbyte** + /// For Ptr2D<sbyte>: Ptr<sbyte> + /// For Ref<sbyte>: sbyte + /// + /// + /// The type syntax. + /// The element type. Null if the type is not a pointer. + public static TypeSyntax? GetPointerLikeElementType(this TypeSyntax syn) => + syn switch + { + PointerTypeSyntax ptr => ptr.ElementType, + GenericNameSyntax { TypeArgumentList.Arguments.Count: 1 } gn + when gn.Identifier.ToString().AsSpan() is { Length: >= 3 } span + && span[..3] is "Ref" or "Ptr" + && (span.Length == 3 || span[^1] is 'D') + => span.Length == 3 + ? gn.TypeArgumentList.Arguments[0] + : byte.TryParse(span[3..^1], out var nd) + ? gn.WithIdentifier( + nd <= 2 + ? Identifier(span[..3].ToString()) + : Identifier($"{span[..3]}{nd - 1}") + ) + : null, + _ => null + }; }