From eef028023c7538edb8f16ecef3a4507756ab61a1 Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Wed, 31 Jul 2019 19:46:58 +0100 Subject: [PATCH] Miscellaneous windowing fixes (#27) * Start experimenting with a basic triangle program. * Some more work * Include error code in exception message * Remove MakeCurrent * Add a WindowBuilder * Implement the dispatcher ourselves for Update and Render only * Fix the current context bug * Allow invocation on the main thread from the main thread * Invoke within VSync setter * Fix a NRE, assign everything, and remove initialOptions * Fix an InvalidOperationException * Actually fix it :P * Remove the double assignment of UseSingleThreadedWindow * Continue with triangle example * Delete WindowBuilder.cs * Run a Using cleanup on the entire project --- Silk.NET.sln | 15 + build/binder_specifications/GLES.json | 1790 ++--- .../OpenGL (Compatibility Profile).json | 7046 ++++++++--------- build/binder_specifications/OpenGL.json | 3650 ++++----- examples/BlankWindow/Program.cs | 2 - examples/Triangle/Game.cs | 70 + examples/Triangle/Program.cs | 11 + examples/Triangle/Triangle.csproj | 14 + .../Overloading/PointerParameterOverloader.cs | 1 - .../PointerReturnValueOverloader.cs | 1 - .../Bind/Overloading/StaticCountOverloader.cs | 1 - src/Core/BuildTools/Bind/ProfileWriter.cs | 3 - .../ProfileConstructorExtensions.cs | 1 - src/OpenGL/Silk.NET.OpenGL.Legacy/GL.cs | 1 - src/Windowing/Silk.NET.GLFW/Glfw.cs | 2 +- .../Interfaces/IWindowFunctions.cs | 5 - .../WindowExtensions.cs | 22 + .../WindowOptions.cs | 2 +- .../GlfwPlatform.cs | 3 +- .../Silk.NET.Windowing.Desktop/GlfwWindow.cs | 125 +- 20 files changed, 6456 insertions(+), 6309 deletions(-) create mode 100644 examples/Triangle/Game.cs create mode 100644 examples/Triangle/Program.cs create mode 100644 examples/Triangle/Triangle.csproj create mode 100644 src/Windowing/Silk.NET.Windowing.Common/WindowExtensions.cs diff --git a/Silk.NET.sln b/Silk.NET.sln index bb44d31f6d..c72b13ae9f 100644 --- a/Silk.NET.sln +++ b/Silk.NET.sln @@ -165,6 +165,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.OpenGLES.Extension EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{0651C5EF-50AA-4598-8D9C-8F210ADD8490}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Triangle", "examples\Triangle\Triangle.csproj", "{3478F392-7055-4ECC-B388-7F115AA7EA5A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -1030,6 +1032,18 @@ Global {8D534FE1-6113-457A-97DD-FD42782580A5}.Release|x64.Build.0 = Release|Any CPU {8D534FE1-6113-457A-97DD-FD42782580A5}.Release|x86.ActiveCfg = Release|Any CPU {8D534FE1-6113-457A-97DD-FD42782580A5}.Release|x86.Build.0 = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|x64.ActiveCfg = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|x64.Build.0 = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|x86.ActiveCfg = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Debug|x86.Build.0 = Debug|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|Any CPU.Build.0 = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|x64.ActiveCfg = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|x64.Build.0 = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|x86.ActiveCfg = Release|Any CPU + {3478F392-7055-4ECC-B388-7F115AA7EA5A}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {BFE429EB-4C2E-4BF3-A302-C9C5A2FDA6D7} = {23324041-2076-477C-A4BF-B385B8066C6C} @@ -1104,5 +1118,6 @@ Global {8D534FE1-6113-457A-97DD-FD42782580A5} = {CF69D5C3-4ACE-4458-BA5A-0E9A3B294CDC} {FD24E9FF-1097-4777-A418-F2D88C558665} = {0651C5EF-50AA-4598-8D9C-8F210ADD8490} {136C6154-D300-4B82-80D3-17B637841A2B} = {0651C5EF-50AA-4598-8D9C-8F210ADD8490} + {3478F392-7055-4ECC-B388-7F115AA7EA5A} = {E1F91563-7277-4E9B-A3B7-8D5FD9802A4A} EndGlobalSection EndGlobal diff --git a/build/binder_specifications/GLES.json b/build/binder_specifications/GLES.json index b0cada2cee..bc10413cd0 100644 --- a/build/binder_specifications/GLES.json +++ b/build/binder_specifications/GLES.json @@ -7165,7 +7165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -7265,7 +7265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -7368,7 +7368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n/// \n", "ExtensionName": "Core" }, { @@ -7514,7 +7514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -7605,7 +7605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "Core" }, { @@ -7683,7 +7683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "Core" }, { @@ -7731,7 +7731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -7808,7 +7808,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from label and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from label and length.\n/// \n", "ExtensionName": "Core" }, { @@ -7872,7 +7872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from label and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from label and length.\n/// \n", "ExtensionName": "Core" }, { @@ -7889,7 +7889,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -7966,7 +7966,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from message and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from message and length.\n/// \n", "ExtensionName": "Core" } ], @@ -7989,7 +7989,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -8059,7 +8059,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -8129,7 +8129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -8199,7 +8199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -8321,7 +8321,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -8358,7 +8358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// Specifies which texture unit to make active. The number of texture units is\n/// implementation-dependent, but must be at least 32. texture must be one of GL_TEXTUREi, where i\n/// ranges from zero to the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is\n/// GL_TEXTURE0.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// Specifies which texture unit to make active. The number of texture units is\n/// implementation-dependent, but must be at least 32. texture must be one of GL_TEXTUREi, where i\n/// ranges from zero to the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is\n/// GL_TEXTURE0.\n/// \n", "ExtensionName": "Core" }, { @@ -8402,7 +8402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attaches a shader object to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to which a shader object will be attached.\r\n/// \r\n/// \r\n/// Specifies the shader object that is to be attached.\r\n/// \r\n", + "Doc": "/// \n/// Attaches a shader object to a program object.\n/// \n/// \n/// Specifies the program object to which a shader object will be attached.\n/// \n/// \n/// Specifies the shader object that is to be attached.\n/// \n", "ExtensionName": "Core" }, { @@ -8459,7 +8459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associates a generic vertex attribute index with a named attribute variable.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object in which the association is to be made.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be bound.\r\n/// \r\n/// \r\n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\r\n/// \r\n", + "Doc": "/// \n/// Associates a generic vertex attribute index with a named attribute variable.\n/// \n/// \n/// Specifies the handle of the program object in which the association is to be made.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be bound.\n/// \n/// \n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\n/// \n", "ExtensionName": "Core" }, { @@ -8503,7 +8503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound. The symbolic constant must be\n/// GL_ARRAY_BUFFER, GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER,\n/// GL_DRAW_INDIRECT_BUFFER, GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or\n/// GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of a buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound. The symbolic constant must be\n/// GL_ARRAY_BUFFER, GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER,\n/// GL_DRAW_INDIRECT_BUFFER, GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or\n/// GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the name of a buffer object.\n/// \n", "ExtensionName": "Core" }, { @@ -8547,7 +8547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -8591,7 +8591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -8635,7 +8635,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named texture to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound. Must be either GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP,\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named texture to a texturing target.\n/// \n/// \n/// Specifies the target to which the texture is bound. Must be either GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP,\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -8705,7 +8705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "Core" }, { @@ -8736,7 +8736,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -8780,7 +8780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -8824,7 +8824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -8894,7 +8894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -8968,7 +8968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_DRAW_INDIRECT_BUFFER,\n/// GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's data store.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_DRAW_INDIRECT_BUFFER,\n/// GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\n/// \n", "ExtensionName": "Core" }, { @@ -9042,7 +9042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Updates a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_DRAW_INDIRECT_BUFFER,\n/// GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being replaced.\r\n/// \r\n/// \r\n/// Specifies a pointer to the new data that will be copied into the data store.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Updates a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_ATOMIC_COUNTER_BUFFER, GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_DRAW_INDIRECT_BUFFER,\n/// GL_DISPATCH_INDIRECT_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being replaced.\n/// \n/// \n/// Specifies a pointer to the new data that will be copied into the data store.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9073,7 +9073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target of the framebuffer completeness check.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target of the framebuffer completeness check.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -9104,7 +9104,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear buffers to preset values.\r\n/// \r\n/// \r\n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Clear buffers to preset values.\n/// \n/// \n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\n/// \n", "ExtensionName": "Core" }, { @@ -9174,7 +9174,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify clear values for the color buffers.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify clear values for the color buffers.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n", "ExtensionName": "Core" }, { @@ -9205,7 +9205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -9236,7 +9236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the stencil buffer.\r\n/// \r\n/// \r\n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the stencil buffer.\n/// \n/// \n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -9306,7 +9306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n", "ExtensionName": "Core" }, { @@ -9337,7 +9337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Compiles a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be compiled.\r\n/// \r\n", + "Doc": "/// \n/// Compiles a shader object.\n/// \n/// \n/// Specifies the shader object to be compiled.\n/// \n", "ExtensionName": "Core" }, { @@ -9463,7 +9463,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 2D and cube-mapped texture\n/// images that are at least 2048 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 2D and cube-mapped texture\n/// images that are at least 2048 texels high.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 2D and cube-mapped texture\n/// images that are at least 2048 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 2D and cube-mapped texture\n/// images that are at least 2048 texels high.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9602,7 +9602,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9724,7 +9724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a 2D texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RGB, GL_RGBA, GL_R8, GL_RG8, GL_RGB565, GL_RGB8,\n/// GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_SRGB8, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I,\n/// GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I,\n/// GL_RGBA8UI, GL_RGB10_A2UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image.\r\n/// \r\n/// \r\n/// Specifies the width of the border. Must be 0.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a 2D texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RGB, GL_RGBA, GL_R8, GL_RG8, GL_RGB565, GL_RGB8,\n/// GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_SRGB8, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I,\n/// GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I,\n/// GL_RGBA8UI, GL_RGB10_A2UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture image.\n/// \n/// \n/// Specifies the height of the texture image.\n/// \n/// \n/// Specifies the width of the border. Must be 0.\n/// \n", "ExtensionName": "Core" }, { @@ -9846,7 +9846,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -9863,7 +9863,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -9894,7 +9894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a shader object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -9925,7 +9925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether front- or back-facing polygons can be culled.\r\n/// \r\n/// \r\n/// Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether front- or back-facing polygons can be culled.\n/// \n/// \n/// Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\n/// \n", "ExtensionName": "Core" }, { @@ -9973,7 +9973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of buffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to be deleted.\n/// \n/// \n/// Specifies an array of buffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10021,7 +10021,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10052,7 +10052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// Specifies the program object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -10100,7 +10100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10131,7 +10131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a shader object.\n/// \n/// \n/// Specifies the shader object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -10179,7 +10179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named textures.\r\n/// \r\n/// \r\n/// Specifies the number of textures to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of textures to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named textures.\n/// \n/// \n/// Specifies the number of textures to be deleted.\n/// \n/// \n/// Specifies an array of textures to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10210,7 +10210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value used for depth buffer comparisons.\r\n/// \r\n/// \r\n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value used for depth buffer comparisons.\n/// \n/// \n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\n/// \n", "ExtensionName": "Core" }, { @@ -10241,7 +10241,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable writing into the depth buffer.\r\n/// \r\n/// \r\n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable writing into the depth buffer.\n/// \n/// \n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\n/// \n", "ExtensionName": "Core" }, { @@ -10285,7 +10285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0.\n/// \n/// \n/// Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -10329,7 +10329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Detaches a shader object from a program object to which it is attached.\r\n/// \r\n/// \r\n/// Specifies the program object from which to detach the shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be detached.\r\n/// \r\n", + "Doc": "/// \n/// Detaches a shader object from a program object to which it is attached.\n/// \n/// \n/// Specifies the program object from which to detach the shader object.\n/// \n/// \n/// Specifies the shader object to be detached.\n/// \n", "ExtensionName": "Core" }, { @@ -10360,7 +10360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n", "ExtensionName": "Core" }, { @@ -10391,7 +10391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -10448,7 +10448,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n", "ExtensionName": "Core" }, { @@ -10525,7 +10525,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10556,7 +10556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n", "ExtensionName": "Core" }, { @@ -10587,7 +10587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -10604,7 +10604,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block until all GL execution is complete.\r\n/// \r\n", + "Doc": "/// \n/// Block until all GL execution is complete.\n/// \n", "ExtensionName": "Core" }, { @@ -10621,7 +10621,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Force execution of GL commands in finite time.\r\n/// \r\n", + "Doc": "/// \n/// Force execution of GL commands in finite time.\n/// \n", "ExtensionName": "Core" }, { @@ -10691,7 +10691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer to the currently bound framebuffer object.\n/// \n/// \n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -10774,7 +10774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer to the currently bound framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer. attachment must be GL_COLOR_ATTACHMENTi,\n/// GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT or GL_DEPTH_STENCIL_ATTACHMENT.\r\n/// \r\n/// \r\n/// Specifies a 2D texture target, 2D multisample texture target, or for cube map textures, which face\n/// is to be attached.\r\n/// \r\n/// \r\n/// Specifies the texture object to attach to the framebuffer attachment point named by attachment.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of texture to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer to the currently bound framebuffer object.\n/// \n/// \n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\n/// \n/// \n/// Specifies the attachment point of the framebuffer. attachment must be GL_COLOR_ATTACHMENTi,\n/// GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT or GL_DEPTH_STENCIL_ATTACHMENT.\n/// \n/// \n/// Specifies a 2D texture target, 2D multisample texture target, or for cube map textures, which face\n/// is to be attached.\n/// \n/// \n/// Specifies the texture object to attach to the framebuffer attachment point named by attachment.\n/// \n/// \n/// Specifies the mipmap level of texture to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -10805,7 +10805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define front- and back-facing polygons.\r\n/// \r\n/// \r\n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\r\n/// \r\n", + "Doc": "/// \n/// Define front- and back-facing polygons.\n/// \n/// \n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\n/// \n", "ExtensionName": "Core" }, { @@ -10853,7 +10853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate buffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of buffer object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated buffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate buffer object names.\n/// \n/// \n/// Specifies the number of buffer object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated buffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10884,7 +10884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture target.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture whose mimaps to generate is bound. target must be\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture target.\n/// \n/// \n/// Specifies the target to which the texture whose mimaps to generate is bound. target must be\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or GL_TEXTURE_CUBE_MAP.\n/// \n", "ExtensionName": "Core" }, { @@ -10932,7 +10932,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated framebuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated framebuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10980,7 +10980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11028,7 +11028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate texture names.\r\n/// \r\n/// \r\n/// Specifies the number of texture names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated texture names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate texture names.\n/// \n/// \n/// Specifies the number of texture names to be generated.\n/// \n/// \n/// Specifies an array in which the generated texture names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11153,7 +11153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active attribute variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the attribute variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the attribute variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active attribute variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the attribute variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the attribute variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11278,7 +11278,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active uniform variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the uniform variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active uniform variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the uniform variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the uniform variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11356,7 +11356,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the handles of the shader objects attached to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the array for storing the returned object names.\r\n/// \r\n/// \r\n/// Returns the number of names actually returned in shaders.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array that is used to return the names of attached shader objects.\r\n/// This parameter's element count is taken from maxCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the handles of the shader objects attached to a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the size of the array for storing the returned object names.\n/// \n/// \n/// Returns the number of names actually returned in shaders.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array that is used to return the names of attached shader objects.\n/// This parameter's element count is taken from maxCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11400,7 +11400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of an attribute variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of an attribute variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -11450,7 +11450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -11513,7 +11513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER or\n/// GL_ELEMENT_ARRAY_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER or\n/// GL_ELEMENT_ARRAY_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11530,7 +11530,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return error information.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return error information.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -11580,7 +11580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -11656,7 +11656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a bound framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target of the query operation.\r\n/// \r\n/// \r\n/// Specifies the attachment within target\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a bound framebuffer object.\n/// \n/// \n/// Specifies the target of the query operation.\n/// \n/// \n/// Specifies the attachment within target\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11706,7 +11706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -11784,7 +11784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a program object.\r\n/// \r\n/// \r\n/// Specifies the program object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a program object.\n/// \n/// \n/// Specifies the program object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11847,7 +11847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_ATTACHED_SHADERS,\n/// GL_COMPUTE_WORK_GROUP_SIZE, GL_DELETE_STATUS, GL_INFO_LOG_LENGTH, GL_LINK_STATUS,\n/// GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_PROGRAM_SEPARABLE, GL_TRANSFORM_FEEDBACK_BUFFER_MODE,\n/// GL_TRANSFORM_FEEDBACK_VARYINGS, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH and GL_VALIDATE_STATUS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_ATTACHED_SHADERS,\n/// GL_COMPUTE_WORK_GROUP_SIZE, GL_DELETE_STATUS, GL_INFO_LOG_LENGTH, GL_LINK_STATUS,\n/// GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_PROGRAM_SEPARABLE, GL_TRANSFORM_FEEDBACK_BUFFER_MODE,\n/// GL_TRANSFORM_FEEDBACK_VARYINGS, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH and GL_VALIDATE_STATUS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11910,7 +11910,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about a bound renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target of the query operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the renderbuffer bound to target.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about a bound renderbuffer object.\n/// \n/// \n/// Specifies the target of the query operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the renderbuffer bound to target.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -11988,7 +11988,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a shader object.\n/// \n/// \n/// Specifies the shader object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12051,7 +12051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12129,7 +12129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12207,7 +12207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the source code string from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the character buffer for storing the returned source code string.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in source (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the source code string.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the source code string from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the size of the character buffer for storing the returned source code string.\n/// \n/// \n/// Returns the length of the string returned in source (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the source code string.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12238,7 +12238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_EXTENSIONS, GL_RENDERER, GL_SHADING_LANGUAGE_VERSION,\n/// GL_VENDOR, or GL_VERSION. glGetStringi accepts only the GL_EXTENSIONS token.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_EXTENSIONS, GL_RENDERER, GL_SHADING_LANGUAGE_VERSION,\n/// GL_VENDOR, or GL_VERSION. glGetStringi accepts only the GL_EXTENSIONS token.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12301,7 +12301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the target texture. GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_3D, and GL_TEXTURE_CUBE_MAP are accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE,\n/// GL_TEXTURE_IMMUTABLE_FORMAT, GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A,\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the symbolic name of the target texture. GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_3D, and GL_TEXTURE_CUBE_MAP are accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE,\n/// GL_TEXTURE_IMMUTABLE_FORMAT, GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A,\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12364,7 +12364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the target texture. GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_3D, and GL_TEXTURE_CUBE_MAP are accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE,\n/// GL_TEXTURE_IMMUTABLE_FORMAT, GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A,\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the symbolic name of the target texture. GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_3D, and GL_TEXTURE_CUBE_MAP are accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE,\n/// GL_TEXTURE_IMMUTABLE_FORMAT, GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A,\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12428,7 +12428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12492,7 +12492,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12536,7 +12536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12597,7 +12597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_CURRENT_VERTEX_ATTRIB, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED,\n/// GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE,\n/// GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR,\n/// or GL_VERTEX_ATTRIB_BINDING.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_CURRENT_VERTEX_ATTRIB, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED,\n/// GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE,\n/// GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR,\n/// or GL_VERTEX_ATTRIB_BINDING.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12658,7 +12658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_CURRENT_VERTEX_ATTRIB, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED,\n/// GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE,\n/// GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR,\n/// or GL_VERTEX_ATTRIB_BINDING.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_CURRENT_VERTEX_ATTRIB, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED,\n/// GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE,\n/// GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR,\n/// or GL_VERTEX_ATTRIB_BINDING.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12719,7 +12719,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -12763,7 +12763,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify implementation-specific hints.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the behavior to be controlled.\n/// GL_FRAGMENT_SHADER_DERIVATIVE_HINT, and GL_GENERATE_MIPMAP_HINT are accepted.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\r\n/// \r\n", + "Doc": "/// \n/// Specify implementation-specific hints.\n/// \n/// \n/// Specifies a symbolic constant indicating the behavior to be controlled.\n/// GL_FRAGMENT_SHADER_DERIVATIVE_HINT, and GL_GENERATE_MIPMAP_HINT are accepted.\n/// \n/// \n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\n/// \n", "ExtensionName": "Core" }, { @@ -12794,7 +12794,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a buffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a buffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a buffer object.\n/// \n/// \n/// Specifies a value that may be the name of a buffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12825,7 +12825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12856,7 +12856,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12887,7 +12887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// Specifies a potential program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// Specifies a potential program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12918,7 +12918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12949,7 +12949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a shader object.\r\n/// \r\n/// \r\n/// Specifies a potential shader object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a shader object.\n/// \n/// \n/// Specifies a potential shader object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -12980,7 +12980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a texture.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a texture.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a texture.\n/// \n/// \n/// Specifies a value that may be the name of a texture.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -13011,7 +13011,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the width of rasterized lines.\r\n/// \r\n/// \r\n/// Specifies the width of rasterized lines. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the width of rasterized lines.\n/// \n/// \n/// Specifies the width of rasterized lines. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -13042,7 +13042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Links a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be linked.\r\n/// \r\n", + "Doc": "/// \n/// Links a program object.\n/// \n/// \n/// Specifies the handle of the program object to be linked.\n/// \n", "ExtensionName": "Core" }, { @@ -13086,7 +13086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set pixel storage modes.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT, GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS,\n/// GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect the unpacking of pixel data from memory:\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\r\n/// \r\n/// \r\n/// Specifies the value that pname is set to.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel storage modes.\n/// \n/// \n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT, GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS,\n/// GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect the unpacking of pixel data from memory:\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\n/// \n/// \n/// Specifies the value that pname is set to.\n/// \n", "ExtensionName": "Core" }, { @@ -13130,7 +13130,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the scale and units used to calculate depth values.\r\n/// \r\n/// \r\n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\r\n/// \r\n/// \r\n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Set the scale and units used to calculate depth values.\n/// \n/// \n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\n/// \n/// \n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -13248,7 +13248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Read a block of pixels from the frame buffer.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single\n/// pixel.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single\n/// pixel.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RGBA, and\n/// GL_RGBA_INTEGER. An implementation-chosen format will also be accepted. This can be queried with\n/// glGet and GL_IMPLEMENTATION_COLOR_READ_FORMAT.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_INT,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_INT, or GL_FLOAT. An implementation-chosen type will also be\n/// accepted. This can be queried with glGet and GL_IMPLEMENTATION_COLOR_READ_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Read a block of pixels from the frame buffer.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single\n/// pixel.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single\n/// pixel.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RGBA, and\n/// GL_RGBA_INTEGER. An implementation-chosen format will also be accepted. This can be queried with\n/// glGet and GL_IMPLEMENTATION_COLOR_READ_FORMAT.\n/// \n/// \n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_INT,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_INT, or GL_FLOAT. An implementation-chosen type will also be\n/// accepted. This can be queried with glGet and GL_IMPLEMENTATION_COLOR_READ_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -13265,7 +13265,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release resources consumed by the implementation's shader compiler.\r\n/// \r\n", + "Doc": "/// \n/// Release resources consumed by the implementation's shader compiler.\n/// \n", "ExtensionName": "Core" }, { @@ -13335,7 +13335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -13379,7 +13379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify multisample coverage parameters.\r\n/// \r\n/// \r\n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\r\n/// \r\n/// \r\n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify multisample coverage parameters.\n/// \n/// \n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\n/// \n/// \n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\n/// \n", "ExtensionName": "Core" }, { @@ -13449,7 +13449,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box.\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" }, { @@ -13540,7 +13540,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load pre-compiled shader binaries.\r\n/// \r\n/// \r\n/// Specifies the number of shader object handles contained in shaders.\r\n/// \r\n/// \r\n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the length of the array whose address is given in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load pre-compiled shader binaries.\n/// \n/// \n/// Specifies the number of shader object handles contained in shaders.\n/// \n/// \n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the length of the array whose address is given in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -13618,7 +13618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replaces the source code in a shader object.\r\n/// \r\n/// \r\n/// Specifies the handle of the shader object whose source code is to be replaced.\r\n/// \r\n/// \r\n/// Specifies the number of elements in the string and length arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of string lengths.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replaces the source code in a shader object.\n/// \n/// \n/// Specifies the handle of the shader object whose source code is to be replaced.\n/// \n/// \n/// Specifies the number of elements in the string and length arrays.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies an array of string lengths.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -13675,7 +13675,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back function and reference value for stencil testing.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -13745,7 +13745,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back function and reference value for stencil testing.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -13776,7 +13776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -13820,7 +13820,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and/or back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and/or back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -13877,7 +13877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back stencil test actions.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back stencil test actions.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -13947,7 +13947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back stencil test actions.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back stencil test actions.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n", "ExtensionName": "Core" }, { @@ -14091,7 +14091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 2048 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support texture images that are at\n/// least 2048 texels high.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 2048 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support texture images that are at\n/// least 2048 texels high.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14148,7 +14148,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\r\n/// \r\n/// \r\n/// Specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\n/// \n/// \n/// Specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -14211,7 +14211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14268,7 +14268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\r\n/// \r\n/// \r\n/// Specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\n/// \n/// \n/// Specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -14331,7 +14331,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target texture, which must be either GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, or GL_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the\n/// following: GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G,\n/// GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or\n/// GL_TEXTURE_WRAP_R.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14475,7 +14475,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14519,7 +14519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -14580,7 +14580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14624,7 +14624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -14685,7 +14685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14742,7 +14742,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -14803,7 +14803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14860,7 +14860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -14921,7 +14921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14991,7 +14991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15052,7 +15052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15122,7 +15122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15183,7 +15183,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15266,7 +15266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15327,7 +15327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15410,7 +15410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15471,7 +15471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15545,7 +15545,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15619,7 +15619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15693,7 +15693,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -15724,7 +15724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Installs a program object as part of current rendering state.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\r\n/// \r\n", + "Doc": "/// \n/// Installs a program object as part of current rendering state.\n/// \n/// \n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\n/// \n", "ExtensionName": "Core" }, { @@ -15755,7 +15755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validates a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be validated.\r\n/// \r\n", + "Doc": "/// \n/// Validates a program object.\n/// \n/// \n/// Specifies the handle of the program object to be validated.\n/// \n", "ExtensionName": "Core" }, { @@ -15799,7 +15799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15847,7 +15847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -15904,7 +15904,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -15952,7 +15952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -16022,7 +16022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16070,7 +16070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -16153,7 +16153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16201,7 +16201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -16305,7 +16305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial\n/// value is 4.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by both\n/// functions. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_FIXED, GL_INT_2_10_10_10_REV, and\n/// GL_UNSIGNED_INT_2_10_10_10_REV are accepted by glVertexAttribPointer. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed. This parameter is\n/// ignored if type is GL_FIXED.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the\n/// generic vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is\n/// currently bound to the GL_ARRAY_BUFFER target, pointer specifies an offset of into the array in the\n/// data store of that buffer. The initial value is 0.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial\n/// value is 4.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by both\n/// functions. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_FIXED, GL_INT_2_10_10_10_REV, and\n/// GL_UNSIGNED_INT_2_10_10_10_REV are accepted by glVertexAttribPointer. The initial value is GL_FLOAT.\n/// \n/// \n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed. This parameter is\n/// ignored if type is GL_FIXED.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the\n/// generic vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is\n/// currently bound to the GL_ARRAY_BUFFER target, pointer specifies an offset of into the array in the\n/// data store of that buffer. The initial value is 0.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16375,7 +16375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the viewport.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Set the viewport.\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" } ], @@ -16425,7 +16425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -16456,7 +16456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n/// \r\n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n/// \n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\n/// \n", "ExtensionName": "Core" }, { @@ -16513,7 +16513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -16596,7 +16596,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffet object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_SHADER_STORAGE_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffet object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -16640,7 +16640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named sampler to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the index of the texture unit to which the sampler is bound.\r\n/// \r\n/// \r\n/// Specifies the name of a sampler.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named sampler to a texturing target.\n/// \n/// \n/// Specifies the index of the texture unit to which the sampler is bound.\n/// \n/// \n/// Specifies the name of a sampler.\n/// \n", "ExtensionName": "Core" }, { @@ -16684,7 +16684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "Core" }, { @@ -16715,7 +16715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -16863,7 +16863,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "Core" }, { @@ -16933,7 +16933,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of the currently bound draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The value to clear a depth render buffer to.\r\n/// \r\n/// \r\n/// The value to clear a stencil render buffer to.\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of the currently bound draw framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The value to clear a depth render buffer to.\n/// \n/// \n/// The value to clear a stencil render buffer to.\n/// \n", "ExtensionName": "Core" }, { @@ -16996,7 +16996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of the currently bound draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of the currently bound draw framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// To be added.\n/// \n/// \n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17059,7 +17059,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of the currently bound draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of the currently bound draw framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// To be added.\n/// \n/// \n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17122,7 +17122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of the currently bound draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of the currently bound draw framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// To be added.\n/// \n/// \n/// For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the\n/// buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil\n/// buffers, a pointer to a single stencil value to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17179,7 +17179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -17318,7 +17318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D, or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D, or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image.\n/// \n/// \n/// Specifies the height of the texture image.\n/// \n/// \n/// Specifies the depth of the texture image.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17483,7 +17483,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17566,7 +17566,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from readtarget to\n/// writetarget.\r\n/// \r\n", + "Doc": "/// \n/// Copy part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from readtarget to\n/// writetarget.\n/// \n", "ExtensionName": "Core" }, { @@ -17701,7 +17701,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -17749,7 +17749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17797,7 +17797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named sampler objects.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array of sampler objects to be deleted.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named sampler objects.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array of sampler objects to be deleted.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17828,7 +17828,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -17876,7 +17876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17924,7 +17924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17994,7 +17994,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18042,7 +18042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18132,7 +18132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18235,7 +18235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18266,7 +18266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n", "ExtensionName": "Core" }, { @@ -18283,7 +18283,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n", "ExtensionName": "Core" }, { @@ -18327,7 +18327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -18384,7 +18384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target of the flush operation. target must be GL_ARRAY_BUFFER, GL_COPY_READ_BUFFER,\n/// GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target of the flush operation. target must be GL_ARRAY_BUFFER, GL_COPY_READ_BUFFER,\n/// GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "Core" }, { @@ -18467,7 +18467,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture to a framebuffer.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer. attachment must be GL_COLOR_ATTACHMENTi,\n/// GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT or GL_DEPTH_STENCIL_ATTACHMENT.\r\n/// \r\n/// \r\n/// Specifies the texture object to attach to the framebuffer attachment point named by attachment.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of texture to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of texture to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture to a framebuffer.\n/// \n/// \n/// Specifies the framebuffer target. target must be GL_DRAW_FRAMEBUFFER, GL_READ_FRAMEBUFFER, or\n/// GL_FRAMEBUFFER. GL_FRAMEBUFFER is equivalent to GL_DRAW_FRAMEBUFFER.\n/// \n/// \n/// Specifies the attachment point of the framebuffer. attachment must be GL_COLOR_ATTACHMENTi,\n/// GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT or GL_DEPTH_STENCIL_ATTACHMENT.\n/// \n/// \n/// Specifies the texture object to attach to the framebuffer attachment point named by attachment.\n/// \n/// \n/// Specifies the mipmap level of texture to attach.\n/// \n/// \n/// Specifies the layer of texture to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -18515,7 +18515,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18563,7 +18563,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate sampler object names.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated sampler object names are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate sampler object names.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array in which the generated sampler object names are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18611,7 +18611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18659,7 +18659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18737,7 +18737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query information about an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query information about an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the name of the parameter to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18828,7 +18828,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the name of an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer addressed by uniformBlockName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the name of an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the size of the buffer addressed by uniformBlockName.\n/// \n/// \n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18922,7 +18922,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about several active uniform variables for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\r\n/// \r\n/// \r\n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\r\n/// This parameter's element count is taken from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from uniformCount and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about several active uniform variables for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\n/// \n/// \n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\n/// This parameter's element count is taken from uniformCount.\n///\n/// \n/// \n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from uniformCount and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -18985,7 +18985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19046,7 +19046,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the pointer to a mapped buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. The symbolic constant must be GL_BUFFER_MAP_POINTER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the pointer to a mapped buffer object's data store.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the pointer to be returned. The symbolic constant must be GL_BUFFER_MAP_POINTER.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19096,7 +19096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color numbers to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to query\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color numbers to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to query\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -19159,7 +19159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -19209,7 +19209,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -19272,7 +19272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -19359,7 +19359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_RENDERBUFFER or\n/// GL_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of integers that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_RENDERBUFFER or\n/// GL_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of integers that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19454,7 +19454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19517,7 +19517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19580,7 +19580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19643,7 +19643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R,\n/// GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R,\n/// GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19706,7 +19706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R,\n/// GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R,\n/// GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19750,7 +19750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_EXTENSIONS, GL_RENDERER, GL_SHADING_LANGUAGE_VERSION,\n/// GL_VENDOR, or GL_VERSION. glGetStringi accepts only the GL_EXTENSIONS token.\r\n/// \r\n/// \r\n/// For glGetStringi, specifies the index of the string to return.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_EXTENSIONS, GL_RENDERER, GL_SHADING_LANGUAGE_VERSION,\n/// GL_VENDOR, or GL_VERSION. glGetStringi accepts only the GL_EXTENSIONS token.\n/// \n/// \n/// For glGetStringi, specifies the index of the string to return.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -19841,7 +19841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19966,7 +19966,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about varying variables selected for transform feedback.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The index of the varying variable whose information to retrieve.\r\n/// \r\n/// \r\n/// The maximum number of characters, including the null terminator, that may be written into name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will receive the size of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will recieve the type of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the name of the varying.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about varying variables selected for transform feedback.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The index of the varying variable whose information to retrieve.\n/// \n/// \n/// The maximum number of characters, including the null terminator, that may be written into name.\n/// \n/// \n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will receive the size of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will recieve the type of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a buffer into which will be written the name of the varying.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20014,7 +20014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the address an array of characters containing the name of the uniform block whose index\n/// to retrieve.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the address an array of characters containing the name of the uniform block whose index\n/// to retrieve.\n/// This parameter contains 0 elements.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20096,7 +20096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the number of uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array that will receive the indices of the uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing uniforms whose indices to query.\n/// \n/// \n/// Specifies the number of uniforms whose indices to query.\n/// \n/// \n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n/// \n/// Specifies the address of an array that will receive the indices of the uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20160,7 +20160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20221,7 +20221,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -20282,7 +20282,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -20343,7 +20343,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the contents of attachments within a framebuffer.\r\n/// \r\n/// \r\n/// Specifies the target of the invalidate operation. Must be GL_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// Specifies how many attachments are supplied in the attachments list.\r\n/// \r\n/// \r\n/// A list of numAttachments attachments to invalidate.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the contents of attachments within a framebuffer.\n/// \n/// \n/// Specifies the target of the invalidate operation. Must be GL_FRAMEBUFFER.\n/// \n/// \n/// Specifies how many attachments are supplied in the attachments list.\n/// \n/// \n/// A list of numAttachments attachments to invalidate.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20456,7 +20456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate portions of the contents of attachments within a framebuffer.\r\n/// \r\n/// \r\n/// Specifies the target of the invalidate operation. Must be GL_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// Specifies how many attachments are supplied in the attachments list.\r\n/// \r\n/// \r\n/// A list of numAttachments attachments to invalidate.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n/// \r\n/// Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at\n/// (0,0).\r\n/// \r\n/// \r\n/// Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at\n/// (0,0).\r\n/// \r\n/// \r\n/// Specifies the width of the pixel rectangle to invalidate.\r\n/// \r\n/// \r\n/// Specifies the height of the pixel rectangle to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate portions of the contents of attachments within a framebuffer.\n/// \n/// \n/// Specifies the target of the invalidate operation. Must be GL_FRAMEBUFFER.\n/// \n/// \n/// Specifies how many attachments are supplied in the attachments list.\n/// \n/// \n/// A list of numAttachments attachments to invalidate.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n/// \n/// Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at\n/// (0,0).\n/// \n/// \n/// Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at\n/// (0,0).\n/// \n/// \n/// Specifies the width of the pixel rectangle to invalidate.\n/// \n/// \n/// Specifies the height of the pixel rectangle to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -20487,7 +20487,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20518,7 +20518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sampler object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sampler object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20549,7 +20549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20580,7 +20580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20611,7 +20611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20681,7 +20681,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map a section of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target buffer is bound.\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map a section of a buffer object's data store.\n/// \n/// \n/// Specifies a binding to which the target buffer is bound.\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the range.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -20698,7 +20698,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -20772,7 +20772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address of an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -20829,7 +20829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" }, { @@ -20860,7 +20860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a color buffer source for pixels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select a color buffer source for pixels.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20943,7 +20943,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -20960,7 +20960,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -21017,7 +21017,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -21080,7 +21080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21137,7 +21137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -21200,7 +21200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the\n/// following: GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_COMPARE_MODE, or\n/// GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21358,7 +21358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be one of GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 256 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA,\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be one of GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 256 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\n/// \n/// \n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA,\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21441,7 +21441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a two-dimensional texture.\r\n/// \r\n/// \r\n/// Specify the target of the operation. target must be one of GL_TEXTURE_2D, or GL_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a two-dimensional texture.\n/// \n/// \n/// Specify the target of the operation. target must be one of GL_TEXTURE_2D, or GL_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -21537,7 +21537,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array\n/// texture.\r\n/// \r\n/// \r\n/// Specify the target of the operation. target must be one of GL_TEXTURE_3D, or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array\n/// texture.\n/// \n/// \n/// Specify the target of the operation. target must be one of GL_TEXTURE_3D, or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -21708,7 +21708,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED,\n/// GL_RED_INTEGER, GL_RG, GL_RG_INTEGER, GL_RGB, GL_RGB_INTEGER, GL_RGBA, GL_RGBA_INTEGER,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_LUMINANCE_ALPHA, GL_LUMINANCE, and GL_ALPHA.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT,\n/// GL_FLOAT, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_5_5_5_1,\n/// GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV,\n/// GL_UNSIGNED_INT_24_8, and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21782,7 +21782,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify values to record in transform feedback buffers.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The number of varying variables used for transform feedback.\r\n/// \r\n/// \r\n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\r\n/// \r\n", + "Doc": "/// \n/// Specify values to record in transform feedback buffers.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The number of varying variables used for transform feedback.\n/// \n/// \n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\n/// \n", "ExtensionName": "Core" }, { @@ -21826,7 +21826,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21887,7 +21887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -21944,7 +21944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22005,7 +22005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22075,7 +22075,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22136,7 +22136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22219,7 +22219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22280,7 +22280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22337,7 +22337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Assign a binding point to an active uniform block.\r\n/// \r\n/// \r\n/// The name of a program object containing the active uniform block whose binding to assign.\r\n/// \r\n/// \r\n/// The index of the active uniform block within program whose binding to assign.\r\n/// \r\n/// \r\n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\r\n/// \r\n", + "Doc": "/// \n/// Assign a binding point to an active uniform block.\n/// \n/// \n/// The name of a program object containing the active uniform block whose binding to assign.\n/// \n/// \n/// The index of the active uniform block within program whose binding to assign.\n/// \n/// \n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\n/// \n", "ExtensionName": "Core" }, { @@ -22411,7 +22411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22485,7 +22485,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22559,7 +22559,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22633,7 +22633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22707,7 +22707,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22781,7 +22781,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -22812,7 +22812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -22856,7 +22856,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "Core" }, { @@ -22939,7 +22939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22987,7 +22987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -23070,7 +23070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23118,7 +23118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -23209,7 +23209,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "Core" }, { @@ -23266,7 +23266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags must be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags must be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "Core" } ], @@ -23316,7 +23316,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -23425,7 +23425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// Specifies the index of the image unit to which to bind the texture\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted loads and stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// Specifies the index of the image unit to which to bind the texture\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted loads and stores.\n/// \n", "ExtensionName": "Core" }, { @@ -23456,7 +23456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "Core" }, { @@ -23526,7 +23526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer to a vertex buffer bind point.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding point to which to bind the buffer.\r\n/// \r\n/// \r\n/// The name of an existing buffer to bind to the vertex buffer binding point.\r\n/// \r\n/// \r\n/// The offset of the first element of the buffer.\r\n/// \r\n/// \r\n/// The distance between elements within the buffer.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer to a vertex buffer bind point.\n/// \n/// \n/// The index of the vertex buffer binding point to which to bind the buffer.\n/// \n/// \n/// The name of an existing buffer to bind to the vertex buffer binding point.\n/// \n/// \n/// The offset of the first element of the buffer.\n/// \n/// \n/// The distance between elements within the buffer.\n/// \n", "ExtensionName": "Core" }, { @@ -23587,7 +23587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -23635,7 +23635,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23692,7 +23692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the X dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Y dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Z dimension.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups.\n/// \n/// \n/// The number of work groups to be launched in the X dimension.\n/// \n/// \n/// The number of work groups to be launched in the Y dimension.\n/// \n/// \n/// The number of work groups to be launched in the Z dimension.\n/// \n", "ExtensionName": "Core" }, { @@ -23723,7 +23723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups using parameters stored in a buffer.\r\n/// \r\n/// \r\n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups using parameters stored in a buffer.\n/// \n/// \n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\n/// \n", "ExtensionName": "Core" }, { @@ -23767,7 +23767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -23824,7 +23824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, and GL_TRIANGLES, are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, and GL_TRIANGLES, are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -23881,7 +23881,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a named parameter of a framebuffer.\r\n/// \r\n/// \r\n/// The target of the operation, which must be GL_READ_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER or\n/// GL_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// A token indicating the parameter to be modified.\r\n/// \r\n/// \r\n/// The new value for the parameter named pname.\r\n/// \r\n", + "Doc": "/// \n/// Set a named parameter of a framebuffer.\n/// \n/// \n/// The target of the operation, which must be GL_READ_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER or\n/// GL_FRAMEBUFFER.\n/// \n/// \n/// A token indicating the parameter to be modified.\n/// \n/// \n/// The new value for the parameter named pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23929,7 +23929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23992,7 +23992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -24055,7 +24055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a named parameter from a framebuffer.\r\n/// \r\n/// \r\n/// The target of the operation, which must be GL_READ_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER or\n/// GL_FRAMEBUFFER.\r\n/// \r\n/// \r\n/// A token indicating the parameter to be retrieved.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a named parameter from a framebuffer.\n/// \n/// \n/// The target of the operation, which must be GL_READ_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER or\n/// GL_FRAMEBUFFER.\n/// \n/// \n/// A token indicating the parameter to be retrieved.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24118,7 +24118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24194,7 +24194,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an interface in a program.\r\n/// \r\n/// \r\n/// The name of a program object whose interface to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program to query.\r\n/// \r\n/// \r\n/// The name of the parameter within programInterface to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an interface in a program.\n/// \n/// \n/// The name of a program object whose interface to query.\n/// \n/// \n/// A token identifying the interface within program to query.\n/// \n/// \n/// The name of the parameter within programInterface to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24272,7 +24272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24335,7 +24335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24398,7 +24398,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the index of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the index of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the index of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the index of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24532,7 +24532,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from propCount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from propCount.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24595,7 +24595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the location of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the location of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24699,7 +24699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an indexed resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the indexed resource.\r\n/// \r\n/// \r\n/// The index of the resource within programInterface of program.\r\n/// \r\n/// \r\n/// The size of the character array whose address is given by name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the length of the resource name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a character array into which will be written the name of the resource.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an indexed resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the indexed resource.\n/// \n/// \n/// The index of the resource within programInterface of program.\n/// \n/// \n/// The size of the character array whose address is given by name.\n/// \n/// \n/// The address of a variable which will receive the length of the resource name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a character array into which will be written the name of the resource.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24775,7 +24775,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the target texture, one of GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_SAMPLES, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS,\n/// GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE, GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE,\n/// GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_STENCIL_SIZE, GL_TEXTURE_SHARED_SIZE, GL_TEXTURE_RED_TYPE,\n/// GL_TEXTURE_GREEN_TYPE, GL_TEXTURE_BLUE_TYPE, GL_TEXTURE_ALPHA_TYPE, GL_TEXTURE_DEPTH_TYPE, and\n/// GL_TEXTURE_COMPRESSED are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the symbolic name of the target texture, one of GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_SAMPLES, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS,\n/// GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE, GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE,\n/// GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_STENCIL_SIZE, GL_TEXTURE_SHARED_SIZE, GL_TEXTURE_RED_TYPE,\n/// GL_TEXTURE_GREEN_TYPE, GL_TEXTURE_BLUE_TYPE, GL_TEXTURE_ALPHA_TYPE, GL_TEXTURE_DEPTH_TYPE, and\n/// GL_TEXTURE_COMPRESSED are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24851,7 +24851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the target texture, one of GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_SAMPLES, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS,\n/// GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE, GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE,\n/// GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_STENCIL_SIZE, GL_TEXTURE_SHARED_SIZE, GL_TEXTURE_RED_TYPE,\n/// GL_TEXTURE_GREEN_TYPE, GL_TEXTURE_BLUE_TYPE, GL_TEXTURE_ALPHA_TYPE, GL_TEXTURE_DEPTH_TYPE, and\n/// GL_TEXTURE_COMPRESSED are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the symbolic name of the target texture, one of GL_TEXTURE_2D, GL_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_SAMPLES, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS,\n/// GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE, GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE,\n/// GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_STENCIL_SIZE, GL_TEXTURE_SHARED_SIZE, GL_TEXTURE_RED_TYPE,\n/// GL_TEXTURE_GREEN_TYPE, GL_TEXTURE_BLUE_TYPE, GL_TEXTURE_ALPHA_TYPE, GL_TEXTURE_DEPTH_TYPE, and\n/// GL_TEXTURE_COMPRESSED are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24882,7 +24882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24913,7 +24913,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. Must be a bitwise combination of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. If the special value GL_ALL_BARRIER_BITS is specified, all supported\n/// barriers will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. Must be a bitwise combination of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. If the special value GL_ALL_BARRIER_BITS is specified, all supported\n/// barriers will be inserted.\n/// \n", "ExtensionName": "Core" }, { @@ -24944,7 +24944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25001,7 +25001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25075,7 +25075,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25132,7 +25132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25206,7 +25206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25263,7 +25263,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25337,7 +25337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25407,7 +25407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25481,7 +25481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25551,7 +25551,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25625,7 +25625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25695,7 +25695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25769,7 +25769,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -25852,7 +25852,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25926,7 +25926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26009,7 +26009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26083,7 +26083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26166,7 +26166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26240,7 +26240,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26336,7 +26336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26410,7 +26410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26506,7 +26506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26580,7 +26580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26676,7 +26676,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26750,7 +26750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26837,7 +26837,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -26924,7 +26924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27011,7 +27011,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27098,7 +27098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27185,7 +27185,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27272,7 +27272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27359,7 +27359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27446,7 +27446,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27533,7 +27533,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -27577,7 +27577,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the value of a sub-word of the sample mask.\r\n/// \r\n/// \r\n/// Specifies which 32-bit sub-word of the sample mask to update.\r\n/// \r\n/// \r\n/// Specifies the new value of the mask sub-word.\r\n/// \r\n", + "Doc": "/// \n/// Set the value of a sub-word of the sample mask.\n/// \n/// \n/// Specifies which 32-bit sub-word of the sample mask to update.\n/// \n/// \n/// Specifies the new value of the mask sub-word.\n/// \n", "ExtensionName": "Core" }, { @@ -27673,7 +27673,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample texture.\r\n/// \r\n/// \r\n/// Specify the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample texture.\n/// \n/// \n/// Specify the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -27730,7 +27730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -27761,7 +27761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "Core" }, { @@ -27805,7 +27805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associate a vertex attribute and a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the attribute to associate with a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\r\n/// \r\n", + "Doc": "/// \n/// Associate a vertex attribute and a vertex buffer binding.\n/// \n/// \n/// The index of the attribute to associate with a vertex buffer binding.\n/// \n/// \n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\n/// \n", "ExtensionName": "Core" }, { @@ -27888,7 +27888,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// The generic vertex attribute array being described.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// Specifies whether fixed-point data values should be normalized (GL_TRUE) or converted directly as\n/// fixed-point values (GL_FALSE) when they are accessed. This parameter is ignored if type is GL_FIXED.\r\n/// \r\n/// \r\n/// An offset to the first element relative to the start of the vertex buffer binding.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// The generic vertex attribute array being described.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// Specifies whether fixed-point data values should be normalized (GL_TRUE) or converted directly as\n/// fixed-point values (GL_FALSE) when they are accessed. This parameter is ignored if type is GL_FIXED.\n/// \n/// \n/// An offset to the first element relative to the start of the vertex buffer binding.\n/// \n", "ExtensionName": "Core" }, { @@ -27958,7 +27958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28002,7 +28002,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance.\r\n/// \r\n/// \r\n/// The index of the binding whose divisor to modify.\r\n/// \r\n/// \r\n/// The new value for the instance step rate to apply.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance.\n/// \n/// \n/// The index of the binding whose divisor to modify.\n/// \n/// \n/// The new value for the instance step rate to apply.\n/// \n", "ExtensionName": "Core" } ], @@ -28025,7 +28025,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28069,7 +28069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -28126,7 +28126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -28183,7 +28183,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28266,7 +28266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -28349,7 +28349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28562,7 +28562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28606,7 +28606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28706,7 +28706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28809,7 +28809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n/// \n", "ExtensionName": "Core" }, { @@ -28853,7 +28853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28943,7 +28943,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29046,7 +29046,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29162,7 +29162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29206,7 +29206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29276,7 +29276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29422,7 +29422,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -29439,7 +29439,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -29509,7 +29509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29579,7 +29579,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29649,7 +29649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29740,7 +29740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "Core" }, { @@ -29818,7 +29818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "Core" }, { @@ -29866,7 +29866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -29929,7 +29929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -29992,7 +29992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -30055,7 +30055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -30118,7 +30118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -30162,7 +30162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -30193,7 +30193,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30270,7 +30270,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from label and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from label and length.\n/// \n", "ExtensionName": "Core" }, { @@ -30334,7 +30334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from label and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from label and length.\n/// \n", "ExtensionName": "Core" }, { @@ -30378,7 +30378,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30395,7 +30395,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30517,7 +30517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30594,7 +30594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from message and length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from message and length.\n/// \n", "ExtensionName": "Core" }, { @@ -30716,7 +30716,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30779,7 +30779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -30842,7 +30842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -30899,7 +30899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30982,7 +30982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31045,7 +31045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -31108,7 +31108,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -31217,7 +31217,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -34260,7 +34260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -34304,7 +34304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -34341,7 +34341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -34385,7 +34385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -34416,7 +34416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "EXT" }, { @@ -34460,7 +34460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -34521,7 +34521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -34569,7 +34569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -34617,7 +34617,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -34695,7 +34695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -34752,7 +34752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -34783,7 +34783,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -34840,7 +34840,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "EXT" }, { @@ -34897,7 +34897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -34971,7 +34971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35028,7 +35028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35102,7 +35102,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35159,7 +35159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35233,7 +35233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35303,7 +35303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35377,7 +35377,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35447,7 +35447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35521,7 +35521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35591,7 +35591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35665,7 +35665,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35748,7 +35748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35822,7 +35822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -35905,7 +35905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -35979,7 +35979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36062,7 +36062,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -36136,7 +36136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36232,7 +36232,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -36306,7 +36306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36402,7 +36402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -36476,7 +36476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36572,7 +36572,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -36646,7 +36646,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36733,7 +36733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36820,7 +36820,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36907,7 +36907,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -36994,7 +36994,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37081,7 +37081,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37168,7 +37168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37255,7 +37255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37342,7 +37342,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37429,7 +37429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -37486,7 +37486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -37530,7 +37530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -37561,7 +37561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "EXT" } ], @@ -37611,7 +37611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "EXT" }, { @@ -37659,7 +37659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -37690,7 +37690,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n", "ExtensionName": "EXT" }, { @@ -37738,7 +37738,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -37795,7 +37795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -37858,7 +37858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -37915,7 +37915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -37978,7 +37978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -38035,7 +38035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -38066,7 +38066,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -38110,7 +38110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -38160,7 +38160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "EXT" }, { @@ -38208,7 +38208,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -38239,7 +38239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n", "ExtensionName": "EXT" }, { @@ -38287,7 +38287,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -38344,7 +38344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE,\n/// or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Must be GL_CURRENT_QUERY.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -38401,7 +38401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT or\n/// GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -38432,7 +38432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -38501,7 +38501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n", "ExtensionName": "EXT" }, { @@ -38571,7 +38571,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -38615,7 +38615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -38678,7 +38678,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -38715,7 +38715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "EXT" } ], @@ -38765,7 +38765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "EXT" }, { @@ -38822,7 +38822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "EXT" }, { @@ -38879,7 +38879,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -38962,7 +38962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "EXT" }, { @@ -39045,7 +39045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39089,7 +39089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39133,7 +39133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39177,7 +39177,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -39257,7 +39257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -39346,7 +39346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39429,7 +39429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -39505,7 +39505,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39549,7 +39549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39597,7 +39597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -39654,7 +39654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39717,7 +39717,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -39767,7 +39767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -39798,7 +39798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -39855,7 +39855,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -39925,7 +39925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40021,7 +40021,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40130,7 +40130,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40252,7 +40252,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40374,7 +40374,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40509,7 +40509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40605,7 +40605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40714,7 +40714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40836,7 +40836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -40958,7 +40958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -41093,7 +41093,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -41160,7 +41160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -41204,7 +41204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -41235,7 +41235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -41331,7 +41331,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -41499,7 +41499,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" } ], @@ -41549,7 +41549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -41768,7 +41768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -41822,7 +41822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -41870,7 +41870,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -41927,7 +41927,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -41990,7 +41990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -42040,7 +42040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -42071,7 +42071,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -42128,7 +42128,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -42242,7 +42242,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numBufferBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numBufferBarriers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n", "ExtensionName": "EXT" }, { @@ -42356,7 +42356,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numBufferBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numBufferBarriers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n", "ExtensionName": "EXT" } ], @@ -42423,7 +42423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numAttachments.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numAttachments.\n/// \n", "ExtensionName": "EXT" } ], @@ -42512,7 +42512,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -42612,7 +42612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -42725,7 +42725,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -42801,7 +42801,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -42891,7 +42891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" } ], @@ -42967,7 +42967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -43057,7 +43057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -43101,7 +43101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "EXT" } ], @@ -43155,7 +43155,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -43226,7 +43226,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -43283,7 +43283,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -43327,7 +43327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -43423,7 +43423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -43526,7 +43526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -43642,7 +43642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -43756,7 +43756,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n", "ExtensionName": "EXT" } ], @@ -43806,7 +43806,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -43863,7 +43863,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -43926,7 +43926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target of the flush operation. target must be GL_ARRAY_BUFFER, GL_COPY_READ_BUFFER,\n/// GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target of the flush operation. target must be GL_ARRAY_BUFFER, GL_COPY_READ_BUFFER,\n/// GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "EXT" }, { @@ -43996,7 +43996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map a section of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target buffer is bound.\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map a section of a buffer object's data store.\n/// \n/// \n/// Specifies a binding to which the target buffer is bound.\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the range.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -44098,7 +44098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -44181,7 +44181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "EXT" } ], @@ -44257,7 +44257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -44280,7 +44280,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -44354,7 +44354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -44428,7 +44428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -44554,7 +44554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "EXT" } ], @@ -44651,7 +44651,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -44721,7 +44721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -44790,7 +44790,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -44853,7 +44853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -44916,7 +44916,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -44979,7 +44979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -45042,7 +45042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -45105,7 +45105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -45168,7 +45168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -45231,7 +45231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" } ], @@ -45307,7 +45307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -45383,7 +45383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -45453,7 +45453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -45516,7 +45516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -45579,7 +45579,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -45636,7 +45636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -45686,7 +45686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -45703,7 +45703,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -45747,7 +45747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -45835,7 +45835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -45930,7 +45930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46013,7 +46013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount and stride.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -46103,7 +46103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount and stride.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46153,7 +46153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46216,7 +46216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46344,7 +46344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46394,7 +46394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46444,7 +46444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46507,7 +46507,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -46590,7 +46590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46731,7 +46731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -46807,7 +46807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -46890,7 +46890,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -46986,7 +46986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -47069,7 +47069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -47165,7 +47165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -47274,7 +47274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -47402,7 +47402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -47471,7 +47471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "EXT" } ], @@ -47960,7 +47960,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the alpha test function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the alpha test function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -47997,7 +47997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48028,7 +48028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48089,7 +48089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48163,7 +48163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "QCOM" } ], @@ -48200,7 +48200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48283,7 +48283,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -48333,7 +48333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48398,7 +48398,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxBuffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxBuffers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48463,7 +48463,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxFramebuffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxFramebuffers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48528,7 +48528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxRenderbuffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxRenderbuffers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48611,7 +48611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48772,7 +48772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48829,7 +48829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -48886,7 +48886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -48962,7 +48962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" }, { @@ -49027,7 +49027,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxPrograms.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxPrograms.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -49092,7 +49092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxShaders.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxShaders.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -49123,7 +49123,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "QCOM" } ], @@ -49146,7 +49146,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -49239,7 +49239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "QCOM" }, { @@ -49361,7 +49361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -49489,7 +49489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "QCOM" } ], @@ -49678,7 +49678,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "CMAAINTEL" } ], @@ -49715,7 +49715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -49759,7 +49759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -49790,7 +49790,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -49821,7 +49821,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -49852,7 +49852,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -49896,7 +49896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -50057,7 +50057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -50140,7 +50140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -50184,7 +50184,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -50293,7 +50293,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" } ], @@ -53190,7 +53190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -53207,7 +53207,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -53230,7 +53230,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -53274,7 +53274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -53428,7 +53428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "NV" } ], @@ -53478,7 +53478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -53567,7 +53567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from readtarget to\n/// writetarget.\r\n/// \r\n", + "Doc": "/// \n/// Copy part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from readtarget to\n/// writetarget.\n/// \n", "ExtensionName": "NV" } ], @@ -53617,7 +53617,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -53741,7 +53741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -53785,7 +53785,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -53909,7 +53909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -53953,7 +53953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -53997,7 +53997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -54028,7 +54028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -54091,7 +54091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -54154,7 +54154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -54204,7 +54204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -54254,7 +54254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -54304,7 +54304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -54361,7 +54361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -54452,7 +54452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -54577,7 +54577,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -54638,7 +54638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -54699,7 +54699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -54849,7 +54849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pathListMode and numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pathListMode and numPaths.\n/// \n", "ExtensionName": "NV" }, { @@ -54912,7 +54912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -54975,7 +54975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -55097,7 +55097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55167,7 +55167,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55198,7 +55198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -55268,7 +55268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -55325,7 +55325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -55434,7 +55434,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -55478,7 +55478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55522,7 +55522,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55570,7 +55570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -55618,7 +55618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -55649,7 +55649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -55693,7 +55693,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55741,7 +55741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -55789,7 +55789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -55833,7 +55833,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55877,7 +55877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -55925,7 +55925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -55973,7 +55973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -56017,7 +56017,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -56065,7 +56065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -56113,7 +56113,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -56222,7 +56222,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56253,7 +56253,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56284,7 +56284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56367,7 +56367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56450,7 +56450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56520,7 +56520,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56590,7 +56590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56660,7 +56660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56730,7 +56730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -56807,7 +56807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and colorFormat.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and colorFormat.\n/// \n", "ExtensionName": "NV" }, { @@ -56914,7 +56914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -56991,7 +56991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -57022,7 +57022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -57083,7 +57083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dashCount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dashCount.\n/// \n", "ExtensionName": "NV" }, { @@ -57114,7 +57114,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -57236,7 +57236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -57332,7 +57332,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -57474,7 +57474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -57637,7 +57637,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -57772,7 +57772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -57829,7 +57829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -57892,7 +57892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -57949,7 +57949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -58012,7 +58012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -58056,7 +58056,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -58113,7 +58113,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -58187,7 +58187,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "NV" }, { @@ -58320,7 +58320,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -58410,7 +58410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -58487,7 +58487,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and components.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and components.\n/// \n", "ExtensionName": "NV" }, { @@ -58625,7 +58625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -58708,7 +58708,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -58845,7 +58845,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -58902,7 +58902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59039,7 +59039,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -59096,7 +59096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59231,7 +59231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59301,7 +59301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59436,7 +59436,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59506,7 +59506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59582,7 +59582,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -59660,7 +59660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n", "ExtensionName": "NV" } ], @@ -59697,7 +59697,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59728,7 +59728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -59765,7 +59765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59813,7 +59813,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -59857,7 +59857,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -59901,7 +59901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -59955,7 +59955,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -59986,7 +59986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60034,7 +60034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -60097,7 +60097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -60128,7 +60128,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -60172,7 +60172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60203,7 +60203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" } ], @@ -60266,7 +60266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60323,7 +60323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60367,7 +60367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60411,7 +60411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60474,7 +60474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "NV" }, { @@ -60518,7 +60518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -60581,7 +60581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "NV" }, { @@ -60664,7 +60664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60712,7 +60712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -60775,7 +60775,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "NV" }, { @@ -60858,7 +60858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -60906,7 +60906,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" } ], @@ -60982,7 +60982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "NV" }, { @@ -61072,7 +61072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "NV" } ], @@ -61126,7 +61126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "NV" } ], @@ -61293,7 +61293,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61330,7 +61330,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61361,7 +61361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61392,7 +61392,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61423,7 +61423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -61460,7 +61460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -61536,7 +61536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61606,7 +61606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61623,7 +61623,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -61712,7 +61712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61743,7 +61743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61787,7 +61787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61818,7 +61818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61849,7 +61849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -61880,7 +61880,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61924,7 +61924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61955,7 +61955,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -61986,7 +61986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62043,7 +62043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62117,7 +62117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -62161,7 +62161,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62222,7 +62222,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -62328,7 +62328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "NV" } ], @@ -62398,7 +62398,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -62455,7 +62455,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62529,7 +62529,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -62586,7 +62586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62660,7 +62660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -62730,7 +62730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62804,7 +62804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -62874,7 +62874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -62948,7 +62948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63031,7 +63031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63105,7 +63105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63188,7 +63188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63262,7 +63262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63358,7 +63358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63432,7 +63432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63528,7 +63528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63602,7 +63602,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63646,7 +63646,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63707,7 +63707,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63751,7 +63751,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63812,7 +63812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63869,7 +63869,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -63930,7 +63930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -63987,7 +63987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -64048,7 +64048,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -64118,7 +64118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -64179,7 +64179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -64249,7 +64249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -64310,7 +64310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -64393,7 +64393,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -64454,7 +64454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -64537,7 +64537,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -64598,7 +64598,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -64648,7 +64648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -64685,7 +64685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a color buffer source for pixels.\r\n/// \r\n/// \r\n/// Specifies a color buffer. Accepted values are GL_BACK, GL_NONE, and GL_COLOR_ATTACHMENTi.\r\n/// \r\n", + "Doc": "/// \n/// Select a color buffer source for pixels.\n/// \n/// \n/// Specifies a color buffer. Accepted values are GL_BACK, GL_NONE, and GL_COLOR_ATTACHMENTi.\n/// \n", "ExtensionName": "NV" } ], @@ -64774,7 +64774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "NV" } ], @@ -64824,7 +64824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -64904,7 +64904,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -64978,7 +64978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -65052,7 +65052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -65126,7 +65126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -65200,7 +65200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -65274,7 +65274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -65324,7 +65324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "NV" } ], @@ -65387,7 +65387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -65476,7 +65476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -65623,7 +65623,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -65671,7 +65671,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -65702,7 +65702,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -65750,7 +65750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -65841,7 +65841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dataSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dataSize.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "AMD" }, { @@ -65917,7 +65917,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "AMD" }, { @@ -66012,7 +66012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from counterSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from counterSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -66103,7 +66103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -66168,7 +66168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from groupsSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from groupsSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -66246,7 +66246,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -66333,7 +66333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCounters.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCounters.\n/// \n", "ExtensionName": "AMD" } ], @@ -68237,7 +68237,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "OES" }, { @@ -68285,7 +68285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "OES" }, { @@ -68333,7 +68333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "OES" }, { @@ -68364,7 +68364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "OES" } ], @@ -68414,7 +68414,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "OES" }, { @@ -68471,7 +68471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "OES" }, { @@ -68528,7 +68528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -68611,7 +68611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "OES" }, { @@ -68694,7 +68694,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -68738,7 +68738,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -68782,7 +68782,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -68826,7 +68826,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "OES" } ], @@ -68971,7 +68971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "OES" }, { @@ -69136,7 +69136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "OES" }, { @@ -69271,7 +69271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -69367,7 +69367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -69525,7 +69525,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "OES" }, { @@ -69696,7 +69696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "OES" } ], @@ -69915,7 +69915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -69978,7 +69978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70035,7 +70035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70079,7 +70079,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70123,7 +70123,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70186,7 +70186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "OES" }, { @@ -70230,7 +70230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "OES" }, { @@ -70293,7 +70293,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "OES" }, { @@ -70376,7 +70376,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70424,7 +70424,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -70487,7 +70487,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "OES" }, { @@ -70570,7 +70570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70618,7 +70618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" } ], @@ -70714,7 +70714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70817,7 +70817,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -70933,7 +70933,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count and type.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count and type.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -71047,7 +71047,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from drawcount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from drawcount.\n/// \n", "ExtensionName": "EXT" } ], @@ -71097,7 +71097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -71141,7 +71141,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -71217,7 +71217,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -71280,7 +71280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the pointer to a mapped buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. The symbolic constant must be GL_BUFFER_MAP_POINTER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return the pointer to a mapped buffer object's data store.\n/// \n/// \n/// Specifies the target buffer object. The symbolic constant must be GL_ARRAY_BUFFER,\n/// GL_COPY_READ_BUFFER, GL_COPY_WRITE_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_PIXEL_PACK_BUFFER,\n/// GL_PIXEL_UNPACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER, or GL_UNIFORM_BUFFER.\n/// \n/// \n/// Specifies the pointer to be returned. The symbolic constant must be GL_BUFFER_MAP_POINTER.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -71324,7 +71324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "OES" }, { @@ -71355,7 +71355,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "OES" } ], @@ -71456,7 +71456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "OES" }, { @@ -71530,7 +71530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address of an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "OES" } ], @@ -71599,7 +71599,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71662,7 +71662,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71725,7 +71725,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71788,7 +71788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71851,7 +71851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71914,7 +71914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -71977,7 +71977,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -72040,7 +72040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" } ], @@ -72077,7 +72077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -72127,7 +72127,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -72255,7 +72255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -72318,7 +72318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -72401,7 +72401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -72516,7 +72516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -72644,7 +72644,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -73757,7 +73757,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -73807,7 +73807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -73903,7 +73903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -73999,7 +73999,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74145,7 +74145,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -74232,7 +74232,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "KHR" }, { @@ -74310,7 +74310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "KHR" }, { @@ -74354,7 +74354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74424,7 +74424,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74481,7 +74481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74498,7 +74498,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74568,7 +74568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -74591,7 +74591,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -74661,7 +74661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74731,7 +74731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74801,7 +74801,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -74927,7 +74927,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "KHR" } ], @@ -74964,7 +74964,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -75298,7 +75298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from the read framebuffer to the draw framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "ANGLE" } ], @@ -75374,7 +75374,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ANGLE" }, { @@ -75464,7 +75464,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN and GL_TRIANGLES are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a byte offset (cast to a pointer type) into the buffer bound to GL_ELEMENT_ARRAY_BUFFER\n/// to start reading indices from. If no buffer is bound, specifies a pointer to the location where the\n/// indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ANGLE" }, { @@ -75508,7 +75508,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "ANGLE" } ], @@ -75588,7 +75588,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ANGLE" } ], @@ -75677,7 +75677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "ANGLE" } ], @@ -76060,7 +76060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -76091,7 +76091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "APPLE" }, { @@ -76135,7 +76135,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -76179,7 +76179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -76266,7 +76266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "APPLE" }, { @@ -76297,7 +76297,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -76354,7 +76354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags must be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags must be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "APPLE" } ], @@ -76430,7 +76430,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" } ], @@ -76519,7 +76519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "APPLE" }, { @@ -76536,7 +76536,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" } ], @@ -76817,7 +76817,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IMG" }, { @@ -76926,7 +76926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IMG" } ], @@ -77028,7 +77028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IMG" }, { @@ -77111,7 +77111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding to which the target of the allocation and must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "IMG" } ], @@ -77148,7 +77148,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "IMG" }, { @@ -77192,7 +77192,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "IMG" }, { @@ -77249,7 +77249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IMG" }, { @@ -77323,7 +77323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "IMG" }, { @@ -77367,7 +77367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IMG" }, { @@ -77428,7 +77428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "IMG" } ], @@ -77590,7 +77590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OVR" } ], @@ -77692,7 +77692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OVR" } ], diff --git a/build/binder_specifications/OpenGL (Compatibility Profile).json b/build/binder_specifications/OpenGL (Compatibility Profile).json index 1890348ec1..53a54e4c7a 100644 --- a/build/binder_specifications/OpenGL (Compatibility Profile).json +++ b/build/binder_specifications/OpenGL (Compatibility Profile).json @@ -15649,7 +15649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -15680,7 +15680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "Core" }, { @@ -15741,7 +15741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -15789,7 +15789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15837,7 +15837,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15915,7 +15915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15978,7 +15978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16009,7 +16009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -16066,7 +16066,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" }, { @@ -16123,7 +16123,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16197,7 +16197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16254,7 +16254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16328,7 +16328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16385,7 +16385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16459,7 +16459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16516,7 +16516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16590,7 +16590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16660,7 +16660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16734,7 +16734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16804,7 +16804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16878,7 +16878,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -16948,7 +16948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17022,7 +17022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17092,7 +17092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17166,7 +17166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17249,7 +17249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17323,7 +17323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17406,7 +17406,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17480,7 +17480,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17563,7 +17563,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17637,7 +17637,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17720,7 +17720,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17794,7 +17794,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -17890,7 +17890,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -17964,7 +17964,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18060,7 +18060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18134,7 +18134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18230,7 +18230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18304,7 +18304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18400,7 +18400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18474,7 +18474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18561,7 +18561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18648,7 +18648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18735,7 +18735,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18822,7 +18822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18909,7 +18909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -18996,7 +18996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19083,7 +19083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19170,7 +19170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19257,7 +19257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19344,7 +19344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19431,7 +19431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19518,7 +19518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19605,7 +19605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19692,7 +19692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19779,7 +19779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19866,7 +19866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -19953,7 +19953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -20040,7 +20040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -20097,7 +20097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -20128,7 +20128,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "Core" } ], @@ -20191,7 +20191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -20248,7 +20248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -20292,7 +20292,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n", "ExtensionName": "Core" }, { @@ -20368,7 +20368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of an indexed query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the index of the query object target.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of an indexed query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the index of the query object target.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -20431,7 +20431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -20514,7 +20514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -20592,7 +20592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query information about an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query information about an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the name of the parameter to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20683,7 +20683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the name of an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer addressed by uniformBlockName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the name of an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the size of the buffer addressed by uniformBlockName.\n/// \n/// \n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20774,7 +20774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active uniform.\r\n/// \r\n/// \r\n/// Specifies the program containing the active uniform index uniformIndex.\r\n/// \r\n/// \r\n/// Specifies the index of the active uniform whose name to query.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active uniform.\n/// \n/// \n/// Specifies the program containing the active uniform index uniformIndex.\n/// \n/// \n/// Specifies the index of the active uniform whose name to query.\n/// \n/// \n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\n/// \n/// \n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20868,7 +20868,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about several active uniform variables for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\r\n/// \r\n/// \r\n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\r\n/// This parameter's element count is taken from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from uniformCount and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about several active uniform variables for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\n/// \n/// \n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\n/// This parameter's element count is taken from uniformCount.\n///\n/// \n/// \n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from uniformCount and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20931,7 +20931,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -20979,7 +20979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\n/// This parameter contains 0 elements.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -21061,7 +21061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the number of uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array that will receive the indices of the uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing uniforms whose indices to query.\n/// \n/// \n/// Specifies the number of uniforms whose indices to query.\n/// \n/// \n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n/// \n/// Specifies the address of an array that will receive the indices of the uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21118,7 +21118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Assign a binding point to an active uniform block.\r\n/// \r\n/// \r\n/// The name of a program object containing the active uniform block whose binding to assign.\r\n/// \r\n/// \r\n/// The index of the active uniform block within program whose binding to assign.\r\n/// \r\n/// \r\n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\r\n/// \r\n", + "Doc": "/// \n/// Assign a binding point to an active uniform block.\n/// \n/// \n/// The name of a program object containing the active uniform block whose binding to assign.\n/// \n/// \n/// The index of the active uniform block within program whose binding to assign.\n/// \n/// \n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\n/// \n", "ExtensionName": "Core" } ], @@ -21198,7 +21198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21306,7 +21306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21367,7 +21367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named texture images to a sequence of consecutive image units.\r\n/// \r\n/// \r\n/// Specifies the first image unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named texture images to a sequence of consecutive image units.\n/// \n/// \n/// Specifies the first image unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21428,7 +21428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\r\n/// \r\n/// \r\n/// Specifies the first sampler unit to which a sampler object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of samplers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing sampler objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\n/// \n/// \n/// Specifies the first sampler unit to which a sampler object is to be bound.\n/// \n/// \n/// Specifies the number of samplers to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing sampler objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21489,7 +21489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named textures to a sequence of consecutive texture units.\r\n/// \r\n/// \r\n/// Specifies the first texture unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named textures to a sequence of consecutive texture units.\n/// \n/// \n/// Specifies the first texture unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -21584,7 +21584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach multiple buffer objects to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of buffers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of strides to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of offsets to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Attach multiple buffer objects to a vertex array object.\n/// \n/// \n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\n/// \n/// \n/// Specifies the number of buffers to bind.\n/// \n/// \n/// Specifies the address of an array of strides to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies the address of an array of offsets to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -21660,7 +21660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number and index.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// The color number to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The index of the color input to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number and index.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// The color number to bind the user-defined varying out variable to\n/// \n/// \n/// The index of the color input to bind the user-defined varying out variable to\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// \n", "ExtensionName": "Core" }, { @@ -21704,7 +21704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color indices to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose index to query\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color indices to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose index to query\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -21754,7 +21754,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -21798,7 +21798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -21946,7 +21946,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from one framebuffer object to another.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from one framebuffer object to another.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "Core" }, { @@ -21977,7 +21977,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -22025,7 +22025,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22073,7 +22073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22143,7 +22143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -22226,7 +22226,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22309,7 +22309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22405,7 +22405,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22488,7 +22488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -22519,7 +22519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n", "ExtensionName": "Core" }, { @@ -22567,7 +22567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22615,7 +22615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22691,7 +22691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\r\n/// \r\n/// \r\n/// Specifies the attachment of the framebuffer object to query.\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\n/// \n/// \n/// Specifies the attachment of the framebuffer object to query.\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22754,7 +22754,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the renderbuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a renderbuffer object.\n/// \n/// \n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter of the renderbuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -22785,7 +22785,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -22816,7 +22816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -22886,7 +22886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -22969,7 +22969,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" } ], @@ -23084,7 +23084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// Specifies the index of the image unit to which to bind the texture\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// Specifies the index of the image unit to which to bind the texture\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\n/// \n", "ExtensionName": "Core" }, { @@ -23115,7 +23115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\n/// \n", "ExtensionName": "Core" } ], @@ -23165,7 +23165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named sampler to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the index of the texture unit to which the sampler is bound.\r\n/// \r\n/// \r\n/// Specifies the name of a sampler.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named sampler to a texturing target.\n/// \n/// \n/// Specifies the index of the texture unit to which the sampler is bound.\n/// \n/// \n/// Specifies the name of a sampler.\n/// \n", "ExtensionName": "Core" }, { @@ -23213,7 +23213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named sampler objects.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array of sampler objects to be deleted.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named sampler objects.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array of sampler objects to be deleted.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23261,7 +23261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate sampler object names.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated sampler object names are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate sampler object names.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array in which the generated sampler object names are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23324,7 +23324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23387,7 +23387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23450,7 +23450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23513,7 +23513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23544,7 +23544,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sampler object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sampler object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -23601,7 +23601,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23664,7 +23664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -23721,7 +23721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23784,7 +23784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23847,7 +23847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -23910,7 +23910,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -23960,7 +23960,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind an existing texture object to the specified texture unit.\r\n/// \r\n/// \r\n/// Specifies the texture unit, to which the texture object should be bound to.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind an existing texture object to the specified texture unit.\n/// \n/// \n/// Specifies the texture unit, to which the texture object should be bound to.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -24134,7 +24134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24178,7 +24178,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24261,7 +24261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24370,7 +24370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24453,7 +24453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24523,7 +24523,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24593,7 +24593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24663,7 +24663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24772,7 +24772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24907,7 +24907,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25068,7 +25068,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25151,7 +25151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25247,7 +25247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25369,7 +25369,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25504,7 +25504,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25552,7 +25552,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new buffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new buffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25600,7 +25600,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create framebuffer objects.\r\n/// \r\n/// \r\n/// Number of framebuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new framebuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create framebuffer objects.\n/// \n/// \n/// Number of framebuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new framebuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25648,7 +25648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create program pipeline objects.\r\n/// \r\n/// \r\n/// Number of program pipeline objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new program pipeline objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create program pipeline objects.\n/// \n/// \n/// Number of program pipeline objects to create.\n/// \n/// \n/// Specifies an array in which names of the new program pipeline objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25709,7 +25709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create query objects.\r\n/// \r\n/// \r\n/// Specifies the target of each created query object.\r\n/// \r\n/// \r\n/// Number of query objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new query objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create query objects.\n/// \n/// \n/// Specifies the target of each created query object.\n/// \n/// \n/// Number of query objects to create.\n/// \n/// \n/// Specifies an array in which names of the new query objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25757,7 +25757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create renderbuffer objects.\r\n/// \r\n/// \r\n/// Number of renderbuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new renderbuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create renderbuffer objects.\n/// \n/// \n/// Number of renderbuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new renderbuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25805,7 +25805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create sampler objects.\r\n/// \r\n/// \r\n/// Number of sampler objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new sampler objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create sampler objects.\n/// \n/// \n/// Number of sampler objects to create.\n/// \n/// \n/// Specifies an array in which names of the new sampler objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25866,7 +25866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create texture objects.\r\n/// \r\n/// \r\n/// Specifies the effective texture target of each created texture.\r\n/// \r\n/// \r\n/// Number of texture objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new texture objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create texture objects.\n/// \n/// \n/// Specifies the effective texture target of each created texture.\n/// \n/// \n/// Number of texture objects to create.\n/// \n/// \n/// Specifies an array in which names of the new texture objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25914,7 +25914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create transform feedback objects.\r\n/// \r\n/// \r\n/// Number of transform feedback objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new transform feedback objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create transform feedback objects.\n/// \n/// \n/// Number of transform feedback objects to create.\n/// \n/// \n/// Specifies an array in which names of the new transform feedback objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25962,7 +25962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create vertex array objects.\r\n/// \r\n/// \r\n/// Number of vertex array objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new vertex array objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create vertex array objects.\n/// \n/// \n/// Number of vertex array objects to create.\n/// \n/// \n/// Specifies an array in which names of the new vertex array objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26006,7 +26006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26050,7 +26050,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26107,7 +26107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26138,7 +26138,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26208,7 +26208,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26265,7 +26265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26322,7 +26322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26379,7 +26379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26449,7 +26449,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26519,7 +26519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26576,7 +26576,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26633,7 +26633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26703,7 +26703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26799,7 +26799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26869,7 +26869,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26939,7 +26939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26996,7 +26996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27053,7 +27053,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27110,7 +27110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27167,7 +27167,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27237,7 +27237,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// Index of the transform feedback stream (for indexed state).\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// Index of the transform feedback stream (for indexed state).\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -27307,7 +27307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27364,7 +27364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -27434,7 +27434,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27504,7 +27504,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of an attribute of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\r\n/// \r\n/// \r\n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of an attribute of a vertex array object.\n/// \n/// \n/// Specifies the name of a vertex array object.\n/// \n/// \n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\n/// \n/// \n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -27561,7 +27561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of a vertex array object.\r\n/// \r\n/// \r\n/// specifies the name of the vertex array object to use for the query.\r\n/// \r\n/// \r\n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of a vertex array object.\n/// \n/// \n/// specifies the name of the vertex array object to use for the query.\n/// \n/// \n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -27618,7 +27618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27727,7 +27727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27771,7 +27771,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -27841,7 +27841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -27911,7 +27911,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27985,7 +27985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28061,7 +28061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "Core" }, { @@ -28105,7 +28105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28162,7 +28162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28219,7 +28219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28263,7 +28263,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28333,7 +28333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28403,7 +28403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28486,7 +28486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28556,7 +28556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28639,7 +28639,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28696,7 +28696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28779,7 +28779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28836,7 +28836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28893,7 +28893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28950,7 +28950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29007,7 +29007,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29064,7 +29064,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29121,7 +29121,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29191,7 +29191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29274,7 +29274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29370,7 +29370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29466,7 +29466,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29575,7 +29575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29684,7 +29684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29819,7 +29819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29980,7 +29980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30037,7 +30037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -30120,7 +30120,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object.\r\n/// \r\n/// \r\n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object.\n/// \n/// \n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -30151,7 +30151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -30208,7 +30208,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30304,7 +30304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30387,7 +30387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30470,7 +30470,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30527,7 +30527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30571,7 +30571,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Configures element array buffer binding of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object to use for the element array buffer binding.\r\n/// \r\n", + "Doc": "/// \n/// Configures element array buffer binding of a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array object.\n/// \n/// \n/// Specifies the name of the buffer object to use for the element array buffer binding.\n/// \n", "ExtensionName": "Core" }, { @@ -30654,7 +30654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30750,7 +30750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -30800,7 +30800,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "Core" }, { @@ -30848,7 +30848,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -30892,7 +30892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -30940,7 +30940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -30971,7 +30971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -30988,7 +30988,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -31005,7 +31005,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "Core" } ], @@ -31042,7 +31042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -31090,7 +31090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -31138,7 +31138,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -31169,7 +31169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -31245,7 +31245,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer to a vertex buffer bind point.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding point to which to bind the buffer.\r\n/// \r\n/// \r\n/// The name of a buffer to bind to the vertex buffer binding point.\r\n/// \r\n/// \r\n/// The offset of the first element of the buffer.\r\n/// \r\n/// \r\n/// The distance between elements within the buffer.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer to a vertex buffer bind point.\n/// \n/// \n/// The index of the vertex buffer binding point to which to bind the buffer.\n/// \n/// \n/// The name of a buffer to bind to the vertex buffer binding point.\n/// \n/// \n/// The offset of the first element of the buffer.\n/// \n/// \n/// The distance between elements within the buffer.\n/// \n", "ExtensionName": "Core" }, { @@ -31289,7 +31289,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\r\n/// \r\n/// \r\n/// The index of the attribute to associate with a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\r\n/// \r\n", + "Doc": "/// \n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\n/// \n/// \n/// The index of the attribute to associate with a vertex buffer binding.\n/// \n/// \n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\n/// \n", "ExtensionName": "Core" }, { @@ -31372,7 +31372,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// The generic vertex attribute array being described.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// The generic vertex attribute array being described.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\n/// \n", "ExtensionName": "Core" }, { @@ -31442,7 +31442,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31512,7 +31512,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31556,7 +31556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance.\r\n/// \r\n/// \r\n/// The index of the binding whose divisor to modify.\r\n/// \r\n/// \r\n/// The new value for the instance step rate to apply.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance.\n/// \n/// \n/// The index of the binding whose divisor to modify.\n/// \n/// \n/// The new value for the instance step rate to apply.\n/// \n", "ExtensionName": "Core" } ], @@ -31632,7 +31632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "Core" }, { @@ -31663,7 +31663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -31767,7 +31767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -31871,7 +31871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -31934,7 +31934,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -31997,7 +31997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32101,7 +32101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a one-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a one-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32219,7 +32219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32276,7 +32276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32339,7 +32339,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32396,7 +32396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32459,7 +32459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32542,7 +32542,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32625,7 +32625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32708,7 +32708,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a one-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a one-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32804,7 +32804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32882,7 +32882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve contents of a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve contents of a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32945,7 +32945,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33008,7 +33008,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33086,7 +33086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get current 1D or 2D convolution filter kernel.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get current 1D or 2D convolution filter kernel.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33149,7 +33149,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33212,7 +33212,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33303,7 +33303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33366,7 +33366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33429,7 +33429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33520,7 +33520,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minimum and maximum pixel values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minimum and maximum pixel values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33583,7 +33583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33646,7 +33646,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33766,7 +33766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get separable convolution filter kernel images.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get separable convolution filter kernel images.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33836,7 +33836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -33893,7 +33893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define minmax table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define minmax table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -33924,7 +33924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset histogram table entries to zero.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset histogram table entries to zero.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -33955,7 +33955,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset minmax table entries to initial values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset minmax table entries to initial values.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -34095,7 +34095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a separable two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and width.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a separable two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and width.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and height.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34175,7 +34175,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's immutable data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's immutable data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\n/// \n", "ExtensionName": "Core" } ], @@ -34271,7 +34271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill a buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill a buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34387,7 +34387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill all or part of buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The offset in basic machine units into the buffer object's data store at which to start filling.\r\n/// \r\n/// \r\n/// The size in basic machine units of the range of the data store to fill.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill all or part of buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The offset in basic machine units into the buffer object's data store at which to start filling.\n/// \n/// \n/// The size in basic machine units of the range of the data store to fill.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34424,7 +34424,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -34468,7 +34468,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -34546,7 +34546,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34563,7 +34563,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release resources consumed by the implementation's shader compiler.\r\n/// \r\n", + "Doc": "/// \n/// Release resources consumed by the implementation's shader compiler.\n/// \n", "ExtensionName": "Core" }, { @@ -34654,7 +34654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load pre-compiled shader binaries.\r\n/// \r\n/// \r\n/// Specifies the number of shader object handles contained in shaders.\r\n/// \r\n/// \r\n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the length of the array whose address is given in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load pre-compiled shader binaries.\n/// \n/// \n/// Specifies the number of shader object handles contained in shaders.\n/// \n/// \n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the length of the array whose address is given in binary.\n/// \n", "ExtensionName": "Core" } ], @@ -34750,7 +34750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34918,7 +34918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all or part of a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the left edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the lower edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the front of the region to be cleared.\r\n/// \r\n/// \r\n/// The width of the region to be cleared.\r\n/// \r\n/// \r\n/// The height of the region to be cleared.\r\n/// \r\n/// \r\n/// The depth of the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all or part of a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The coordinate of the left edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the lower edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the front of the region to be cleared.\n/// \n/// \n/// The width of the region to be cleared.\n/// \n/// \n/// The height of the region to be cleared.\n/// \n/// \n/// The depth of the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34981,7 +34981,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35012,7 +35012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -35056,7 +35056,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35106,7 +35106,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -35197,7 +35197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -35228,7 +35228,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35285,7 +35285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "Core" } ], @@ -35335,7 +35335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control clip coordinate to window coordinate behavior.\r\n/// \r\n/// \r\n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\r\n/// \r\n/// \r\n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\r\n/// \r\n", + "Doc": "/// \n/// Control clip coordinate to window coordinate behavior.\n/// \n/// \n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\n/// \n/// \n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\n/// \n", "ExtensionName": "Core" } ], @@ -35385,7 +35385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35433,7 +35433,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -35477,7 +35477,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35525,7 +35525,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -35582,7 +35582,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35643,7 +35643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -35700,7 +35700,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35761,7 +35761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -35818,7 +35818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35879,7 +35879,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -35936,7 +35936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35997,7 +35997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36041,7 +36041,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36089,7 +36089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36133,7 +36133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36181,7 +36181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36225,7 +36225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36273,7 +36273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36317,7 +36317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36365,7 +36365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36409,7 +36409,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36457,7 +36457,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36501,7 +36501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36549,7 +36549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36619,7 +36619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36693,7 +36693,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36763,7 +36763,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36837,7 +36837,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -36907,7 +36907,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -36981,7 +36981,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -37051,7 +37051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37125,7 +37125,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -37169,7 +37169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37217,7 +37217,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -37261,7 +37261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37309,7 +37309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -37353,7 +37353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37401,7 +37401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" } ], @@ -37490,7 +37490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\r\n/// \r\n/// \r\n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\n/// \n/// \n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\n/// \n", "ExtensionName": "Core" } ], @@ -37709,7 +37709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Perform a raw data copy between two images.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object from which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the source name srcName.\r\n/// \r\n/// \r\n/// The mipmap level to read from the source.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object to which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the destination name dstName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the destination region.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the destination region.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the destination region.\r\n/// \r\n/// \r\n/// The width of the region to be copied.\r\n/// \r\n/// \r\n/// The height of the region to be copied.\r\n/// \r\n/// \r\n/// The depth of the region to be copied.\r\n/// \r\n", + "Doc": "/// \n/// Perform a raw data copy between two images.\n/// \n/// \n/// The name of a texture or renderbuffer object from which to copy.\n/// \n/// \n/// The target representing the namespace of the source name srcName.\n/// \n/// \n/// The mipmap level to read from the source.\n/// \n/// \n/// The X coordinate of the left edge of the souce region to copy.\n/// \n/// \n/// The Y coordinate of the top edge of the souce region to copy.\n/// \n/// \n/// The Z coordinate of the near edge of the souce region to copy.\n/// \n/// \n/// The name of a texture or renderbuffer object to which to copy.\n/// \n/// \n/// The target representing the namespace of the destination name dstName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The X coordinate of the left edge of the destination region.\n/// \n/// \n/// The Y coordinate of the top edge of the destination region.\n/// \n/// \n/// The Z coordinate of the near edge of the destination region.\n/// \n/// \n/// The width of the region to be copied.\n/// \n/// \n/// The height of the region to be copied.\n/// \n/// \n/// The depth of the region to be copied.\n/// \n", "ExtensionName": "Core" } ], @@ -37759,7 +37759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "Core" }, { @@ -37859,7 +37859,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -37962,7 +37962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38108,7 +38108,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -38199,7 +38199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38277,7 +38277,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38325,7 +38325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38402,7 +38402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38466,7 +38466,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38483,7 +38483,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "Core" }, { @@ -38560,7 +38560,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// This parameter's element count is computed from message and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// This parameter's element count is computed from message and length.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -38629,7 +38629,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the number of viewports whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose depth range to update.\n/// \n/// \n/// Specifies the number of viewports whose depth range to update.\n/// \n/// \n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38686,7 +38686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose depth range to update.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\n/// \n/// \n/// Specifies the index of the viewport whose depth range to update.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -38749,7 +38749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -38812,7 +38812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -38875,7 +38875,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for multiple viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specifies the number of scissor boxes to modify.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for multiple viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose scissor box to modify.\n/// \n/// \n/// Specifies the number of scissor boxes to modify.\n/// \n/// \n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -38958,7 +38958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -39006,7 +39006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -39069,7 +39069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set multiple viewports.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// Specify the number of viewports to set.\r\n/// \r\n/// \r\n/// Specify the address of an array containing the viewport parameters.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set multiple viewports.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// Specify the number of viewports to set.\n/// \n/// \n/// Specify the address of an array containing the viewport parameters.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -39152,7 +39152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -39200,7 +39200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -39263,7 +39263,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the X dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Y dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Z dimension.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups.\n/// \n/// \n/// The number of work groups to be launched in the X dimension.\n/// \n/// \n/// The number of work groups to be launched in the Y dimension.\n/// \n/// \n/// The number of work groups to be launched in the Z dimension.\n/// \n", "ExtensionName": "Core" }, { @@ -39294,7 +39294,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups using parameters stored in a buffer.\r\n/// \r\n/// \r\n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups using parameters stored in a buffer.\n/// \n/// \n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\n/// \n", "ExtensionName": "Core" } ], @@ -39344,7 +39344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -39401,7 +39401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" } ], @@ -39490,7 +39490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -39590,7 +39590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -39703,7 +39703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" } ], @@ -39799,7 +39799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -39902,7 +39902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -40018,7 +40018,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -40132,7 +40132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count, indices and basevertex arrays.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the base vertices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count, indices and basevertex arrays.\n/// \n/// \n/// Specifies a pointer to the location where the base vertices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -40195,7 +40195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -40265,7 +40265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -40328,7 +40328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "Core" }, { @@ -40398,7 +40398,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all or part of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the mapped range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all or part of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the mapped range.\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -40461,7 +40461,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\r\n/// \r\n/// \r\n/// Specifies the framebuffer parameter to be modified.\r\n/// \r\n/// \r\n/// The new value for the parameter named pname.\r\n/// \r\n", + "Doc": "/// \n/// Set a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\n/// \n/// \n/// Specifies the framebuffer parameter to be modified.\n/// \n/// \n/// The new value for the parameter named pname.\n/// \n", "ExtensionName": "Core" }, { @@ -40524,7 +40524,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -40606,7 +40606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about the set of active atomic counter buffers for a program.\r\n/// \r\n/// \r\n/// The name of a program object from which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies index of an active atomic counter buffer.\r\n/// \r\n/// \r\n/// Specifies which parameter of the atomic counter buffer to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about the set of active atomic counter buffers for a program.\n/// \n/// \n/// The name of a program object from which to retrieve information.\n/// \n/// \n/// Specifies index of an active atomic counter buffer.\n/// \n/// \n/// Specifies which parameter of the atomic counter buffer to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -40716,7 +40716,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query the subroutine name.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query the subroutine name.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -40805,7 +40805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a into which the queried value or values will be placed.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\n/// \n/// \n/// Specifies the address of a into which the queried value or values will be placed.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -40909,7 +40909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -40983,7 +40983,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program object corresponding to a specified shader stage.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which the queried value or values will be placed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program object corresponding to a specified shader stage.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\n/// \n/// \n/// Specifies the address of a variable into which the queried value or values will be placed.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41040,7 +41040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -41097,7 +41097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -41158,7 +41158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the location of the subroutine uniform.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the location of the subroutine uniform.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41219,7 +41219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load active subroutine uniforms.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the number of uniform indices stored in indices.\r\n/// \r\n/// \r\n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Load active subroutine uniforms.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the number of uniform indices stored in indices.\n/// \n/// \n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -41373,7 +41373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -41547,7 +41547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a texture image from a texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a texture image from a texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" } ], @@ -41570,7 +41570,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -41640,7 +41640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -41710,7 +41710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -41780,7 +41780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -41902,7 +41902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -41995,7 +41995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -42088,7 +42088,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -42157,7 +42157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42201,7 +42201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the value of a sub-word of the sample mask.\r\n/// \r\n/// \r\n/// Specifies which 32-bit sub-word of the sample mask to update.\r\n/// \r\n/// \r\n/// Specifies the new value of the mask sub-word.\r\n/// \r\n", + "Doc": "/// \n/// Set the value of a sub-word of the sample mask.\n/// \n/// \n/// Specifies which 32-bit sub-word of the sample mask to update.\n/// \n/// \n/// Specifies the new value of the mask sub-word.\n/// \n", "ExtensionName": "Core" }, { @@ -42297,7 +42297,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -42406,7 +42406,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" } ], @@ -42473,7 +42473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" }, { @@ -42534,7 +42534,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" }, { @@ -42578,7 +42578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -42679,7 +42679,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42753,7 +42753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -42810,7 +42810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" } ], @@ -42892,7 +42892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an interface in a program.\r\n/// \r\n/// \r\n/// The name of a program object whose interface to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program to query.\r\n/// \r\n/// \r\n/// The name of the parameter within programInterface to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an interface in a program.\n/// \n/// \n/// The name of a program object whose interface to query.\n/// \n/// \n/// A token identifying the interface within program to query.\n/// \n/// \n/// The name of the parameter within programInterface to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42955,7 +42955,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the index of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the index of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the index of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the index of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -43089,7 +43089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from propCount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from propCount.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43152,7 +43152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the location of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the location of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -43215,7 +43215,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the fragment color index of a named variable within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the fragment color index of a named variable within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -43319,7 +43319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an indexed resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the indexed resource.\r\n/// \r\n/// \r\n/// The index of the resource within programInterface of program.\r\n/// \r\n/// \r\n/// The size of the character array whose address is given by name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the length of the resource name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a character array into which will be written the name of the resource.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an indexed resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the indexed resource.\n/// \n/// \n/// The index of the resource within programInterface of program.\n/// \n/// \n/// The size of the character array whose address is given by name.\n/// \n/// \n/// The address of a variable which will receive the length of the resource name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a character array into which will be written the name of the resource.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -43388,7 +43388,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43451,7 +43451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43495,7 +43495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\r\n/// \r\n/// \r\n/// Specify the name of a query object into which to record the GL time.\r\n/// \r\n/// \r\n/// Specify the counter to query. target must be GL_TIMESTAMP.\r\n/// \r\n", + "Doc": "/// \n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\n/// \n/// \n/// Specify the name of a query object into which to record the GL time.\n/// \n/// \n/// Specify the counter to query. target must be GL_TIMESTAMP.\n/// \n", "ExtensionName": "Core" } ], @@ -43565,7 +43565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43609,7 +43609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -43670,7 +43670,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -43727,7 +43727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -43788,7 +43788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -43858,7 +43858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -43919,7 +43919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44002,7 +44002,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -44063,7 +44063,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44137,7 +44137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44211,7 +44211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44285,7 +44285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44359,7 +44359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44433,7 +44433,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44507,7 +44507,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44581,7 +44581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44655,7 +44655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -44729,7 +44729,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" } ], @@ -44798,7 +44798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -44842,7 +44842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -44890,7 +44890,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -44947,7 +44947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -44995,7 +44995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -45065,7 +45065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -45113,7 +45113,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -45196,7 +45196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -45244,7 +45244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -45331,7 +45331,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" } ], @@ -45368,7 +45368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object whose data store to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object whose data store to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -45425,7 +45425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object, a subrange of whose data store to invalidate.\r\n/// \r\n/// \r\n/// The offset within the buffer's data store of the start of the range to be invalidated.\r\n/// \r\n/// \r\n/// The length of the range within the buffer's data store to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object, a subrange of whose data store to invalidate.\n/// \n/// \n/// The offset within the buffer's data store of the start of the range to be invalidated.\n/// \n/// \n/// The length of the range within the buffer's data store to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -45486,7 +45486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45599,7 +45599,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n/// \r\n/// Specifies the X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the width of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the height of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n/// \n/// Specifies the X offset of the region to be invalidated.\n/// \n/// \n/// Specifies the Y offset of the region to be invalidated.\n/// \n/// \n/// Specifies the width of the region to be invalidated.\n/// \n/// \n/// Specifies the height of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -45643,7 +45643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the entirety a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the entirety a texture image.\n/// \n/// \n/// The name of a texture object to invalidate.\n/// \n/// \n/// The level of detail of the texture object to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -45765,7 +45765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object a subregion of which to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object within which the region resides.\r\n/// \r\n/// \r\n/// The X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Z offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The width of the region to be invalidated.\r\n/// \r\n/// \r\n/// The height of the region to be invalidated.\r\n/// \r\n/// \r\n/// The depth of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a texture image.\n/// \n/// \n/// The name of a texture object a subregion of which to invalidate.\n/// \n/// \n/// The level of detail of the texture object within which the region resides.\n/// \n/// \n/// The X offset of the region to be invalidated.\n/// \n/// \n/// The Y offset of the region to be invalidated.\n/// \n/// \n/// The Z offset of the region to be invalidated.\n/// \n/// \n/// The width of the region to be invalidated.\n/// \n/// \n/// The height of the region to be invalidated.\n/// \n/// \n/// The depth of the region to be invalidated.\n/// \n", "ExtensionName": "Core" } ], @@ -45802,7 +45802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -45885,7 +45885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array of structures containing the draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the the number of elements in the array of draw parameter structures.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of an array of structures containing the draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the the number of elements in the array of draw parameter structures.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -45975,7 +45975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing an array of draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of elements in the array addressed by indirect.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing an array of draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the number of elements in the array addressed by indirect.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" } ], @@ -46031,7 +46031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the new values for the parameter given by pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the address of an array containing the new values for the parameter given by pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46075,7 +46075,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the new value for the parameter given by pname.\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the new value for the parameter given by pname.\n/// \n", "ExtensionName": "Core" } ], @@ -46138,7 +46138,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -46175,7 +46175,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -46238,7 +46238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Change an active shader storage block binding.\r\n/// \r\n/// \r\n/// The name of the program containing the block whose binding to change.\r\n/// \r\n/// \r\n/// The index storage block within the program.\r\n/// \r\n/// \r\n/// The index storage block binding to associate with the specified storage block.\r\n/// \r\n", + "Doc": "/// \n/// Change an active shader storage block binding.\n/// \n/// \n/// The name of the program containing the block whose binding to change.\n/// \n/// \n/// The index storage block within the program.\n/// \n/// \n/// The index storage block binding to associate with the specified storage block.\n/// \n", "ExtensionName": "Core" } ], @@ -46327,7 +46327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a range of a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n/// \r\n/// Specifies the offset of the start of the range of the buffer's data store to attach.\r\n/// \r\n/// \r\n/// Specifies the size of the range of the buffer's data store to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a range of a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n/// \n/// Specifies the offset of the start of the range of the buffer's data store to attach.\n/// \n/// \n/// Specifies the size of the range of the buffer's data store to attach.\n/// \n", "ExtensionName": "Core" } ], @@ -46403,7 +46403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a one-dimensional texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a one-dimensional texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -46486,7 +46486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -46582,7 +46582,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in texels.\n/// \n", "ExtensionName": "Core" } ], @@ -46684,7 +46684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -46793,7 +46793,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in layers.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in layers.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" } ], @@ -46816,7 +46816,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "Core" } ], @@ -46944,7 +46944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Initialize a texture as a data alias of another texture's data store.\r\n/// \r\n/// \r\n/// Specifies the texture object to be initialized as a view.\r\n/// \r\n/// \r\n/// Specifies the target to be used for the newly initialized texture.\r\n/// \r\n/// \r\n/// Specifies the name of a texture object of which to make a view.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies lowest level of detail of the view.\r\n/// \r\n/// \r\n/// Specifies the number of levels of detail to include in the view.\r\n/// \r\n/// \r\n/// Specifies the index of the first layer to include in the view.\r\n/// \r\n/// \r\n/// Specifies the number of layers to include in the view.\r\n/// \r\n", + "Doc": "/// \n/// Initialize a texture as a data alias of another texture's data store.\n/// \n/// \n/// Specifies the texture object to be initialized as a view.\n/// \n/// \n/// Specifies the target to be used for the newly initialized texture.\n/// \n/// \n/// Specifies the name of a texture object of which to make a view.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies lowest level of detail of the view.\n/// \n/// \n/// Specifies the number of levels of detail to include in the view.\n/// \n/// \n/// Specifies the index of the first layer to include in the view.\n/// \n/// \n/// Specifies the number of layers to include in the view.\n/// \n", "ExtensionName": "Core" } ], @@ -47001,7 +47001,7 @@ ] } ], - "Doc": "/// \r\n/// Operate on the accumulation buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Operate on the accumulation buffer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47052,7 +47052,7 @@ ] } ], - "Doc": "/// \r\n/// Specify the alpha test function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the alpha test function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47090,7 +47090,7 @@ ] } ], - "Doc": "/// \r\n/// Delimit the vertices of a primitive or a group of like primitives.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the vertices of a primitive or a group of like primitives.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47213,7 +47213,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a bitmap.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from width and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Draw a bitmap.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from width and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47257,7 +47257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -47295,7 +47295,7 @@ ] } ], - "Doc": "/// \r\n/// Execute a display list.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Execute a display list.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47366,7 +47366,7 @@ ] } ], - "Doc": "/// \r\n/// Execute a list of display lists.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from n and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Execute a list of display lists.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from n and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47397,7 +47397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear buffers to preset values.\r\n/// \r\n/// \r\n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Clear buffers to preset values.\n/// \n/// \n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\n/// \n", "ExtensionName": "Core" }, { @@ -47474,7 +47474,7 @@ ] } ], - "Doc": "/// \r\n/// Specify clear values for the accumulation buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify clear values for the accumulation buffer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47544,7 +47544,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify clear values for the color buffers.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify clear values for the color buffers.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n", "ExtensionName": "Core" }, { @@ -47575,7 +47575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -47613,7 +47613,7 @@ ] } ], - "Doc": "/// \r\n/// Specify the clear value for the color index buffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the color index buffers.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47644,7 +47644,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the stencil buffer.\r\n/// \r\n/// \r\n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the stencil buffer.\n/// \n/// \n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -47699,7 +47699,7 @@ ] } ], - "Doc": "/// \r\n/// Specify a plane against which all geometry is clipped.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a plane against which all geometry is clipped.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47763,7 +47763,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47805,7 +47805,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -47869,7 +47869,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -47911,7 +47911,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -47975,7 +47975,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48017,7 +48017,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48081,7 +48081,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48123,7 +48123,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48187,7 +48187,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48229,7 +48229,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48293,7 +48293,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48335,7 +48335,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48399,7 +48399,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48441,7 +48441,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48505,7 +48505,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48547,7 +48547,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48624,7 +48624,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48666,7 +48666,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48743,7 +48743,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48785,7 +48785,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48862,7 +48862,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -48904,7 +48904,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -48981,7 +48981,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49023,7 +49023,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -49100,7 +49100,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49142,7 +49142,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -49219,7 +49219,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49261,7 +49261,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -49338,7 +49338,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49380,7 +49380,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -49457,7 +49457,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49499,7 +49499,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -49569,7 +49569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n", "ExtensionName": "Core" }, { @@ -49620,7 +49620,7 @@ ] } ], - "Doc": "/// \r\n/// Cause a material color to track the current color.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Cause a material color to track the current color.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49710,7 +49710,7 @@ ] } ], - "Doc": "/// \r\n/// Copy pixels in the frame buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels in the frame buffer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49741,7 +49741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether front- or back-facing facets can be culled.\r\n/// \r\n/// \r\n/// Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether front- or back-facing facets can be culled.\n/// \n/// \n/// Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\n/// \n", "ExtensionName": "Core" }, { @@ -49792,7 +49792,7 @@ ] } ], - "Doc": "/// \r\n/// Delete a contiguous group of display lists.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Delete a contiguous group of display lists.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49823,7 +49823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value used for depth buffer comparisons.\r\n/// \r\n/// \r\n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value used for depth buffer comparisons.\n/// \n/// \n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\n/// \n", "ExtensionName": "Core" }, { @@ -49854,7 +49854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable writing into the depth buffer.\r\n/// \r\n/// \r\n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable writing into the depth buffer.\n/// \n/// \n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\n/// \n", "ExtensionName": "Core" }, { @@ -49898,7 +49898,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49929,7 +49929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49960,7 +49960,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify which color buffers are to be drawn into.\r\n/// \r\n/// \r\n/// For default framebuffer, the argument specifies up to four color buffers to be drawn into. Symbolic\n/// constants GL_NONE, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK,\n/// GL_LEFT, GL_RIGHT, and GL_FRONT_AND_BACK are accepted. The initial value is GL_FRONT for\n/// single-buffered contexts, and GL_BACK for double-buffered contexts. For framebuffer objects,\n/// GL_COLOR_ATTACHMENT$m$ and GL_NONE enums are accepted, where $m$ is a value between 0 and\n/// GL_MAX_COLOR_ATTACHMENTS.\r\n/// \r\n", + "Doc": "/// \n/// Specify which color buffers are to be drawn into.\n/// \n/// \n/// For default framebuffer, the argument specifies up to four color buffers to be drawn into. Symbolic\n/// constants GL_NONE, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK,\n/// GL_LEFT, GL_RIGHT, and GL_FRONT_AND_BACK are accepted. The initial value is GL_FRONT for\n/// single-buffered contexts, and GL_BACK for double-buffered contexts. For framebuffer objects,\n/// GL_COLOR_ATTACHMENT$m$ and GL_NONE enums are accepted, where $m$ is a value between 0 and\n/// GL_MAX_COLOR_ATTACHMENTS.\n/// \n", "ExtensionName": "Core" }, { @@ -50059,7 +50059,7 @@ ] } ], - "Doc": "/// \r\n/// Write a block of pixels to the frame buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Write a block of pixels to the frame buffer.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -50097,7 +50097,7 @@ ] } ], - "Doc": "/// \r\n/// Flag edges as either boundary or nonboundary.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Flag edges as either boundary or nonboundary.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50139,7 +50139,7 @@ ] } ], - "Doc": "/// \r\n/// Flag edges as either boundary or nonboundary.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Flag edges as either boundary or nonboundary.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -50170,7 +50170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n", "ExtensionName": "Core" }, { @@ -50194,7 +50194,7 @@ ] } ], - "Doc": "/// \r\n/// Delimit the vertices of a primitive or a group of like primitives.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the vertices of a primitive or a group of like primitives.\n/// \n", "ExtensionName": "Core" }, { @@ -50218,7 +50218,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50256,7 +50256,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50298,7 +50298,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50336,7 +50336,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50378,7 +50378,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50429,7 +50429,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50471,7 +50471,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50522,7 +50522,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50564,7 +50564,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50628,7 +50628,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50718,7 +50718,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50756,7 +50756,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50807,7 +50807,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50875,7 +50875,7 @@ ] } ], - "Doc": "/// \r\n/// Controls feedback mode.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Controls feedback mode.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -50892,7 +50892,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block until all GL execution is complete.\r\n/// \r\n", + "Doc": "/// \n/// Block until all GL execution is complete.\n/// \n", "ExtensionName": "Core" }, { @@ -50909,7 +50909,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Force execution of GL commands in finite time.\r\n/// \r\n", + "Doc": "/// \n/// Force execution of GL commands in finite time.\n/// \n", "ExtensionName": "Core" }, { @@ -50960,7 +50960,7 @@ ] } ], - "Doc": "/// \r\n/// Specify fog parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify fog parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51017,7 +51017,7 @@ ] } ], - "Doc": "/// \r\n/// Specify fog parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify fog parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51068,7 +51068,7 @@ ] } ], - "Doc": "/// \r\n/// Specify fog parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify fog parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51125,7 +51125,7 @@ ] } ], - "Doc": "/// \r\n/// Specify fog parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify fog parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51156,7 +51156,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define front- and back-facing polygons.\r\n/// \r\n/// \r\n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\r\n/// \r\n", + "Doc": "/// \n/// Define front- and back-facing polygons.\n/// \n/// \n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\n/// \n", "ExtensionName": "Core" }, { @@ -51259,7 +51259,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a perspective matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a perspective matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51297,7 +51297,7 @@ ] } ], - "Doc": "/// \r\n/// Generate a contiguous set of empty display lists.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Generate a contiguous set of empty display lists.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -51347,7 +51347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -51402,7 +51402,7 @@ ] } ], - "Doc": "/// \r\n/// Return the coefficients of the specified clipping plane.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the coefficients of the specified clipping plane.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51452,7 +51452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -51469,7 +51469,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return error information.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return error information.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -51519,7 +51519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -51569,7 +51569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -51639,7 +51639,7 @@ ] } ], - "Doc": "/// \r\n/// Return light source parameter values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return light source parameter values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51709,7 +51709,7 @@ ] } ], - "Doc": "/// \r\n/// Return light source parameter values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return light source parameter values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51780,7 +51780,7 @@ ] } ], - "Doc": "/// \r\n/// Return evaluator parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and query.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return evaluator parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and query.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51851,7 +51851,7 @@ ] } ], - "Doc": "/// \r\n/// Return evaluator parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and query.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return evaluator parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and query.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51922,7 +51922,7 @@ ] } ], - "Doc": "/// \r\n/// Return evaluator parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and query.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return evaluator parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and query.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -51992,7 +51992,7 @@ ] } ], - "Doc": "/// \r\n/// Return material parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return material parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52062,7 +52062,7 @@ ] } ], - "Doc": "/// \r\n/// Return material parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return material parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52119,7 +52119,7 @@ ] } ], - "Doc": "/// \r\n/// Return the specified pixel map.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from map.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the specified pixel map.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from map.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52176,7 +52176,7 @@ ] } ], - "Doc": "/// \r\n/// Return the specified pixel map.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from map.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the specified pixel map.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from map.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52233,7 +52233,7 @@ ] } ], - "Doc": "/// \r\n/// Return the specified pixel map.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from map.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the specified pixel map.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from map.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52275,7 +52275,7 @@ ] } ], - "Doc": "/// \r\n/// Return the polygon stipple pattern.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the polygon stipple pattern.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52306,7 +52306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -52376,7 +52376,7 @@ ] } ], - "Doc": "/// \r\n/// Return texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52446,7 +52446,7 @@ ] } ], - "Doc": "/// \r\n/// Return texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52516,7 +52516,7 @@ ] } ], - "Doc": "/// \r\n/// Return texture coordinate generation parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture coordinate generation parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52586,7 +52586,7 @@ ] } ], - "Doc": "/// \r\n/// Return texture coordinate generation parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture coordinate generation parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52656,7 +52656,7 @@ ] } ], - "Doc": "/// \r\n/// Return texture coordinate generation parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture coordinate generation parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52748,7 +52748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a texture image.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexImage and glGetnTexImage functions.\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, and GL_TEXTURE_CUBE_MAP_ARRAY are acceptable.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies a pixel format for the returned data. The supported formats are GL_STENCIL_INDEX,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RG, GL_RGB, GL_RGBA, GL_BGR,\n/// GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGR_INTEGER, GL_BGRA_INTEGER.\r\n/// \r\n/// \r\n/// Specifies a pixel type for the returned data. The supported types are GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, and\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// Returns the texture image. Should be a pointer to an array of the type specified by type.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a texture image.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexImage and glGetnTexImage functions.\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, and GL_TEXTURE_CUBE_MAP_ARRAY are acceptable.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies a pixel format for the returned data. The supported formats are GL_STENCIL_INDEX,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RG, GL_RGB, GL_RGBA, GL_BGR,\n/// GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGR_INTEGER, GL_BGRA_INTEGER.\n/// \n/// \n/// Specifies a pixel type for the returned data. The supported types are GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, and\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// Returns the texture image. Should be a pointer to an array of the type specified by type.\n/// This parameter's element count is computed from target, level, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52824,7 +52824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52900,7 +52900,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -52963,7 +52963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53026,7 +53026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53070,7 +53070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify implementation-specific hints.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\r\n/// \r\n", + "Doc": "/// \n/// Specify implementation-specific hints.\n/// \n/// \n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\n/// \n/// \n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\n/// \n", "ExtensionName": "Core" }, { @@ -53108,7 +53108,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53150,7 +53150,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53188,7 +53188,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53230,7 +53230,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53268,7 +53268,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53310,7 +53310,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53348,7 +53348,7 @@ ] } ], - "Doc": "/// \r\n/// Control the writing of individual bits in the color index buffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Control the writing of individual bits in the color index buffers.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53386,7 +53386,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53428,7 +53428,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53452,7 +53452,7 @@ ] } ], - "Doc": "/// \r\n/// Initialize the name stack.\r\n/// \r\n", + "Doc": "/// \n/// Initialize the name stack.\n/// \n", "ExtensionName": "Core" }, { @@ -53483,7 +53483,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -53521,7 +53521,7 @@ ] } ], - "Doc": "/// \r\n/// Determine if a name corresponds to a display list.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a display list.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -53585,7 +53585,7 @@ ] } ], - "Doc": "/// \r\n/// Set light source parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set light source parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53655,7 +53655,7 @@ ] } ], - "Doc": "/// \r\n/// Set light source parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set light source parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53719,7 +53719,7 @@ ] } ], - "Doc": "/// \r\n/// Set light source parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set light source parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53789,7 +53789,7 @@ ] } ], - "Doc": "/// \r\n/// Set light source parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set light source parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53840,7 +53840,7 @@ ] } ], - "Doc": "/// \r\n/// Set the lighting model parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the lighting model parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -53897,7 +53897,7 @@ ] } ], - "Doc": "/// \r\n/// Set the lighting model parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the lighting model parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53948,7 +53948,7 @@ ] } ], - "Doc": "/// \r\n/// Set the lighting model parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the lighting model parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54005,7 +54005,7 @@ ] } ], - "Doc": "/// \r\n/// Set the lighting model parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the lighting model parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54056,7 +54056,7 @@ ] } ], - "Doc": "/// \r\n/// Specify the line stipple pattern.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the line stipple pattern.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54087,7 +54087,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the width of rasterized lines.\r\n/// \r\n/// \r\n/// Specifies the width of rasterized lines. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the width of rasterized lines.\n/// \n/// \n/// Specifies the width of rasterized lines. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -54125,7 +54125,7 @@ ] } ], - "Doc": "/// \r\n/// Set the display-list base for glCallLists.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the display-list base for glCallLists.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54149,7 +54149,7 @@ ] } ], - "Doc": "/// \r\n/// Replace the current matrix with the identity matrix.\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the identity matrix.\n/// \n", "ExtensionName": "Core" }, { @@ -54191,7 +54191,7 @@ ] } ], - "Doc": "/// \r\n/// Replace the current matrix with the specified matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54233,7 +54233,7 @@ ] } ], - "Doc": "/// \r\n/// Replace the current matrix with the specified matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54271,7 +54271,7 @@ ] } ], - "Doc": "/// \r\n/// Load a name onto the name stack.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Load a name onto the name stack.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54302,7 +54302,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a logical pixel operation for rendering.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant that selects a logical operation. The following symbols are accepted:\n/// GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR,\n/// GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial\n/// value is GL_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Specify a logical pixel operation for rendering.\n/// \n/// \n/// Specifies a symbolic constant that selects a logical operation. The following symbols are accepted:\n/// GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR,\n/// GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial\n/// value is GL_COPY.\n/// \n", "ExtensionName": "Core" }, { @@ -54413,7 +54413,7 @@ ] } ], - "Doc": "/// \r\n/// Define a one-dimensional evaluator.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, stride, and order.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a one-dimensional evaluator.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, stride, and order.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54524,7 +54524,7 @@ ] } ], - "Doc": "/// \r\n/// Define a one-dimensional evaluator.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, stride, and order.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a one-dimensional evaluator.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, stride, and order.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54689,7 +54689,7 @@ ] } ], - "Doc": "/// \r\n/// Define a two-dimensional evaluator.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, ustride, uorder, vstride, and vorder.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a two-dimensional evaluator.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, ustride, uorder, vstride, and vorder.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54854,7 +54854,7 @@ ] } ], - "Doc": "/// \r\n/// Define a two-dimensional evaluator.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, ustride, uorder, vstride, and vorder.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a two-dimensional evaluator.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, ustride, uorder, vstride, and vorder.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54918,7 +54918,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54982,7 +54982,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55085,7 +55085,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55188,7 +55188,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55252,7 +55252,7 @@ ] } ], - "Doc": "/// \r\n/// Specify material parameters for the lighting model.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify material parameters for the lighting model.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55322,7 +55322,7 @@ ] } ], - "Doc": "/// \r\n/// Specify material parameters for the lighting model.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify material parameters for the lighting model.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55386,7 +55386,7 @@ ] } ], - "Doc": "/// \r\n/// Specify material parameters for the lighting model.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify material parameters for the lighting model.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55456,7 +55456,7 @@ ] } ], - "Doc": "/// \r\n/// Specify material parameters for the lighting model.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify material parameters for the lighting model.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55494,7 +55494,7 @@ ] } ], - "Doc": "/// \r\n/// Specify which matrix is the current matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify which matrix is the current matrix.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55536,7 +55536,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix with the specified matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55578,7 +55578,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix with the specified matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55629,7 +55629,7 @@ ] } ], - "Doc": "/// \r\n/// Create or replace a display list.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Create or replace a display list.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55693,7 +55693,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55735,7 +55735,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -55799,7 +55799,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55841,7 +55841,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -55905,7 +55905,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -55947,7 +55947,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -56011,7 +56011,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56053,7 +56053,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -56117,7 +56117,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56159,7 +56159,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -56262,7 +56262,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix with an orthographic matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with an orthographic matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56300,7 +56300,7 @@ ] } ], - "Doc": "/// \r\n/// Place a marker in the feedback buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Place a marker in the feedback buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56368,7 +56368,7 @@ ] } ], - "Doc": "/// \r\n/// Set up pixel transfer maps.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from mapsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set up pixel transfer maps.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from mapsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -56436,7 +56436,7 @@ ] } ], - "Doc": "/// \r\n/// Set up pixel transfer maps.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from mapsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set up pixel transfer maps.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from mapsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -56504,7 +56504,7 @@ ] } ], - "Doc": "/// \r\n/// Set up pixel transfer maps.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from mapsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set up pixel transfer maps.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from mapsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -56548,7 +56548,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set pixel storage modes.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\r\n/// \r\n/// \r\n/// Specifies the value that pname is set to.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel storage modes.\n/// \n/// \n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\n/// \n/// \n/// Specifies the value that pname is set to.\n/// \n", "ExtensionName": "Core" }, { @@ -56592,7 +56592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set pixel storage modes.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\r\n/// \r\n/// \r\n/// Specifies the value that pname is set to.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel storage modes.\n/// \n/// \n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\n/// \n/// \n/// Specifies the value that pname is set to.\n/// \n", "ExtensionName": "Core" }, { @@ -56643,7 +56643,7 @@ ] } ], - "Doc": "/// \r\n/// Set pixel transfer modes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel transfer modes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56694,7 +56694,7 @@ ] } ], - "Doc": "/// \r\n/// Set pixel transfer modes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel transfer modes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56745,7 +56745,7 @@ ] } ], - "Doc": "/// \r\n/// Specify the pixel zoom factors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the pixel zoom factors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56776,7 +56776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the diameter of rasterized points.\r\n/// \r\n/// \r\n/// Specifies the diameter of rasterized points. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the diameter of rasterized points.\n/// \n/// \n/// Specifies the diameter of rasterized points. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -56820,7 +56820,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a polygon rasterization mode.\r\n/// \r\n/// \r\n/// Specifies the polygons that mode applies to. Must be GL_FRONT_AND_BACK for front- and back-facing\n/// polygons.\r\n/// \r\n/// \r\n/// Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The\n/// initial value is GL_FILL for both front- and back-facing polygons.\r\n/// \r\n", + "Doc": "/// \n/// Select a polygon rasterization mode.\n/// \n/// \n/// Specifies the polygons that mode applies to. Must be GL_FRONT_AND_BACK for front- and back-facing\n/// polygons.\n/// \n/// \n/// Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The\n/// initial value is GL_FILL for both front- and back-facing polygons.\n/// \n", "ExtensionName": "Core" }, { @@ -56862,7 +56862,7 @@ ] } ], - "Doc": "/// \r\n/// Set the polygon stippling pattern.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the polygon stippling pattern.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -56886,7 +56886,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the server attribute stack.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the server attribute stack.\n/// \n", "ExtensionName": "Core" }, { @@ -56910,7 +56910,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the current matrix stack.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the current matrix stack.\n/// \n", "ExtensionName": "Core" }, { @@ -56934,7 +56934,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the name stack.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the name stack.\n/// \n", "ExtensionName": "Core" }, { @@ -56972,7 +56972,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the server attribute stack.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the server attribute stack.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56996,7 +56996,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the current matrix stack.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the current matrix stack.\n/// \n", "ExtensionName": "Core" }, { @@ -57034,7 +57034,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the name stack.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the name stack.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57085,7 +57085,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57127,7 +57127,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57178,7 +57178,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57220,7 +57220,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57271,7 +57271,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57313,7 +57313,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57364,7 +57364,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57406,7 +57406,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57470,7 +57470,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57512,7 +57512,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57576,7 +57576,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57618,7 +57618,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57682,7 +57682,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57724,7 +57724,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57788,7 +57788,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57830,7 +57830,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57907,7 +57907,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57949,7 +57949,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -58026,7 +58026,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58068,7 +58068,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -58145,7 +58145,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58187,7 +58187,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -58264,7 +58264,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58306,7 +58306,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -58337,7 +58337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a color buffer source for pixels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select a color buffer source for pixels.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58455,7 +58455,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Read a block of pixels from the frame buffer.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted:\n/// GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR,\n/// GL_RGBA, and GL_BGRA.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Read a block of pixels from the frame buffer.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted:\n/// GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR,\n/// GL_RGBA, and GL_BGRA.\n/// \n/// \n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58532,7 +58532,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58591,7 +58591,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58668,7 +58668,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58727,7 +58727,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58804,7 +58804,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58863,7 +58863,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58940,7 +58940,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58999,7 +58999,7 @@ ] } ], - "Doc": "/// \r\n/// Draw a rectangle.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Draw a rectangle.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -59037,7 +59037,7 @@ ] } ], - "Doc": "/// \r\n/// Set rasterization mode.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Set rasterization mode.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -59114,7 +59114,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a rotation matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a rotation matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59191,7 +59191,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a rotation matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a rotation matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59255,7 +59255,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a general scaling matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a general scaling matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59319,7 +59319,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a general scaling matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a general scaling matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59389,7 +59389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box.\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" }, { @@ -59444,7 +59444,7 @@ ] } ], - "Doc": "/// \r\n/// Establish a buffer for selection mode values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Establish a buffer for selection mode values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -59482,7 +59482,7 @@ ] } ], - "Doc": "/// \r\n/// Select flat or smooth shading.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select flat or smooth shading.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59539,7 +59539,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back function and reference value for stencil testing.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -59570,7 +59570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -59627,7 +59627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back stencil test actions.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back stencil test actions.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59665,7 +59665,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59707,7 +59707,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -59745,7 +59745,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59787,7 +59787,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -59825,7 +59825,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59867,7 +59867,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -59905,7 +59905,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -59947,7 +59947,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -59998,7 +59998,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60040,7 +60040,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60091,7 +60091,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60133,7 +60133,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60184,7 +60184,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60226,7 +60226,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60277,7 +60277,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60319,7 +60319,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60383,7 +60383,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60425,7 +60425,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60489,7 +60489,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60531,7 +60531,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60595,7 +60595,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60637,7 +60637,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60701,7 +60701,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60743,7 +60743,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60820,7 +60820,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60862,7 +60862,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60939,7 +60939,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60981,7 +60981,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61058,7 +61058,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61100,7 +61100,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61177,7 +61177,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61219,7 +61219,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61283,7 +61283,7 @@ ] } ], - "Doc": "/// \r\n/// Set texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61353,7 +61353,7 @@ ] } ], - "Doc": "/// \r\n/// Set texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61417,7 +61417,7 @@ ] } ], - "Doc": "/// \r\n/// Set texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61487,7 +61487,7 @@ ] } ], - "Doc": "/// \r\n/// Set texture environment parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture environment parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61551,7 +61551,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61621,7 +61621,7 @@ ] } ], - "Doc": "/// \r\n/// Control the generation of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Control the generation of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61685,7 +61685,7 @@ ] } ], - "Doc": "/// \r\n/// Control the generation of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Control the generation of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61755,7 +61755,7 @@ ] } ], - "Doc": "/// \r\n/// Control the generation of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Control the generation of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61819,7 +61819,7 @@ ] } ], - "Doc": "/// \r\n/// Control the generation of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Control the generation of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61889,7 +61889,7 @@ ] } ], - "Doc": "/// \r\n/// Control the generation of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Control the generation of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62019,7 +62019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide. The height of the 1D texture image is 1.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide. The height of the 1D texture image is 1.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62163,7 +62163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image, or the number of layers in a texture array, in the case\n/// of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D\n/// texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers\n/// deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide.\n/// \n/// \n/// Specifies the height of the texture image, or the number of layers in a texture array, in the case\n/// of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D\n/// texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers\n/// deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62220,7 +62220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -62283,7 +62283,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62340,7 +62340,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -62403,7 +62403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62467,7 +62467,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a translation matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a translation matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62531,7 +62531,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix by a translation matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a translation matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62582,7 +62582,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62624,7 +62624,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62675,7 +62675,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62717,7 +62717,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62768,7 +62768,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62810,7 +62810,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62861,7 +62861,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62903,7 +62903,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62967,7 +62967,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63009,7 +63009,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63073,7 +63073,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63115,7 +63115,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63179,7 +63179,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63221,7 +63221,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63285,7 +63285,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63327,7 +63327,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63404,7 +63404,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63446,7 +63446,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63523,7 +63523,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63565,7 +63565,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63642,7 +63642,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63684,7 +63684,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63761,7 +63761,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63803,7 +63803,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63873,7 +63873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the viewport.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Set the viewport.\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" } ], @@ -63951,7 +63951,7 @@ ] } ], - "Doc": "/// \r\n/// Determine if textures are loaded in texture memory.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if textures are loaded in texture memory.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -63989,7 +63989,7 @@ ] } ], - "Doc": "/// \r\n/// Render a vertex using the specified vertex array element.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render a vertex using the specified vertex array element.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -64033,7 +64033,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named texture to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named texture to a texturing target.\n/// \n/// \n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -64118,7 +64118,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of colors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of colors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64227,7 +64227,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a 1D texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. The height of the texture image is 1.\r\n/// \r\n/// \r\n/// Must be 0.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a 1D texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specifies the width of the texture image. The height of the texture image is 1.\n/// \n/// \n/// Must be 0.\n/// \n", "ExtensionName": "Core" }, { @@ -64349,7 +64349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a 2D texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image.\r\n/// \r\n/// \r\n/// Must be 0.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a 2D texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture image.\n/// \n/// \n/// Specifies the height of the texture image.\n/// \n/// \n/// Must be 0.\n/// \n", "ExtensionName": "Core" }, { @@ -64445,7 +64445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a one-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the texel offset within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a one-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the texel offset within the texture array.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -64567,7 +64567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -64615,7 +64615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named textures.\r\n/// \r\n/// \r\n/// Specifies the number of textures to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of textures to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named textures.\n/// \n/// \n/// Specifies the number of textures to be deleted.\n/// \n/// \n/// Specifies an array of textures to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64653,7 +64653,7 @@ ] } ], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -64710,7 +64710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n", "ExtensionName": "Core" }, { @@ -64787,7 +64787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies an offset of the first index in the array in the data store of the buffer currently bound\n/// to the GL_ELEMENT_ARRAY_BUFFER target.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies an offset of the first index in the array in the data store of the buffer currently bound\n/// to the GL_ELEMENT_ARRAY_BUFFER target.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64844,7 +64844,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of edge flags.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of edge flags.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64882,7 +64882,7 @@ ] } ], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -64930,7 +64930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate texture names.\r\n/// \r\n/// \r\n/// Specifies the number of texture names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated texture names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate texture names.\n/// \n/// \n/// Specifies the number of texture names to be generated.\n/// \n/// \n/// Specifies an array in which the generated texture names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64985,7 +64985,7 @@ ] } ], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65056,7 +65056,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of color indexes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of color indexes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65094,7 +65094,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65136,7 +65136,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current color index.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current color index.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65207,7 +65207,7 @@ ] } ], - "Doc": "/// \r\n/// Simultaneously specify and enable several interleaved arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify and enable several interleaved arrays.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65238,7 +65238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a texture.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a texture.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a texture.\n/// \n/// \n/// Specifies a value that may be the name of a texture.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -65309,7 +65309,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of normals.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of normals.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65353,7 +65353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the scale and units used to calculate depth values.\r\n/// \r\n/// \r\n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\r\n/// \r\n/// \r\n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Set the scale and units used to calculate depth values.\n/// \n/// \n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\n/// \n/// \n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -65377,7 +65377,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the client attribute stack.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the client attribute stack.\n/// \n", "ExtensionName": "Core" }, { @@ -65449,7 +65449,7 @@ ] } ], - "Doc": "/// \r\n/// Set texture residence priority.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture residence priority.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65487,7 +65487,7 @@ ] } ], - "Doc": "/// \r\n/// Push and pop the client attribute stack.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Push and pop the client attribute stack.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65572,7 +65572,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65689,7 +65689,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage1D. Must be GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage1D. Must be GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65833,7 +65833,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage2D. Must be GL_TEXTURE_2D,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_TEXTURE_1D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage2D. Must be GL_TEXTURE_2D,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_TEXTURE_1D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65918,7 +65918,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of vertex data.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of vertex data.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -66059,7 +66059,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage3D function. Must be\n/// GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage3D function. Must be\n/// GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -66162,7 +66162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66320,7 +66320,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be one of GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be one of GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\n/// \n/// \n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66491,7 +66491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage3D. Must be GL_TEXTURE_3D or\n/// GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage3D. Must be GL_TEXTURE_3D or\n/// GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -66528,7 +66528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\n/// \n", "ExtensionName": "Core" }, { @@ -66566,7 +66566,7 @@ ] } ], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -66679,7 +66679,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 64 texels wide. The height of the 1D texture image is 1.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 64 texels wide. The height of the 1D texture image is 1.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66805,7 +66805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels high.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels high.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66944,7 +66944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or\n/// GL_PROXY_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 16 texels high.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or\n/// GL_PROXY_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 16 texels high.\n/// \n/// \n/// Specifies the depth of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67057,7 +67057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target, to which the texture is bound, for glCompressedTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target, to which the texture is bound, for glCompressedTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67196,7 +67196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glCompressedTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target to which the texture is bound for glCompressedTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67361,7 +67361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glCompressedTexSubImage3D function. Must be\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target to which the texture is bound for glCompressedTexSubImage3D function. Must be\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67425,7 +67425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a compressed texture image.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and level.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a compressed texture image.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and level.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67467,7 +67467,7 @@ ] } ], - "Doc": "/// \r\n/// Replace the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67509,7 +67509,7 @@ ] } ], - "Doc": "/// \r\n/// Replace the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67560,7 +67560,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67615,7 +67615,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -67666,7 +67666,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67721,7 +67721,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -67772,7 +67772,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67827,7 +67827,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -67878,7 +67878,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67933,7 +67933,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -67997,7 +67997,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68052,7 +68052,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68116,7 +68116,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68171,7 +68171,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68235,7 +68235,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68290,7 +68290,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68354,7 +68354,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68409,7 +68409,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68486,7 +68486,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68541,7 +68541,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68618,7 +68618,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68673,7 +68673,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68750,7 +68750,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68805,7 +68805,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -68882,7 +68882,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68937,7 +68937,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -69027,7 +69027,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69082,7 +69082,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -69172,7 +69172,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69227,7 +69227,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -69317,7 +69317,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69372,7 +69372,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -69462,7 +69462,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69517,7 +69517,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -69559,7 +69559,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -69601,7 +69601,7 @@ ] } ], - "Doc": "/// \r\n/// Multiply the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -69645,7 +69645,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify multisample coverage parameters.\r\n/// \r\n/// \r\n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\r\n/// \r\n/// \r\n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify multisample coverage parameters.\n/// \n/// \n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\n/// \n/// \n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\n/// \n", "ExtensionName": "Core" } ], @@ -69721,7 +69721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "Core" }, { @@ -69752,7 +69752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -69822,7 +69822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69860,7 +69860,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69902,7 +69902,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -69940,7 +69940,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69982,7 +69982,7 @@ ] } ], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -70053,7 +70053,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of fog coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -70135,7 +70135,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of starting indices in the enabled arrays.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n/// \r\n/// Points to an array of the number of indices to be rendered.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the first and count\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of starting indices in the enabled arrays.\n/// This parameter's element count is computed from count.\n///\n/// \n/// \n/// Points to an array of the number of indices to be rendered.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the first and count\n/// \n", "ExtensionName": "Core" }, { @@ -70230,7 +70230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count and indices arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count and indices arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -70274,7 +70274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "Core" }, { @@ -70324,7 +70324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -70368,7 +70368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "Core" }, { @@ -70418,7 +70418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -70482,7 +70482,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -70524,7 +70524,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -70588,7 +70588,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -70630,7 +70630,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -70694,7 +70694,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -70736,7 +70736,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -70800,7 +70800,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -70842,7 +70842,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -70906,7 +70906,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -70948,7 +70948,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71012,7 +71012,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71054,7 +71054,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71118,7 +71118,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71160,7 +71160,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71224,7 +71224,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71266,7 +71266,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71351,7 +71351,7 @@ ] } ], - "Doc": "/// \r\n/// Define an array of secondary colors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of secondary colors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -71402,7 +71402,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71444,7 +71444,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71495,7 +71495,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71537,7 +71537,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71588,7 +71588,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71630,7 +71630,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71681,7 +71681,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71723,7 +71723,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71787,7 +71787,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71829,7 +71829,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71893,7 +71893,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71935,7 +71935,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71999,7 +71999,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72041,7 +72041,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -72105,7 +72105,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72147,7 +72147,7 @@ ] } ], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" } ], @@ -72197,7 +72197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -72241,7 +72241,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of a buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of a buffer object.\n/// \n", "ExtensionName": "Core" }, { @@ -72315,7 +72315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\n/// \n", "ExtensionName": "Core" }, { @@ -72389,7 +72389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Updates a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being replaced.\r\n/// \r\n/// \r\n/// Specifies a pointer to the new data that will be copied into the data store.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Updates a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being replaced.\n/// \n/// \n/// Specifies a pointer to the new data that will be copied into the data store.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72437,7 +72437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of buffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to be deleted.\n/// \n/// \n/// Specifies an array of buffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72485,7 +72485,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72516,7 +72516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n", "ExtensionName": "Core" }, { @@ -72564,7 +72564,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate buffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of buffer object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated buffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate buffer object names.\n/// \n/// \n/// Specifies the number of buffer object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated buffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72612,7 +72612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72675,7 +72675,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72736,7 +72736,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the pointer to a mapped buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the pointer to a mapped buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72810,7 +72810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being returned.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where buffer object data is returned.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being returned.\n/// \n/// \n/// Specifies a pointer to the location where buffer object data is returned.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72873,7 +72873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72936,7 +72936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72999,7 +72999,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73030,7 +73030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a buffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a buffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a buffer object.\n/// \n/// \n/// Specifies a value that may be the name of a buffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -73061,7 +73061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -73105,7 +73105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -73136,7 +73136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release the mapping of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Release the mapping of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -73186,7 +73186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attaches a shader object to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to which a shader object will be attached.\r\n/// \r\n/// \r\n/// Specifies the shader object that is to be attached.\r\n/// \r\n", + "Doc": "/// \n/// Attaches a shader object to a program object.\n/// \n/// \n/// Specifies the program object to which a shader object will be attached.\n/// \n/// \n/// Specifies the shader object that is to be attached.\n/// \n", "ExtensionName": "Core" }, { @@ -73243,7 +73243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associates a generic vertex attribute index with a named attribute variable.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object in which the association is to be made.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be bound.\r\n/// \r\n/// \r\n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\r\n/// \r\n", + "Doc": "/// \n/// Associates a generic vertex attribute index with a named attribute variable.\n/// \n/// \n/// Specifies the handle of the program object in which the association is to be made.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be bound.\n/// \n/// \n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\n/// \n", "ExtensionName": "Core" }, { @@ -73287,7 +73287,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -73318,7 +73318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Compiles a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be compiled.\r\n/// \r\n", + "Doc": "/// \n/// Compiles a shader object.\n/// \n/// \n/// Specifies the shader object to be compiled.\n/// \n", "ExtensionName": "Core" }, { @@ -73335,7 +73335,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -73366,7 +73366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a shader object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -73397,7 +73397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// Specifies the program object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -73428,7 +73428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a shader object.\n/// \n/// \n/// Specifies the shader object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -73472,7 +73472,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Detaches a shader object from a program object to which it is attached.\r\n/// \r\n/// \r\n/// Specifies the program object from which to detach the shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be detached.\r\n/// \r\n", + "Doc": "/// \n/// Detaches a shader object from a program object to which it is attached.\n/// \n/// \n/// Specifies the program object from which to detach the shader object.\n/// \n/// \n/// Specifies the shader object to be detached.\n/// \n", "ExtensionName": "Core" }, { @@ -73503,7 +73503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -73551,7 +73551,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73582,7 +73582,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -73707,7 +73707,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active attribute variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the attribute variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the attribute variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active attribute variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the attribute variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the attribute variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73832,7 +73832,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active uniform variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the uniform variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active uniform variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the uniform variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the uniform variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73910,7 +73910,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the handles of the shader objects attached to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the array for storing the returned object names.\r\n/// \r\n/// \r\n/// Returns the number of names actually returned in shaders.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array that is used to return the names of attached shader objects.\r\n/// This parameter's element count is taken from maxCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the handles of the shader objects attached to a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the size of the array for storing the returned object names.\n/// \n/// \n/// Returns the number of names actually returned in shaders.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array that is used to return the names of attached shader objects.\n/// This parameter's element count is taken from maxCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73954,7 +73954,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of an attribute variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of an attribute variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -74032,7 +74032,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a program object.\r\n/// \r\n/// \r\n/// Specifies the program object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a program object.\n/// \n/// \n/// Specifies the program object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74095,7 +74095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74173,7 +74173,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a shader object.\n/// \n/// \n/// Specifies the shader object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74236,7 +74236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74314,7 +74314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the source code string from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the character buffer for storing the returned source code string.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in source (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the source code string.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the source code string from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the size of the character buffer for storing the returned source code string.\n/// \n/// \n/// Returns the length of the string returned in source (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the source code string.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74378,7 +74378,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74442,7 +74442,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74486,7 +74486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -74547,7 +74547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74608,7 +74608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74669,7 +74669,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74730,7 +74730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74761,7 +74761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// Specifies a potential program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// Specifies a potential program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -74792,7 +74792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a shader object.\r\n/// \r\n/// \r\n/// Specifies a potential shader object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a shader object.\n/// \n/// \n/// Specifies a potential shader object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -74823,7 +74823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Links a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be linked.\r\n/// \r\n", + "Doc": "/// \n/// Links a program object.\n/// \n/// \n/// Specifies the handle of the program object to be linked.\n/// \n", "ExtensionName": "Core" }, { @@ -74901,7 +74901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replaces the source code in a shader object.\r\n/// \r\n/// \r\n/// Specifies the handle of the shader object whose source code is to be replaced.\r\n/// \r\n/// \r\n/// Specifies the number of elements in the string and length arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of string lengths.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replaces the source code in a shader object.\n/// \n/// \n/// Specifies the handle of the shader object whose source code is to be replaced.\n/// \n/// \n/// Specifies the number of elements in the string and length arrays.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies an array of string lengths.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74971,7 +74971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back function and reference value for stencil testing.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -75015,7 +75015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and/or back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and/or back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -75085,7 +75085,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back stencil test actions.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back stencil test actions.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n", "ExtensionName": "Core" }, { @@ -75129,7 +75129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75190,7 +75190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75234,7 +75234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75295,7 +75295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75352,7 +75352,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75413,7 +75413,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75470,7 +75470,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75531,7 +75531,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75601,7 +75601,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75662,7 +75662,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75732,7 +75732,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75793,7 +75793,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -75876,7 +75876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -75937,7 +75937,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -76020,7 +76020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76081,7 +76081,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -76155,7 +76155,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -76229,7 +76229,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -76303,7 +76303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -76334,7 +76334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Installs a program object as part of current rendering state.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\r\n/// \r\n", + "Doc": "/// \n/// Installs a program object as part of current rendering state.\n/// \n/// \n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\n/// \n", "ExtensionName": "Core" }, { @@ -76365,7 +76365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validates a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be validated.\r\n/// \r\n", + "Doc": "/// \n/// Validates a program object.\n/// \n/// \n/// Specifies the handle of the program object to be validated.\n/// \n", "ExtensionName": "Core" }, { @@ -76409,7 +76409,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76457,7 +76457,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -76501,7 +76501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76549,7 +76549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -76593,7 +76593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76641,7 +76641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -76698,7 +76698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76746,7 +76746,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -76803,7 +76803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76851,7 +76851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -76908,7 +76908,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76956,7 +76956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77026,7 +77026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77074,7 +77074,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77144,7 +77144,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77192,7 +77192,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77262,7 +77262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77310,7 +77310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77358,7 +77358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77441,7 +77441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77489,7 +77489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77572,7 +77572,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77620,7 +77620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77668,7 +77668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77716,7 +77716,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77764,7 +77764,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77812,7 +77812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77895,7 +77895,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77943,7 +77943,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -77991,7 +77991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78039,7 +78039,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78122,7 +78122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78170,7 +78170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78218,7 +78218,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78266,7 +78266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78314,7 +78314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -78418,7 +78418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\n/// \n/// \n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -78498,7 +78498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -78572,7 +78572,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -78646,7 +78646,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -78720,7 +78720,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -78794,7 +78794,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -78868,7 +78868,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" } ], @@ -78918,7 +78918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n/// \r\n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\r\n/// \r\n/// \r\n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n/// \n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\n/// \n/// \n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\n/// \n", "ExtensionName": "Core" }, { @@ -78949,7 +78949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n/// \r\n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n/// \n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\n/// \n", "ExtensionName": "Core" }, { @@ -79006,7 +79006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -79089,7 +79089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -79152,7 +79152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// To be added.\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// This parameter's element count is computed from name.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79196,7 +79196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -79240,7 +79240,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -79271,7 +79271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -79419,7 +79419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from one framebuffer object to another.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from one framebuffer object to another.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "Core" }, { @@ -79450,7 +79450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -79494,7 +79494,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether data read via glReadPixels should be clamped.\r\n/// \r\n/// \r\n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\r\n/// \r\n/// \r\n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether data read via glReadPixels should be clamped.\n/// \n/// \n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\n/// \n/// \n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\n/// \n", "ExtensionName": "Core" }, { @@ -79564,7 +79564,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// The value to clear the depth buffer to.\r\n/// \r\n/// \r\n/// The value to clear the stencil buffer to.\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// The value to clear the depth buffer to.\n/// \n/// \n/// The value to clear the stencil buffer to.\n/// \n", "ExtensionName": "Core" }, { @@ -79627,7 +79627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79690,7 +79690,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79753,7 +79753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79836,7 +79836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79884,7 +79884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79932,7 +79932,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79980,7 +79980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -80024,7 +80024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80068,7 +80068,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80085,7 +80085,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n", "ExtensionName": "Core" }, { @@ -80102,7 +80102,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n", "ExtensionName": "Core" }, { @@ -80159,7 +80159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "Core" }, { @@ -80229,7 +80229,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -80312,7 +80312,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80395,7 +80395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80491,7 +80491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80574,7 +80574,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -80605,7 +80605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n", "ExtensionName": "Core" }, { @@ -80653,7 +80653,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -80701,7 +80701,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -80749,7 +80749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -80812,7 +80812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -80862,7 +80862,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color numbers to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to query\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color numbers to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to query\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -80938,7 +80938,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\r\n/// \r\n/// \r\n/// Specifies the attachment of the framebuffer object to query.\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\n/// \n/// \n/// Specifies the attachment of the framebuffer object to query.\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -81001,7 +81001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -81064,7 +81064,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the renderbuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a renderbuffer object.\n/// \n/// \n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter of the renderbuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -81108,7 +81108,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\r\n/// \r\n/// \r\n/// For glGetStringi, specifies the index of the string to return.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\n/// \n/// \n/// For glGetStringi, specifies the index of the string to return.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81171,7 +81171,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -81234,7 +81234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -81359,7 +81359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about varying variables selected for transform feedback.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The index of the varying variable whose information to retrieve.\r\n/// \r\n/// \r\n/// The maximum number of characters, including the null terminator, that may be written into name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will receive the size of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will recieve the type of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the name of the varying.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about varying variables selected for transform feedback.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The index of the varying variable whose information to retrieve.\n/// \n/// \n/// The maximum number of characters, including the null terminator, that may be written into name.\n/// \n/// \n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will receive the size of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will recieve the type of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a buffer into which will be written the name of the varying.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -81423,7 +81423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -81484,7 +81484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -81545,7 +81545,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -81589,7 +81589,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81620,7 +81620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81651,7 +81651,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81682,7 +81682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81752,7 +81752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all or part of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the mapped range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all or part of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the mapped range.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -81822,7 +81822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -81905,7 +81905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -81968,7 +81968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -82031,7 +82031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -82105,7 +82105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify values to record in transform feedback buffers.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The number of varying variables used for transform feedback.\r\n/// \r\n/// \r\n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\r\n/// \r\n", + "Doc": "/// \n/// Specify values to record in transform feedback buffers.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The number of varying variables used for transform feedback.\n/// \n/// \n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\n/// \n", "ExtensionName": "Core" }, { @@ -82149,7 +82149,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82210,7 +82210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -82267,7 +82267,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82328,7 +82328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -82398,7 +82398,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82459,7 +82459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -82542,7 +82542,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82603,7 +82603,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -82647,7 +82647,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82695,7 +82695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -82739,7 +82739,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82787,7 +82787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -82844,7 +82844,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82892,7 +82892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -82949,7 +82949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82997,7 +82997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83067,7 +83067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83115,7 +83115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83185,7 +83185,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83233,7 +83233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83281,7 +83281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83364,7 +83364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83412,7 +83412,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83460,7 +83460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83508,7 +83508,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83591,7 +83591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83639,7 +83639,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83687,7 +83687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -83778,7 +83778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "Core" } ], @@ -83841,7 +83841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -83924,7 +83924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -84007,7 +84007,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\r\n/// \r\n/// \r\n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\n/// \n/// \n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\n/// \n", "ExtensionName": "Core" }, { @@ -84077,7 +84077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84167,7 +84167,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84245,7 +84245,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query information about an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query information about an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the name of the parameter to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -84336,7 +84336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the name of an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer addressed by uniformBlockName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the name of an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the size of the buffer addressed by uniformBlockName.\n/// \n/// \n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -84427,7 +84427,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active uniform.\r\n/// \r\n/// \r\n/// Specifies the program containing the active uniform index uniformIndex.\r\n/// \r\n/// \r\n/// Specifies the index of the active uniform whose name to query.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active uniform.\n/// \n/// \n/// Specifies the program containing the active uniform index uniformIndex.\n/// \n/// \n/// Specifies the index of the active uniform whose name to query.\n/// \n/// \n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\n/// \n/// \n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -84521,7 +84521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about several active uniform variables for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\r\n/// \r\n/// \r\n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\r\n/// This parameter's element count is taken from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from uniformCount and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about several active uniform variables for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\n/// \n/// \n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\n/// This parameter's element count is taken from uniformCount.\n///\n/// \n/// \n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from uniformCount and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -84584,7 +84584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -84632,7 +84632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\n/// This parameter contains 0 elements.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -84714,7 +84714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the number of uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array that will receive the indices of the uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing uniforms whose indices to query.\n/// \n/// \n/// Specifies the number of uniforms whose indices to query.\n/// \n/// \n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n/// \n/// Specifies the address of an array that will receive the indices of the uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -84745,7 +84745,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the primitive restart index.\r\n/// \r\n/// \r\n/// Specifies the value to be interpreted as the primitive restart index.\r\n/// \r\n", + "Doc": "/// \n/// Specify the primitive restart index.\n/// \n/// \n/// Specifies the value to be interpreted as the primitive restart index.\n/// \n", "ExtensionName": "Core" }, { @@ -84802,7 +84802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n", + "Doc": "/// \n/// Attach a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n", "ExtensionName": "Core" }, { @@ -84859,7 +84859,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Assign a binding point to an active uniform block.\r\n/// \r\n/// \r\n/// The name of a program object containing the active uniform block whose binding to assign.\r\n/// \r\n/// \r\n/// The index of the active uniform block within program whose binding to assign.\r\n/// \r\n/// \r\n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\r\n/// \r\n", + "Doc": "/// \n/// Assign a binding point to an active uniform block.\n/// \n/// \n/// The name of a program object containing the active uniform block whose binding to assign.\n/// \n/// \n/// The index of the active uniform block within program whose binding to assign.\n/// \n/// \n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\n/// \n", "ExtensionName": "Core" } ], @@ -84922,7 +84922,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -84953,7 +84953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -85043,7 +85043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -85146,7 +85146,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -85262,7 +85262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -85306,7 +85306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -85376,7 +85376,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -85439,7 +85439,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -85502,7 +85502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -85552,7 +85552,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -85615,7 +85615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -85706,7 +85706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -85737,7 +85737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -85851,7 +85851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count, indices and basevertex arrays.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the base vertices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count, indices and basevertex arrays.\n/// \n/// \n/// Specifies a pointer to the location where the base vertices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -85882,7 +85882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85926,7 +85926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the value of a sub-word of the sample mask.\r\n/// \r\n/// \r\n/// Specifies which 32-bit sub-word of the sample mask to update.\r\n/// \r\n/// \r\n/// Specifies the new value of the mask sub-word.\r\n/// \r\n", + "Doc": "/// \n/// Set the value of a sub-word of the sample mask.\n/// \n/// \n/// Specifies which 32-bit sub-word of the sample mask to update.\n/// \n/// \n/// Specifies the new value of the mask sub-word.\n/// \n", "ExtensionName": "Core" }, { @@ -86022,7 +86022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -86131,7 +86131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -86188,7 +86188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "Core" } ], @@ -86264,7 +86264,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number and index.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// The color number to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The index of the color input to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number and index.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// The color number to bind the user-defined varying out variable to\n/// \n/// \n/// The index of the color input to bind the user-defined varying out variable to\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// \n", "ExtensionName": "Core" }, { @@ -86308,7 +86308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named sampler to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the index of the texture unit to which the sampler is bound.\r\n/// \r\n/// \r\n/// Specifies the name of a sampler.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named sampler to a texturing target.\n/// \n/// \n/// Specifies the index of the texture unit to which the sampler is bound.\n/// \n/// \n/// Specifies the name of a sampler.\n/// \n", "ExtensionName": "Core" }, { @@ -86352,7 +86352,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86400,7 +86400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -86444,7 +86444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86492,7 +86492,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -86540,7 +86540,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named sampler objects.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array of sampler objects to be deleted.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named sampler objects.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array of sampler objects to be deleted.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -86588,7 +86588,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate sampler object names.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated sampler object names are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate sampler object names.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array in which the generated sampler object names are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -86632,7 +86632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color indices to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose index to query\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color indices to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose index to query\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -86695,7 +86695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -86758,7 +86758,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -86821,7 +86821,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -86884,7 +86884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -86947,7 +86947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -87010,7 +87010,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -87041,7 +87041,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sampler object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sampler object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -87098,7 +87098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -87159,7 +87159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -87216,7 +87216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -87277,7 +87277,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -87334,7 +87334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -87395,7 +87395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -87452,7 +87452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -87513,7 +87513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -87557,7 +87557,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -87605,7 +87605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -87649,7 +87649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\r\n/// \r\n/// \r\n/// Specify the name of a query object into which to record the GL time.\r\n/// \r\n/// \r\n/// Specify the counter to query. target must be GL_TIMESTAMP.\r\n/// \r\n", + "Doc": "/// \n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\n/// \n/// \n/// Specify the name of a query object into which to record the GL time.\n/// \n/// \n/// Specify the counter to query. target must be GL_TIMESTAMP.\n/// \n", "ExtensionName": "Core" }, { @@ -87706,7 +87706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -87769,7 +87769,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -87826,7 +87826,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -87889,7 +87889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -87952,7 +87952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -88015,7 +88015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -88059,7 +88059,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88107,7 +88107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88151,7 +88151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88199,7 +88199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88243,7 +88243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88291,7 +88291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88335,7 +88335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88383,7 +88383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88427,7 +88427,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88475,7 +88475,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88519,7 +88519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "Core" }, { @@ -88589,7 +88589,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88663,7 +88663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88733,7 +88733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88807,7 +88807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -88877,7 +88877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -88951,7 +88951,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -89021,7 +89021,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -89095,7 +89095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -89139,7 +89139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -89187,7 +89187,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -89231,7 +89231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -89279,7 +89279,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -89323,7 +89323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -89371,7 +89371,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" } ], @@ -89434,7 +89434,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -89478,7 +89478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "Core" }, { @@ -89522,7 +89522,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -89579,7 +89579,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -89636,7 +89636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -89719,7 +89719,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -89767,7 +89767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -89811,7 +89811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -89868,7 +89868,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -89912,7 +89912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -89969,7 +89969,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -90013,7 +90013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n", "ExtensionName": "Core" }, { @@ -90061,7 +90061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90165,7 +90165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query the subroutine name.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query the subroutine name.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90254,7 +90254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a into which the queried value or values will be placed.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\n/// \n/// \n/// Specifies the address of a into which the queried value or values will be placed.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90358,7 +90358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90432,7 +90432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program object corresponding to a specified shader stage.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which the queried value or values will be placed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program object corresponding to a specified shader stage.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\n/// \n/// \n/// Specifies the address of a variable into which the queried value or values will be placed.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90508,7 +90508,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of an indexed query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the index of the query object target.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of an indexed query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the index of the query object target.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90565,7 +90565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -90622,7 +90622,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -90686,7 +90686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90747,7 +90747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the location of the subroutine uniform.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the location of the subroutine uniform.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90778,7 +90778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -90809,7 +90809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies minimum rate at which sample shaing takes place.\r\n/// \r\n/// \r\n/// Specifies the rate at which samples are shaded within each covered pixel.\r\n/// \r\n", + "Doc": "/// \n/// Specifies minimum rate at which sample shaing takes place.\n/// \n/// \n/// Specifies the rate at which samples are shaded within each covered pixel.\n/// \n", "ExtensionName": "Core" }, { @@ -90859,7 +90859,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the new values for the parameter given by pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the address of an array containing the new values for the parameter given by pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -90903,7 +90903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the new value for the parameter given by pname.\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the new value for the parameter given by pname.\n/// \n", "ExtensionName": "Core" }, { @@ -90920,7 +90920,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -90937,7 +90937,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -90981,7 +90981,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -91042,7 +91042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91099,7 +91099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -91160,7 +91160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91230,7 +91230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -91291,7 +91291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91374,7 +91374,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -91435,7 +91435,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91509,7 +91509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91583,7 +91583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91657,7 +91657,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91731,7 +91731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91805,7 +91805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91879,7 +91879,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -91953,7 +91953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -92027,7 +92027,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -92101,7 +92101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -92162,7 +92162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load active subroutine uniforms.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the number of uniform indices stored in indices.\r\n/// \r\n/// \r\n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Load active subroutine uniforms.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the number of uniform indices stored in indices.\n/// \n/// \n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -92212,7 +92212,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -92243,7 +92243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "Core" }, { @@ -92274,7 +92274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -92335,7 +92335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -92383,7 +92383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -92446,7 +92446,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the number of viewports whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose depth range to update.\n/// \n/// \n/// Specifies the number of viewports whose depth range to update.\n/// \n/// \n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -92490,7 +92490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -92547,7 +92547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose depth range to update.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\n/// \n/// \n/// Specifies the index of the viewport whose depth range to update.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -92595,7 +92595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -92658,7 +92658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -92721,7 +92721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -92816,7 +92816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -92894,7 +92894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -92957,7 +92957,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -93035,7 +93035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -93098,7 +93098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -93129,7 +93129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -93203,7 +93203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -93260,7 +93260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" }, { @@ -93317,7 +93317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -93391,7 +93391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -93448,7 +93448,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -93522,7 +93522,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -93579,7 +93579,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -93653,7 +93653,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -93710,7 +93710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -93784,7 +93784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -93854,7 +93854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -93928,7 +93928,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -93998,7 +93998,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94072,7 +94072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94142,7 +94142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94216,7 +94216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94286,7 +94286,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94360,7 +94360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94443,7 +94443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94517,7 +94517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94600,7 +94600,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94674,7 +94674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94757,7 +94757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94831,7 +94831,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -94914,7 +94914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -94988,7 +94988,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95084,7 +95084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -95158,7 +95158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95254,7 +95254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -95328,7 +95328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95424,7 +95424,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -95498,7 +95498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95594,7 +95594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -95668,7 +95668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95755,7 +95755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95842,7 +95842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -95929,7 +95929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96016,7 +96016,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96103,7 +96103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96190,7 +96190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96277,7 +96277,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96364,7 +96364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96451,7 +96451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96538,7 +96538,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96625,7 +96625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96712,7 +96712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96799,7 +96799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96886,7 +96886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -96973,7 +96973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -97060,7 +97060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -97147,7 +97147,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -97234,7 +97234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -97251,7 +97251,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release resources consumed by the implementation's shader compiler.\r\n/// \r\n", + "Doc": "/// \n/// Release resources consumed by the implementation's shader compiler.\n/// \n", "ExtensionName": "Core" }, { @@ -97314,7 +97314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for multiple viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specifies the number of scissor boxes to modify.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for multiple viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose scissor box to modify.\n/// \n/// \n/// Specifies the number of scissor boxes to modify.\n/// \n/// \n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -97397,7 +97397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -97445,7 +97445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -97536,7 +97536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load pre-compiled shader binaries.\r\n/// \r\n/// \r\n/// Specifies the number of shader object handles contained in shaders.\r\n/// \r\n/// \r\n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the length of the array whose address is given in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load pre-compiled shader binaries.\n/// \n/// \n/// Specifies the number of shader object handles contained in shaders.\n/// \n/// \n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the length of the array whose address is given in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -97593,7 +97593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -97624,7 +97624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "Core" }, { @@ -97668,7 +97668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -97716,7 +97716,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -97773,7 +97773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -97821,7 +97821,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -97891,7 +97891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -97939,7 +97939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -98022,7 +98022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -98070,7 +98070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -98157,7 +98157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" }, { @@ -98220,7 +98220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set multiple viewports.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// Specify the number of viewports to set.\r\n/// \r\n/// \r\n/// Specify the address of an array containing the viewport parameters.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set multiple viewports.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// Specify the number of viewports to set.\n/// \n/// \n/// Specify the address of an array containing the viewport parameters.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -98303,7 +98303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -98351,7 +98351,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -98466,7 +98466,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// Specifies the index of the image unit to which to bind the texture\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// Specifies the index of the image unit to which to bind the texture\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\n/// \n", "ExtensionName": "Core" }, { @@ -98549,7 +98549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -98649,7 +98649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -98762,7 +98762,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -98819,7 +98819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -98889,7 +98889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -98965,7 +98965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about the set of active atomic counter buffers for a program.\r\n/// \r\n/// \r\n/// The name of a program object from which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies index of an active atomic counter buffer.\r\n/// \r\n/// \r\n/// Specifies which parameter of the atomic counter buffer to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about the set of active atomic counter buffers for a program.\n/// \n/// \n/// The name of a program object from which to retrieve information.\n/// \n/// \n/// Specifies index of an active atomic counter buffer.\n/// \n/// \n/// Specifies which parameter of the atomic counter buffer to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -99052,7 +99052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -99083,7 +99083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\n/// \n", "ExtensionName": "Core" }, { @@ -99153,7 +99153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a one-dimensional texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a one-dimensional texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -99236,7 +99236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -99332,7 +99332,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in texels.\n/// \n", "ExtensionName": "Core" } ], @@ -99408,7 +99408,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer to a vertex buffer bind point.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding point to which to bind the buffer.\r\n/// \r\n/// \r\n/// The name of a buffer to bind to the vertex buffer binding point.\r\n/// \r\n/// \r\n/// The offset of the first element of the buffer.\r\n/// \r\n/// \r\n/// The distance between elements within the buffer.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer to a vertex buffer bind point.\n/// \n/// \n/// The index of the vertex buffer binding point to which to bind the buffer.\n/// \n/// \n/// The name of a buffer to bind to the vertex buffer binding point.\n/// \n/// \n/// The offset of the first element of the buffer.\n/// \n/// \n/// The distance between elements within the buffer.\n/// \n", "ExtensionName": "Core" }, { @@ -99498,7 +99498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill a buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill a buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -99614,7 +99614,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill all or part of buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The offset in basic machine units into the buffer object's data store at which to start filling.\r\n/// \r\n/// \r\n/// The size in basic machine units of the range of the data store to fill.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill all or part of buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The offset in basic machine units into the buffer object's data store at which to start filling.\n/// \n/// \n/// The size in basic machine units of the range of the data store to fill.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -99827,7 +99827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Perform a raw data copy between two images.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object from which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the source name srcName.\r\n/// \r\n/// \r\n/// The mipmap level to read from the source.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object to which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the destination name dstName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the destination region.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the destination region.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the destination region.\r\n/// \r\n/// \r\n/// The width of the region to be copied.\r\n/// \r\n/// \r\n/// The height of the region to be copied.\r\n/// \r\n/// \r\n/// The depth of the region to be copied.\r\n/// \r\n", + "Doc": "/// \n/// Perform a raw data copy between two images.\n/// \n/// \n/// The name of a texture or renderbuffer object from which to copy.\n/// \n/// \n/// The target representing the namespace of the source name srcName.\n/// \n/// \n/// The mipmap level to read from the source.\n/// \n/// \n/// The X coordinate of the left edge of the souce region to copy.\n/// \n/// \n/// The Y coordinate of the top edge of the souce region to copy.\n/// \n/// \n/// The Z coordinate of the near edge of the souce region to copy.\n/// \n/// \n/// The name of a texture or renderbuffer object to which to copy.\n/// \n/// \n/// The target representing the namespace of the destination name dstName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The X coordinate of the left edge of the destination region.\n/// \n/// \n/// The Y coordinate of the top edge of the destination region.\n/// \n/// \n/// The Z coordinate of the near edge of the destination region.\n/// \n/// \n/// The width of the region to be copied.\n/// \n/// \n/// The height of the region to be copied.\n/// \n/// \n/// The depth of the region to be copied.\n/// \n", "ExtensionName": "Core" }, { @@ -99871,7 +99871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "Core" }, { @@ -99971,7 +99971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -100074,7 +100074,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100131,7 +100131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the X dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Y dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Z dimension.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups.\n/// \n/// \n/// The number of work groups to be launched in the X dimension.\n/// \n/// \n/// The number of work groups to be launched in the Y dimension.\n/// \n/// \n/// The number of work groups to be launched in the Z dimension.\n/// \n", "ExtensionName": "Core" }, { @@ -100162,7 +100162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups using parameters stored in a buffer.\r\n/// \r\n/// \r\n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups using parameters stored in a buffer.\n/// \n/// \n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\n/// \n", "ExtensionName": "Core" }, { @@ -100219,7 +100219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\r\n/// \r\n/// \r\n/// Specifies the framebuffer parameter to be modified.\r\n/// \r\n/// \r\n/// The new value for the parameter named pname.\r\n/// \r\n", + "Doc": "/// \n/// Set a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\n/// \n/// \n/// Specifies the framebuffer parameter to be modified.\n/// \n/// \n/// The new value for the parameter named pname.\n/// \n", "ExtensionName": "Core" }, { @@ -100365,7 +100365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -100428,7 +100428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100515,7 +100515,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100606,7 +100606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100684,7 +100684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100732,7 +100732,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100808,7 +100808,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an interface in a program.\r\n/// \r\n/// \r\n/// The name of a program object whose interface to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program to query.\r\n/// \r\n/// \r\n/// The name of the parameter within programInterface to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an interface in a program.\n/// \n/// \n/// The name of a program object whose interface to query.\n/// \n/// \n/// A token identifying the interface within program to query.\n/// \n/// \n/// The name of the parameter within programInterface to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -100871,7 +100871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the index of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the index of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the index of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the index of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -101005,7 +101005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from propCount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from propCount.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -101068,7 +101068,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the location of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the location of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -101131,7 +101131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the fragment color index of a named variable within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the fragment color index of a named variable within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -101235,7 +101235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an indexed resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the indexed resource.\r\n/// \r\n/// \r\n/// The index of the resource within programInterface of program.\r\n/// \r\n/// \r\n/// The size of the character array whose address is given by name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the length of the resource name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a character array into which will be written the name of the resource.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an indexed resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the indexed resource.\n/// \n/// \n/// The index of the resource within programInterface of program.\n/// \n/// \n/// The size of the character array whose address is given by name.\n/// \n/// \n/// The address of a variable which will receive the length of the resource name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a character array into which will be written the name of the resource.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -101266,7 +101266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object whose data store to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object whose data store to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -101323,7 +101323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object, a subrange of whose data store to invalidate.\r\n/// \r\n/// \r\n/// The offset within the buffer's data store of the start of the range to be invalidated.\r\n/// \r\n/// \r\n/// The length of the range within the buffer's data store to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object, a subrange of whose data store to invalidate.\n/// \n/// \n/// The offset within the buffer's data store of the start of the range to be invalidated.\n/// \n/// \n/// The length of the range within the buffer's data store to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -101384,7 +101384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -101497,7 +101497,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n/// \r\n/// Specifies the X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the width of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the height of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n/// \n/// Specifies the X offset of the region to be invalidated.\n/// \n/// \n/// Specifies the Y offset of the region to be invalidated.\n/// \n/// \n/// Specifies the width of the region to be invalidated.\n/// \n/// \n/// Specifies the height of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -101541,7 +101541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the entirety a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the entirety a texture image.\n/// \n/// \n/// The name of a texture object to invalidate.\n/// \n/// \n/// The level of detail of the texture object to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -101663,7 +101663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object a subregion of which to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object within which the region resides.\r\n/// \r\n/// \r\n/// The X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Z offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The width of the region to be invalidated.\r\n/// \r\n/// \r\n/// The height of the region to be invalidated.\r\n/// \r\n/// \r\n/// The depth of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a texture image.\n/// \n/// \n/// The name of a texture object a subregion of which to invalidate.\n/// \n/// \n/// The level of detail of the texture object within which the region resides.\n/// \n/// \n/// The X offset of the region to be invalidated.\n/// \n/// \n/// The Y offset of the region to be invalidated.\n/// \n/// \n/// The Z offset of the region to be invalidated.\n/// \n/// \n/// The width of the region to be invalidated.\n/// \n/// \n/// The height of the region to be invalidated.\n/// \n/// \n/// The depth of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -101740,7 +101740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array of structures containing the draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the the number of elements in the array of draw parameter structures.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of an array of structures containing the draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the the number of elements in the array of draw parameter structures.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -101830,7 +101830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing an array of draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of elements in the array addressed by indirect.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing an array of draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the number of elements in the array addressed by indirect.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -101907,7 +101907,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -101971,7 +101971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -101988,7 +101988,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "Core" }, { @@ -102065,7 +102065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// This parameter's element count is computed from message and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// This parameter's element count is computed from message and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -102122,7 +102122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Change an active shader storage block binding.\r\n/// \r\n/// \r\n/// The name of the program containing the block whose binding to change.\r\n/// \r\n/// \r\n/// The index storage block within the program.\r\n/// \r\n/// \r\n/// The index storage block binding to associate with the specified storage block.\r\n/// \r\n", + "Doc": "/// \n/// Change an active shader storage block binding.\n/// \n/// \n/// The name of the program containing the block whose binding to change.\n/// \n/// \n/// The index storage block within the program.\n/// \n/// \n/// The index storage block binding to associate with the specified storage block.\n/// \n", "ExtensionName": "Core" }, { @@ -102205,7 +102205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a range of a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n/// \r\n/// Specifies the offset of the start of the range of the buffer's data store to attach.\r\n/// \r\n/// \r\n/// Specifies the size of the range of the buffer's data store to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a range of a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n/// \n/// Specifies the offset of the start of the range of the buffer's data store to attach.\n/// \n/// \n/// Specifies the size of the range of the buffer's data store to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -102301,7 +102301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -102410,7 +102410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in layers.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in layers.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -102532,7 +102532,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Initialize a texture as a data alias of another texture's data store.\r\n/// \r\n/// \r\n/// Specifies the texture object to be initialized as a view.\r\n/// \r\n/// \r\n/// Specifies the target to be used for the newly initialized texture.\r\n/// \r\n/// \r\n/// Specifies the name of a texture object of which to make a view.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies lowest level of detail of the view.\r\n/// \r\n/// \r\n/// Specifies the number of levels of detail to include in the view.\r\n/// \r\n/// \r\n/// Specifies the index of the first layer to include in the view.\r\n/// \r\n/// \r\n/// Specifies the number of layers to include in the view.\r\n/// \r\n", + "Doc": "/// \n/// Initialize a texture as a data alias of another texture's data store.\n/// \n/// \n/// Specifies the texture object to be initialized as a view.\n/// \n/// \n/// Specifies the target to be used for the newly initialized texture.\n/// \n/// \n/// Specifies the name of a texture object of which to make a view.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies lowest level of detail of the view.\n/// \n/// \n/// Specifies the number of levels of detail to include in the view.\n/// \n/// \n/// Specifies the index of the first layer to include in the view.\n/// \n/// \n/// Specifies the number of layers to include in the view.\n/// \n", "ExtensionName": "Core" }, { @@ -102576,7 +102576,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\r\n/// \r\n/// \r\n/// The index of the attribute to associate with a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\r\n/// \r\n", + "Doc": "/// \n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\n/// \n/// \n/// The index of the attribute to associate with a vertex buffer binding.\n/// \n/// \n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\n/// \n", "ExtensionName": "Core" }, { @@ -102659,7 +102659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// The generic vertex attribute array being described.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// The generic vertex attribute array being described.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\n/// \n", "ExtensionName": "Core" }, { @@ -102729,7 +102729,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -102799,7 +102799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -102843,7 +102843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance.\r\n/// \r\n/// \r\n/// The index of the binding whose divisor to modify.\r\n/// \r\n/// \r\n/// The new value for the instance step rate to apply.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance.\n/// \n/// \n/// The index of the binding whose divisor to modify.\n/// \n/// \n/// The new value for the instance step rate to apply.\n/// \n", "ExtensionName": "Core" } ], @@ -102923,7 +102923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103031,7 +103031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103092,7 +103092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named texture images to a sequence of consecutive image units.\r\n/// \r\n/// \r\n/// Specifies the first image unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named texture images to a sequence of consecutive image units.\n/// \n/// \n/// Specifies the first image unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103153,7 +103153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\r\n/// \r\n/// \r\n/// Specifies the first sampler unit to which a sampler object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of samplers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing sampler objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\n/// \n/// \n/// Specifies the first sampler unit to which a sampler object is to be bound.\n/// \n/// \n/// Specifies the number of samplers to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing sampler objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103214,7 +103214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named textures to a sequence of consecutive texture units.\r\n/// \r\n/// \r\n/// Specifies the first texture unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named textures to a sequence of consecutive texture units.\n/// \n/// \n/// Specifies the first texture unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103309,7 +103309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach multiple buffer objects to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of buffers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of strides to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of offsets to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Attach multiple buffer objects to a vertex array object.\n/// \n/// \n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\n/// \n/// \n/// Specifies the number of buffers to bind.\n/// \n/// \n/// Specifies the address of an array of strides to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies the address of an array of offsets to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103383,7 +103383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's immutable data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's immutable data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\n/// \n", "ExtensionName": "Core" }, { @@ -103473,7 +103473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -103641,7 +103641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all or part of a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the left edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the lower edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the front of the region to be cleared.\r\n/// \r\n/// \r\n/// The width of the region to be cleared.\r\n/// \r\n/// \r\n/// The height of the region to be cleared.\r\n/// \r\n/// \r\n/// The depth of the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all or part of a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The coordinate of the left edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the lower edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the front of the region to be cleared.\n/// \n/// \n/// The width of the region to be cleared.\n/// \n/// \n/// The height of the region to be cleared.\n/// \n/// \n/// The depth of the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -103691,7 +103691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind an existing texture object to the specified texture unit.\r\n/// \r\n/// \r\n/// Specifies the texture unit, to which the texture object should be bound to.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind an existing texture object to the specified texture unit.\n/// \n/// \n/// Specifies the texture unit, to which the texture object should be bound to.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -103865,7 +103865,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -103909,7 +103909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -103992,7 +103992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104101,7 +104101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104184,7 +104184,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104254,7 +104254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104324,7 +104324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104394,7 +104394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104438,7 +104438,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control clip coordinate to window coordinate behavior.\r\n/// \r\n/// \r\n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\r\n/// \r\n/// \r\n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\r\n/// \r\n", + "Doc": "/// \n/// Control clip coordinate to window coordinate behavior.\n/// \n/// \n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\n/// \n/// \n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\n/// \n", "ExtensionName": "Core" }, { @@ -104547,7 +104547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104682,7 +104682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104843,7 +104843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -104926,7 +104926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105022,7 +105022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105144,7 +105144,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105279,7 +105279,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105327,7 +105327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new buffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new buffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105375,7 +105375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create framebuffer objects.\r\n/// \r\n/// \r\n/// Number of framebuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new framebuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create framebuffer objects.\n/// \n/// \n/// Number of framebuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new framebuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105423,7 +105423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create program pipeline objects.\r\n/// \r\n/// \r\n/// Number of program pipeline objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new program pipeline objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create program pipeline objects.\n/// \n/// \n/// Number of program pipeline objects to create.\n/// \n/// \n/// Specifies an array in which names of the new program pipeline objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105484,7 +105484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create query objects.\r\n/// \r\n/// \r\n/// Specifies the target of each created query object.\r\n/// \r\n/// \r\n/// Number of query objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new query objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create query objects.\n/// \n/// \n/// Specifies the target of each created query object.\n/// \n/// \n/// Number of query objects to create.\n/// \n/// \n/// Specifies an array in which names of the new query objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105532,7 +105532,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create renderbuffer objects.\r\n/// \r\n/// \r\n/// Number of renderbuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new renderbuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create renderbuffer objects.\n/// \n/// \n/// Number of renderbuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new renderbuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105580,7 +105580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create sampler objects.\r\n/// \r\n/// \r\n/// Number of sampler objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new sampler objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create sampler objects.\n/// \n/// \n/// Number of sampler objects to create.\n/// \n/// \n/// Specifies an array in which names of the new sampler objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105641,7 +105641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create texture objects.\r\n/// \r\n/// \r\n/// Specifies the effective texture target of each created texture.\r\n/// \r\n/// \r\n/// Number of texture objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new texture objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create texture objects.\n/// \n/// \n/// Specifies the effective texture target of each created texture.\n/// \n/// \n/// Number of texture objects to create.\n/// \n/// \n/// Specifies an array in which names of the new texture objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105689,7 +105689,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create transform feedback objects.\r\n/// \r\n/// \r\n/// Number of transform feedback objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new transform feedback objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create transform feedback objects.\n/// \n/// \n/// Number of transform feedback objects to create.\n/// \n/// \n/// Specifies an array in which names of the new transform feedback objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105737,7 +105737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create vertex array objects.\r\n/// \r\n/// \r\n/// Number of vertex array objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new vertex array objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create vertex array objects.\n/// \n/// \n/// Number of vertex array objects to create.\n/// \n/// \n/// Specifies an array in which names of the new vertex array objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -105781,7 +105781,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105825,7 +105825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105882,7 +105882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105913,7 +105913,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -105983,7 +105983,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106131,7 +106131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -106148,7 +106148,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -106205,7 +106205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106262,7 +106262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106319,7 +106319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106389,7 +106389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106459,7 +106459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106516,7 +106516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106573,7 +106573,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106656,7 +106656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106726,7 +106726,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106809,7 +106809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106905,7 +106905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -106975,7 +106975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107045,7 +107045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107115,7 +107115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107211,7 +107211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107268,7 +107268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107325,7 +107325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107382,7 +107382,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107426,7 +107426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107548,7 +107548,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107644,7 +107644,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107714,7 +107714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107784,7 +107784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107854,7 +107854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107924,7 +107924,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -107994,7 +107994,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108090,7 +108090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108160,7 +108160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108230,7 +108230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108287,7 +108287,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108344,7 +108344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108401,7 +108401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108458,7 +108458,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108632,7 +108632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a texture image from a texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a texture image from a texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -108702,7 +108702,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// Index of the transform feedback stream (for indexed state).\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// Index of the transform feedback stream (for indexed state).\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -108772,7 +108772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108829,7 +108829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -108899,7 +108899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -108969,7 +108969,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of an attribute of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\r\n/// \r\n/// \r\n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of an attribute of a vertex array object.\n/// \n/// \n/// Specifies the name of a vertex array object.\n/// \n/// \n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\n/// \n/// \n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -109026,7 +109026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of a vertex array object.\r\n/// \r\n/// \r\n/// specifies the name of the vertex array object to use for the query.\r\n/// \r\n/// \r\n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of a vertex array object.\n/// \n/// \n/// specifies the name of the vertex array object to use for the query.\n/// \n/// \n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -109083,7 +109083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109192,7 +109192,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109236,7 +109236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -109306,7 +109306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -109337,7 +109337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109407,7 +109407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109481,7 +109481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109557,7 +109557,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "Core" }, { @@ -109601,7 +109601,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109658,7 +109658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109715,7 +109715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109759,7 +109759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109829,7 +109829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109899,7 +109899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -109982,7 +109982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110052,7 +110052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110135,7 +110135,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110257,7 +110257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110274,7 +110274,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "Core" }, { @@ -110331,7 +110331,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110414,7 +110414,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110471,7 +110471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110528,7 +110528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110585,7 +110585,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110642,7 +110642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110699,7 +110699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110756,7 +110756,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110826,7 +110826,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -110909,7 +110909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111005,7 +111005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111101,7 +111101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111210,7 +111210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111319,7 +111319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111454,7 +111454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111615,7 +111615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111672,7 +111672,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -111755,7 +111755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object.\r\n/// \r\n/// \r\n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object.\n/// \n/// \n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -111786,7 +111786,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -111843,7 +111843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -111939,7 +111939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112022,7 +112022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112105,7 +112105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112162,7 +112162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112206,7 +112206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Configures element array buffer binding of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object to use for the element array buffer binding.\r\n/// \r\n", + "Doc": "/// \n/// Configures element array buffer binding of a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array object.\n/// \n/// \n/// Specifies the name of the buffer object to use for the element array buffer binding.\n/// \n", "ExtensionName": "Core" }, { @@ -112289,7 +112289,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112385,7 +112385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -112474,7 +112474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112570,7 +112570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112627,7 +112627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -112710,7 +112710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -112877,7 +112877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -112921,7 +112921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113037,7 +113037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from width and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from width and height.\n/// \n", "ExtensionName": "OES" }, { @@ -113107,7 +113107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113177,7 +113177,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113247,7 +113247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113278,7 +113278,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113326,7 +113326,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -113383,7 +113383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113418,7 +113418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -113488,7 +113488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113523,7 +113523,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -113580,7 +113580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113643,7 +113643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -113687,7 +113687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113718,7 +113718,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113753,7 +113753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -113797,7 +113797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113832,7 +113832,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -113893,7 +113893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "OES" }, { @@ -113937,7 +113937,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -113987,7 +113987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114083,7 +114083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -114131,7 +114131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -114194,7 +114194,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114244,7 +114244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114307,7 +114307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114370,7 +114370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114433,7 +114433,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from query.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from query.\n/// \n", "ExtensionName": "OES" }, { @@ -114490,7 +114490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -114553,7 +114553,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114616,7 +114616,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114679,7 +114679,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114755,7 +114755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114818,7 +114818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -114849,7 +114849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -114884,7 +114884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -114928,7 +114928,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -114978,7 +114978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -115035,7 +115035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115098,7 +115098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -115129,7 +115129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115164,7 +115164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -115199,7 +115199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -115295,7 +115295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115443,7 +115443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115500,7 +115500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115583,7 +115583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115640,7 +115640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115703,7 +115703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -115747,7 +115747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115795,7 +115795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -115852,7 +115852,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -115900,7 +115900,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -115970,7 +115970,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116018,7 +116018,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116101,7 +116101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116149,7 +116149,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116184,7 +116184,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116219,7 +116219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116276,7 +116276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116311,7 +116311,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116407,7 +116407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116438,7 +116438,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116482,7 +116482,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116526,7 +116526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116570,7 +116570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116620,7 +116620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -116651,7 +116651,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116695,7 +116695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116760,7 +116760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "OES" }, { @@ -116804,7 +116804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116839,7 +116839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -116896,7 +116896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -116931,7 +116931,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117001,7 +117001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117036,7 +117036,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117106,7 +117106,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117158,7 +117158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117228,7 +117228,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117272,7 +117272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117329,7 +117329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117360,7 +117360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117395,7 +117395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117439,7 +117439,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117474,7 +117474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117531,7 +117531,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117566,7 +117566,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117636,7 +117636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117671,7 +117671,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -117728,7 +117728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117791,7 +117791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -117848,7 +117848,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -117911,7 +117911,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -117968,7 +117968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118031,7 +118031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "OES" }, { @@ -118088,7 +118088,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118119,7 +118119,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118154,7 +118154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -118198,7 +118198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118233,7 +118233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -118290,7 +118290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118325,7 +118325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" } ], @@ -118362,7 +118362,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\n/// \n", "ExtensionName": "OES" }, { @@ -118410,7 +118410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a plane against which all geometry is clipped.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a plane against which all geometry is clipped.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "OES" }, { @@ -118454,7 +118454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118550,7 +118550,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Multiply the current matrix by a perspective matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix by a perspective matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118598,7 +118598,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the coefficients of the specified clipping plane.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the coefficients of the specified clipping plane.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "OES" }, { @@ -118694,7 +118694,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Multiply the current matrix with an orthographic matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with an orthographic matrix.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" } ], @@ -118744,7 +118744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118792,7 +118792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -118849,7 +118849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -118897,7 +118897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -118967,7 +118967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119015,7 +119015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119098,7 +119098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119146,7 +119146,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119177,7 +119177,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119212,7 +119212,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119256,7 +119256,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119291,7 +119291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119348,7 +119348,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119383,7 +119383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119453,7 +119453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119488,7 +119488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119532,7 +119532,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119567,7 +119567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119624,7 +119624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119659,7 +119659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "OES" }, { @@ -119729,7 +119729,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OES" }, { @@ -119764,7 +119764,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "OES" } ], @@ -119822,7 +119822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n/// See summary.\n", "ExtensionName": "OES" } ], @@ -125784,7 +125784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -125828,7 +125828,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -125865,7 +125865,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -125909,7 +125909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -125940,7 +125940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "EXT" }, { @@ -125984,7 +125984,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -126045,7 +126045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -126093,7 +126093,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -126141,7 +126141,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -126219,7 +126219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -126276,7 +126276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -126307,7 +126307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -126364,7 +126364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "EXT" }, { @@ -126421,7 +126421,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -126495,7 +126495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -126552,7 +126552,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -126626,7 +126626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -126683,7 +126683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -126757,7 +126757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -126827,7 +126827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -126901,7 +126901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -126971,7 +126971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127045,7 +127045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127115,7 +127115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127189,7 +127189,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127272,7 +127272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127346,7 +127346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127429,7 +127429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127503,7 +127503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127586,7 +127586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127660,7 +127660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127756,7 +127756,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -127830,7 +127830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -127926,7 +127926,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -128000,7 +128000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128096,7 +128096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -128170,7 +128170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128257,7 +128257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128344,7 +128344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128431,7 +128431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128518,7 +128518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128605,7 +128605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128692,7 +128692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128779,7 +128779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128866,7 +128866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -128953,7 +128953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -129010,7 +129010,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -129054,7 +129054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -129085,7 +129085,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "EXT" } ], @@ -129122,7 +129122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -129159,7 +129159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -129190,7 +129190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -129234,7 +129234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -129305,7 +129305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if textures are loaded in texture memory.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if textures are loaded in texture memory.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -129349,7 +129349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named texture to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named texture to a texturing target.\n/// \n/// \n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "EXT" }, { @@ -129397,7 +129397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named textures.\r\n/// \r\n/// \r\n/// Specifies the number of textures to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of textures to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named textures.\n/// \n/// \n/// Specifies the number of textures to be deleted.\n/// \n/// \n/// Specifies an array of textures to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129445,7 +129445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate texture names.\r\n/// \r\n/// \r\n/// Specifies the number of texture names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated texture names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate texture names.\n/// \n/// \n/// Specifies the number of texture names to be generated.\n/// \n/// \n/// Specifies an array in which the generated texture names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129476,7 +129476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a texture.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a texture.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a texture.\n/// \n/// \n/// Specifies a value that may be the name of a texture.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -129541,7 +129541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture residence priority.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture residence priority.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -129578,7 +129578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render a vertex using the specified vertex array element.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render a vertex using the specified vertex array element.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -129670,7 +129670,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of colors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, stride, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of colors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, stride, and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129727,7 +129727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -129791,7 +129791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of edge flags.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from stride and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of edge flags.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from stride and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129839,7 +129839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129917,7 +129917,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of color indexes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type, stride, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of color indexes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type, stride, and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -129995,7 +129995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of normals.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type, stride, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of normals.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type, stride, and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -130087,7 +130087,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, stride, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, stride, and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -130179,7 +130179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of vertex data.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, stride, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of vertex data.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, stride, and count.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -130216,7 +130216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n/// \r\n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n/// \n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\n/// \n", "ExtensionName": "EXT" }, { @@ -130273,7 +130273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "EXT" }, { @@ -130343,7 +130343,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -130426,7 +130426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "EXT" }, { @@ -130443,7 +130443,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n", "ExtensionName": "EXT" }, { @@ -130568,7 +130568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about varying variables selected for transform feedback.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The index of the varying variable whose information to retrieve.\r\n/// \r\n/// \r\n/// The maximum number of characters, including the null terminator, that may be written into name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will receive the size of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will recieve the type of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the name of the varying.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about varying variables selected for transform feedback.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The index of the varying variable whose information to retrieve.\n/// \n/// \n/// The maximum number of characters, including the null terminator, that may be written into name.\n/// \n/// \n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will receive the size of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will recieve the type of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a buffer into which will be written the name of the varying.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -130642,7 +130642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify values to record in transform feedback buffers.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The number of varying variables used for transform feedback.\r\n/// \r\n/// \r\n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\r\n/// \r\n", + "Doc": "/// \n/// Specify values to record in transform feedback buffers.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The number of varying variables used for transform feedback.\n/// \n/// \n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\n/// \n", "ExtensionName": "EXT" } ], @@ -130665,7 +130665,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -130709,7 +130709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -130753,7 +130753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -130784,7 +130784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -130841,7 +130841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -130885,7 +130885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -130916,7 +130916,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -130947,7 +130947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -130978,7 +130978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -131009,7 +131009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -131026,7 +131026,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -131083,7 +131083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -131153,7 +131153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -131184,7 +131184,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -131247,7 +131247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131310,7 +131310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131373,7 +131373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131436,7 +131436,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131499,7 +131499,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131562,7 +131562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131625,7 +131625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131688,7 +131688,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131751,7 +131751,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131814,7 +131814,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -131871,7 +131871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -131915,7 +131915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -131979,7 +131979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -132043,7 +132043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -132100,7 +132100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -132170,7 +132170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -132253,7 +132253,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -132349,7 +132349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -132399,7 +132399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132449,7 +132449,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132499,7 +132499,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132549,7 +132549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132627,7 +132627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id, type, and stride.\n/// \n", "ExtensionName": "EXT" }, { @@ -132677,7 +132677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132727,7 +132727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132777,7 +132777,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132827,7 +132827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id.\n/// \n", "ExtensionName": "EXT" }, { @@ -132923,7 +132923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -132992,7 +132992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// To be added.\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// This parameter's element count is computed from name.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -133042,7 +133042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color numbers to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to query\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color numbers to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to query\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -133106,7 +133106,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -133150,7 +133150,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -133211,7 +133211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -133268,7 +133268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -133329,7 +133329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -133399,7 +133399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -133460,7 +133460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -133543,7 +133543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -133604,7 +133604,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" } ], @@ -133654,7 +133654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "EXT" }, { @@ -133698,7 +133698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "EXT" }, { @@ -133729,7 +133729,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -133777,7 +133777,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -133825,7 +133825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -133895,7 +133895,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "EXT" }, { @@ -133978,7 +133978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -134061,7 +134061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -134157,7 +134157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -134188,7 +134188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n", "ExtensionName": "EXT" }, { @@ -134236,7 +134236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -134284,7 +134284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -134360,7 +134360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\r\n/// \r\n/// \r\n/// Specifies the attachment of the framebuffer object to query.\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\n/// \n/// \n/// Specifies the attachment of the framebuffer object to query.\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -134423,7 +134423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the renderbuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a renderbuffer object.\n/// \n/// \n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter of the renderbuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -134454,7 +134454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -134485,7 +134485,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -134555,7 +134555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "EXT" } ], @@ -134670,7 +134670,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\n/// \n", "ExtensionName": "EXT" }, { @@ -134701,7 +134701,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\n/// \n", "ExtensionName": "EXT" } ], @@ -134764,7 +134764,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -134808,7 +134808,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -134898,7 +134898,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -135014,7 +135014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -135045,7 +135045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -135171,7 +135171,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -135310,7 +135310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -135462,7 +135462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -135588,7 +135588,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -135740,7 +135740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -135918,7 +135918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136044,7 +136044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136183,7 +136183,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136335,7 +136335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136461,7 +136461,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136613,7 +136613,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136791,7 +136791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -136913,7 +136913,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137048,7 +137048,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137157,7 +137157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137292,7 +137292,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137440,7 +137440,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137562,7 +137562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137697,7 +137697,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137806,7 +137806,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -137941,7 +137941,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138089,7 +138089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138133,7 +138133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138177,7 +138177,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138221,7 +138221,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138265,7 +138265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138309,7 +138309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138353,7 +138353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138397,7 +138397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138441,7 +138441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138485,7 +138485,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138529,7 +138529,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138586,7 +138586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138630,7 +138630,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138691,7 +138691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -138735,7 +138735,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138779,7 +138779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138823,7 +138823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -138886,7 +138886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -138963,7 +138963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and lod.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and lod.\n/// \n", "ExtensionName": "EXT" }, { @@ -139040,7 +139040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and lod.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and lod.\n/// \n", "ExtensionName": "EXT" }, { @@ -139103,7 +139103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139166,7 +139166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -139229,7 +139229,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139292,7 +139292,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -139355,7 +139355,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object for glGetNamedFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the name of the framebuffer object for glGetNamedFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -139418,7 +139418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -139494,7 +139494,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139570,7 +139570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139646,7 +139646,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139722,7 +139722,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139798,7 +139798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -139903,7 +139903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, level, format, and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -139992,7 +139992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140081,7 +140081,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140157,7 +140157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140233,7 +140233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140309,7 +140309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140385,7 +140385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140448,7 +140448,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140509,7 +140509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -140585,7 +140585,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "EXT" }, { @@ -140661,7 +140661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140724,7 +140724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -140798,7 +140798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -140872,7 +140872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -140946,7 +140946,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -141020,7 +141020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -141094,7 +141094,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -141171,7 +141171,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141234,7 +141234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141295,7 +141295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -141356,7 +141356,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -141461,7 +141461,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, level, format, and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -141550,7 +141550,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141639,7 +141639,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141715,7 +141715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141791,7 +141791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141867,7 +141867,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -141943,7 +141943,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -142013,7 +142013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -142070,7 +142070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -142140,7 +142140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -142201,7 +142201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142245,7 +142245,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -142289,7 +142289,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -142359,7 +142359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -142468,7 +142468,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -142516,7 +142516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142564,7 +142564,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142595,7 +142595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -142643,7 +142643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142691,7 +142691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142739,7 +142739,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142787,7 +142787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142835,7 +142835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142883,7 +142883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -142992,7 +142992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143023,7 +143023,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143054,7 +143054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143137,7 +143137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143220,7 +143220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143290,7 +143290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143360,7 +143360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143430,7 +143430,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143500,7 +143500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143570,7 +143570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143661,7 +143661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "EXT" }, { @@ -143731,7 +143731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143807,7 +143807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -143877,7 +143877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -143953,7 +143953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -144023,7 +144023,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -144099,7 +144099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -144169,7 +144169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -144245,7 +144245,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -144315,7 +144315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -144391,7 +144391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -144534,7 +144534,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -144691,7 +144691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -144862,7 +144862,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -144932,7 +144932,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -145008,7 +145008,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -145078,7 +145078,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -145154,7 +145154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -145230,7 +145230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -145306,7 +145306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -145363,7 +145363,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -145493,7 +145493,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -145650,7 +145650,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -145834,7 +145834,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -145910,7 +145910,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -145984,7 +145984,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146060,7 +146060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "EXT" }, { @@ -146143,7 +146143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146200,7 +146200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146270,7 +146270,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146353,7 +146353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146436,7 +146436,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146532,7 +146532,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146602,7 +146602,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146685,7 +146685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146768,7 +146768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146877,7 +146877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -146951,7 +146951,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -147060,7 +147060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -147134,7 +147134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -147243,7 +147243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -147317,7 +147317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -147426,7 +147426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -147500,7 +147500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -147587,7 +147587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -147674,7 +147674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -147761,7 +147761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -147848,7 +147848,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "EXT" }, { @@ -147918,7 +147918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148014,7 +148014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148097,7 +148097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148154,7 +148154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148228,7 +148228,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148285,7 +148285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148359,7 +148359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148416,7 +148416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148490,7 +148490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148547,7 +148547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148621,7 +148621,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148691,7 +148691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148765,7 +148765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148835,7 +148835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -148909,7 +148909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -148979,7 +148979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149053,7 +149053,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149123,7 +149123,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149197,7 +149197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149280,7 +149280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149354,7 +149354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149437,7 +149437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149511,7 +149511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149594,7 +149594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149668,7 +149668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149751,7 +149751,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149825,7 +149825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -149921,7 +149921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -149995,7 +149995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150091,7 +150091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -150165,7 +150165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150261,7 +150261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -150335,7 +150335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150431,7 +150431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -150505,7 +150505,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150592,7 +150592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150679,7 +150679,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150766,7 +150766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150853,7 +150853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -150940,7 +150940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151027,7 +151027,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151114,7 +151114,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151201,7 +151201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151288,7 +151288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151375,7 +151375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151462,7 +151462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151549,7 +151549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151636,7 +151636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151723,7 +151723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151810,7 +151810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151897,7 +151897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -151984,7 +151984,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -152071,7 +152071,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -152102,7 +152102,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -152172,7 +152172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -152268,7 +152268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -152411,7 +152411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -152568,7 +152568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -152739,7 +152739,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -152874,7 +152874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -152944,7 +152944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153020,7 +153020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -153090,7 +153090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153166,7 +153166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -153242,7 +153242,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -153318,7 +153318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -153375,7 +153375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153458,7 +153458,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153554,7 +153554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153663,7 +153663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153772,7 +153772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -153894,7 +153894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154024,7 +154024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -154181,7 +154181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -154365,7 +154365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -154396,7 +154396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -154479,7 +154479,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154575,7 +154575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154645,7 +154645,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154728,7 +154728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154811,7 +154811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -154920,7 +154920,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155003,7 +155003,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155099,7 +155099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155195,7 +155195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155252,7 +155252,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155309,7 +155309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155405,7 +155405,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155488,7 +155488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155597,7 +155597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155680,7 +155680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155789,7 +155789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155911,7 +155911,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -155968,7 +155968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156064,7 +156064,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -156127,7 +156127,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156162,7 +156162,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156219,7 +156219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156254,7 +156254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156311,7 +156311,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156346,7 +156346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156403,7 +156403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156438,7 +156438,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156495,7 +156495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156530,7 +156530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156594,7 +156594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n", "ExtensionName": "EXT" }, { @@ -156651,7 +156651,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156686,7 +156686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156743,7 +156743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156778,7 +156778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156835,7 +156835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156870,7 +156870,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -156927,7 +156927,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -156962,7 +156962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -157019,7 +157019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -157054,7 +157054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -157118,7 +157118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n", "ExtensionName": "EXT" } ], @@ -157194,7 +157194,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "EXT" } ], @@ -157231,7 +157231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "EXT" } ], @@ -157281,7 +157281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "EXT" } ], @@ -157357,7 +157357,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -157511,7 +157511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from one framebuffer object to another.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from one framebuffer object to another.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "EXT" } ], @@ -157600,7 +157600,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -157683,7 +157683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -157759,7 +157759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -157803,7 +157803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -157851,7 +157851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -157908,7 +157908,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -157971,7 +157971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -158021,7 +158021,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -158052,7 +158052,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -158109,7 +158109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158179,7 +158179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158275,7 +158275,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158384,7 +158384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158506,7 +158506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158628,7 +158628,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158763,7 +158763,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158859,7 +158859,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -158968,7 +158968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159090,7 +159090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159212,7 +159212,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159347,7 +159347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -159423,7 +159423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159493,7 +159493,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159556,7 +159556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -159619,7 +159619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -159682,7 +159682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -159745,7 +159745,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" } ], @@ -159834,7 +159834,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159878,7 +159878,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159922,7 +159922,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -159985,7 +159985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -160048,7 +160048,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -160092,7 +160092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -160202,7 +160202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and count.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -160285,7 +160285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -160395,7 +160395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -160473,7 +160473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve contents of a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve contents of a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -160536,7 +160536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -160599,7 +160599,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -160709,7 +160709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -160827,7 +160827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -160884,7 +160884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -160947,7 +160947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161004,7 +161004,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -161067,7 +161067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161150,7 +161150,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -161246,7 +161246,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -161324,7 +161324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get current 1D or 2D convolution filter kernel.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get current 1D or 2D convolution filter kernel.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161387,7 +161387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161450,7 +161450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161570,7 +161570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get separable convolution filter kernel images.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get separable convolution filter kernel images.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -161710,7 +161710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and width.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and width.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and height.\n/// \n", "ExtensionName": "EXT" } ], @@ -161825,7 +161825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -161947,7 +161947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -162043,7 +162043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -162165,7 +162165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -162300,7 +162300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -162354,7 +162354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -162402,7 +162402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" } ], @@ -162456,7 +162456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -162504,7 +162504,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -162561,7 +162561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -162624,7 +162624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -162674,7 +162674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -162705,7 +162705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -162762,7 +162762,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -162876,7 +162876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numBufferBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numBufferBarriers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n", "ExtensionName": "EXT" }, { @@ -162990,7 +162990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numBufferBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numTextureBarriers.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numBufferBarriers.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numTextureBarriers.\n/// \n", "ExtensionName": "EXT" } ], @@ -163040,7 +163040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -163116,7 +163116,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -163206,7 +163206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" } ], @@ -163315,7 +163315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -163352,7 +163352,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -163387,7 +163387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163418,7 +163418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -163453,7 +163453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the current fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set the current fog coordinates.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163517,7 +163517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of fog coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of fog coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -163606,7 +163606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "EXT" } ], @@ -163703,7 +163703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163766,7 +163766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163829,7 +163829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163920,7 +163920,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minimum and maximum pixel values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minimum and maximum pixel values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -163983,7 +163983,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -164046,7 +164046,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -164116,7 +164116,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -164173,7 +164173,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define minmax table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define minmax table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -164204,7 +164204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset histogram table entries to zero.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset histogram table entries to zero.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -164235,7 +164235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset minmax table entries to initial values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset minmax table entries to initial values.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -164332,7 +164332,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -164402,7 +164402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -164471,7 +164471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -164534,7 +164534,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -164591,7 +164591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -164652,7 +164652,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -164709,7 +164709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -164770,7 +164770,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" } ], @@ -164839,7 +164839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -164902,7 +164902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -164952,7 +164952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -164996,7 +164996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -165053,7 +165053,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -165122,7 +165122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -165166,7 +165166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -165214,7 +165214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -165271,7 +165271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -165319,7 +165319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -165389,7 +165389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -165437,7 +165437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -165520,7 +165520,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -165568,7 +165568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -165655,7 +165655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "EXT" } ], @@ -165731,7 +165731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -165807,7 +165807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -165877,7 +165877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -165940,7 +165940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166003,7 +166003,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -166060,7 +166060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166123,7 +166123,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" } ], @@ -166173,7 +166173,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166223,7 +166223,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166273,7 +166273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -166290,7 +166290,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -166334,7 +166334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166384,7 +166384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -166401,7 +166401,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166489,7 +166489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of starting indices in the enabled arrays.\r\n/// This parameter's element count is computed from primcount.\r\n///\r\n/// \r\n/// \r\n/// Points to an array of the number of indices to be rendered.\r\n/// This parameter's element count is computed from primcount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of starting indices in the enabled arrays.\n/// This parameter's element count is computed from primcount.\n///\n/// \n/// \n/// Points to an array of the number of indices to be rendered.\n/// This parameter's element count is computed from primcount.\n///\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -166584,7 +166584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from primcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from primcount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from primcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from primcount.\n///\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166634,7 +166634,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "EXT" }, { @@ -166684,7 +166684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -166747,7 +166747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166797,7 +166797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the scale and units used to calculate depth values.\r\n/// \r\n/// \r\n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set the scale and units used to calculate depth values.\n/// \n/// \n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -166877,7 +166877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -166951,7 +166951,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" } ], @@ -167014,7 +167014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "EXT" } ], @@ -167051,7 +167051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -167101,7 +167101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -167151,7 +167151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -167240,7 +167240,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "EXT" } ], @@ -167290,7 +167290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167321,7 +167321,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -167384,7 +167384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167419,7 +167419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167476,7 +167476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167511,7 +167511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167568,7 +167568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167603,7 +167603,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167660,7 +167660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167695,7 +167695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167752,7 +167752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167787,7 +167787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167844,7 +167844,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167879,7 +167879,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -167936,7 +167936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -167971,7 +167971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -168028,7 +168028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -168063,7 +168063,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -168141,7 +168141,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of secondary colors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of secondary colors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "EXT" } ], @@ -168191,7 +168191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -168254,7 +168254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n", + "Doc": "/// \n/// Attach a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n", "ExtensionName": "EXT" } ], @@ -168418,7 +168418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -168589,7 +168589,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" } ], @@ -168712,7 +168712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -168856,7 +168856,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" } ], @@ -168893,7 +168893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -168930,7 +168930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -168965,7 +168965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -169042,7 +169042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n", "ExtensionName": "EXT" } ], @@ -169111,7 +169111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "EXT" } ], @@ -178274,7 +178274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\n/// \n", "ExtensionName": "ARB" }, { @@ -178305,7 +178305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178349,7 +178349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178397,7 +178397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178441,7 +178441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178489,7 +178489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178533,7 +178533,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178581,7 +178581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178625,7 +178625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178673,7 +178673,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178730,7 +178730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178778,7 +178778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178835,7 +178835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178883,7 +178883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -178940,7 +178940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -178988,7 +178988,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179045,7 +179045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179093,7 +179093,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179163,7 +179163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179211,7 +179211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179281,7 +179281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179329,7 +179329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179399,7 +179399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179447,7 +179447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179517,7 +179517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179565,7 +179565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179648,7 +179648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179696,7 +179696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179779,7 +179779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179827,7 +179827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -179910,7 +179910,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -179958,7 +179958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -180041,7 +180041,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -180089,7 +180089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" } ], @@ -180139,7 +180139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -180170,7 +180170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Compiles a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Compiles a shader object.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -180187,7 +180187,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -180218,7 +180218,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -180249,7 +180249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -180293,7 +180293,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -180418,7 +180418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active uniform variable for the specified program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the uniform variable.\r\n/// This parameter's element count is taken from maxLength.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active uniform variable for the specified program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the uniform variable.\n/// This parameter's element count is taken from maxLength.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -180496,7 +180496,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxCount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxCount.\n/// \n", "ExtensionName": "ARB" }, { @@ -180527,7 +180527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -180605,7 +180605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from maxLength.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from maxLength.\n/// \n", "ExtensionName": "ARB" }, { @@ -180668,7 +180668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -180731,7 +180731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -180809,7 +180809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the source code string from a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in source (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the source code string.\r\n/// This parameter's element count is taken from maxLength.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the source code string from a shader object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in source (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the source code string.\n/// This parameter's element count is taken from maxLength.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -180873,7 +180873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from programObj and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from programObj and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -180937,7 +180937,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from programObj and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from programObj and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -180981,7 +180981,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of a uniform variable.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of a uniform variable.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -181012,7 +181012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Links a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Links a program object.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181090,7 +181090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replaces the source code in a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the number of elements in the string and length arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of string lengths.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replaces the source code in a shader object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the number of elements in the string and length arrays.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies an array of string lengths.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -181134,7 +181134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181195,7 +181195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181239,7 +181239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181300,7 +181300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181357,7 +181357,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181418,7 +181418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181475,7 +181475,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181536,7 +181536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181606,7 +181606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181667,7 +181667,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181737,7 +181737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181798,7 +181798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -181881,7 +181881,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -181942,7 +181942,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -182025,7 +182025,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -182086,7 +182086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -182160,7 +182160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -182234,7 +182234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -182308,7 +182308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -182339,7 +182339,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -182370,7 +182370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validates a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Validates a program object.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -182420,7 +182420,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "ARB" }, { @@ -182468,7 +182468,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -182499,7 +182499,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n", "ExtensionName": "ARB" }, { @@ -182547,7 +182547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -182610,7 +182610,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -182673,7 +182673,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -182736,7 +182736,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -182767,7 +182767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -182830,7 +182830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associates a generic vertex attribute index with a named attribute variable.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be bound.\r\n/// \r\n/// \r\n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\r\n/// \r\n", + "Doc": "/// \n/// Associates a generic vertex attribute index with a named attribute variable.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be bound.\n/// \n/// \n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\n/// \n", "ExtensionName": "ARB" }, { @@ -182861,7 +182861,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -182892,7 +182892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -183017,7 +183017,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active attribute variable for the specified program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the attribute variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the attribute variable.\r\n/// This parameter's element count is taken from maxLength.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active attribute variable for the specified program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the attribute variable to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the attribute variable.\n/// This parameter's element count is taken from maxLength.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -183061,7 +183061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of an attribute variable.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of an attribute variable.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -183122,7 +183122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -183183,7 +183183,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -183244,7 +183244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -183305,7 +183305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -183349,7 +183349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183397,7 +183397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183441,7 +183441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183489,7 +183489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183533,7 +183533,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183581,7 +183581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183638,7 +183638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183686,7 +183686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183743,7 +183743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183791,7 +183791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183848,7 +183848,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -183896,7 +183896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -183966,7 +183966,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184014,7 +184014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184084,7 +184084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184132,7 +184132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184202,7 +184202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184250,7 +184250,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184298,7 +184298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184381,7 +184381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184429,7 +184429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184512,7 +184512,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184560,7 +184560,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184608,7 +184608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184656,7 +184656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184704,7 +184704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184752,7 +184752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184835,7 +184835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -184883,7 +184883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184931,7 +184931,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -184979,7 +184979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -185062,7 +185062,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -185110,7 +185110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -185158,7 +185158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -185206,7 +185206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -185254,7 +185254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -185358,7 +185358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\n/// \n/// \n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -185408,7 +185408,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of a buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of a buffer object.\n/// \n", "ExtensionName": "ARB" }, { @@ -185482,7 +185482,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\n/// \n", "ExtensionName": "ARB" }, { @@ -185556,7 +185556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Updates a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being replaced.\r\n/// \r\n/// \r\n/// Specifies a pointer to the new data that will be copied into the data store.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Updates a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being replaced.\n/// \n/// \n/// Specifies a pointer to the new data that will be copied into the data store.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185604,7 +185604,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of buffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to be deleted.\n/// \n/// \n/// Specifies an array of buffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185652,7 +185652,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate buffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of buffer object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated buffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate buffer object names.\n/// \n/// \n/// Specifies the number of buffer object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated buffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185715,7 +185715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185776,7 +185776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the pointer to a mapped buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the pointer to a mapped buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185850,7 +185850,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being returned.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where buffer object data is returned.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being returned.\n/// \n/// \n/// Specifies a pointer to the location where buffer object data is returned.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -185881,7 +185881,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a buffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a buffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a buffer object.\n/// \n/// \n/// Specifies a value that may be the name of a buffer object.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -185925,7 +185925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -185956,7 +185956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release the mapping of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Release the mapping of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -186006,7 +186006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -186054,7 +186054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -186102,7 +186102,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "ARB" }, { @@ -186163,7 +186163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186224,7 +186224,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186285,7 +186285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -186346,7 +186346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186407,7 +186407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186471,7 +186471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -186502,7 +186502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// Specifies a potential program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// Specifies a potential program object.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -186598,7 +186598,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -186659,7 +186659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186755,7 +186755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -186816,7 +186816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -186912,7 +186912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -186973,7 +186973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187069,7 +187069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -187130,7 +187130,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187204,7 +187204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "ARB" } ], @@ -187254,7 +187254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -187302,7 +187302,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -187333,7 +187333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -187364,7 +187364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -187412,7 +187412,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "ARB" }, { @@ -187473,7 +187473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187534,7 +187534,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187595,7 +187595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -187656,7 +187656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187717,7 +187717,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -187781,7 +187781,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -187842,7 +187842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -187903,7 +187903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -187964,7 +187964,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -188025,7 +188025,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -188056,7 +188056,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// Specifies a potential program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// Specifies a potential program object.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -188152,7 +188152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188213,7 +188213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188309,7 +188309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188370,7 +188370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188466,7 +188466,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188527,7 +188527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188623,7 +188623,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188684,7 +188684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188758,7 +188758,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "ARB" }, { @@ -188802,7 +188802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188850,7 +188850,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188894,7 +188894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -188942,7 +188942,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -188986,7 +188986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189034,7 +189034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189091,7 +189091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189139,7 +189139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189196,7 +189196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189244,7 +189244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189301,7 +189301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189349,7 +189349,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189419,7 +189419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189467,7 +189467,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189537,7 +189537,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189585,7 +189585,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189655,7 +189655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189703,7 +189703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189751,7 +189751,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189834,7 +189834,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -189882,7 +189882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -189965,7 +189965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -190013,7 +190013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190061,7 +190061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190109,7 +190109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190157,7 +190157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190205,7 +190205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190288,7 +190288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -190336,7 +190336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190384,7 +190384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190432,7 +190432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190515,7 +190515,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -190563,7 +190563,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190611,7 +190611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190659,7 +190659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190707,7 +190707,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -190811,7 +190811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\n/// \n/// \n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -190861,7 +190861,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "ARB" }, { @@ -190918,7 +190918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "ARB" }, { @@ -190975,7 +190975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -191058,7 +191058,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "ARB" } ], @@ -191134,7 +191134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -191204,7 +191204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -191254,7 +191254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether data read via glReadPixels should be clamped.\r\n/// \r\n/// \r\n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\r\n/// \r\n/// \r\n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether data read via glReadPixels should be clamped.\n/// \n/// \n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\n/// \n/// \n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\n/// \n", "ExtensionName": "ARB" } ], @@ -191338,7 +191338,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -191386,7 +191386,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n", "ExtensionName": "ARB" }, { @@ -191481,7 +191481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -191561,7 +191561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -191609,7 +191609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -191700,7 +191700,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from stringlen.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from stringlen.\n/// \n", "ExtensionName": "ARB" } ], @@ -191819,7 +191819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -191945,7 +191945,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -192084,7 +192084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -192197,7 +192197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -192336,7 +192336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -192501,7 +192501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -192565,7 +192565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a compressed texture image.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and level.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a compressed texture image.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and level.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -192628,7 +192628,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -192665,7 +192665,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -192743,7 +192743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "ARB" }, { @@ -192791,7 +192791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -192839,7 +192839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -192887,7 +192887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" } ], @@ -192943,7 +192943,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// This parameter's element count is computed from callback.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// This parameter's element count is computed from callback.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -193043,7 +193043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -193143,7 +193143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -193289,7 +193289,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -193391,7 +193391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -193467,7 +193467,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ARB" }, { @@ -193557,7 +193557,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ARB" } ], @@ -193611,7 +193611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -193634,7 +193634,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -193704,7 +193704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -193774,7 +193774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -193850,7 +193850,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n", "ExtensionName": "ARB" }, { @@ -193933,7 +193933,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -194016,7 +194016,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "ARB" }, { @@ -194073,7 +194073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "ARB" } ], @@ -194096,7 +194096,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -194183,7 +194183,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194257,7 +194257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194344,7 +194344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194444,7 +194444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194518,7 +194518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194592,7 +194592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194666,7 +194666,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194766,7 +194766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194827,7 +194827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194888,7 +194888,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194949,7 +194949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -194997,7 +194997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195131,7 +195131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from rowBufSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from columnBufSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from rowBufSize.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from columnBufSize.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -195231,7 +195231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195305,7 +195305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195379,7 +195379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195453,7 +195453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195527,7 +195527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -195653,7 +195653,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" } ], @@ -195742,7 +195742,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -195773,7 +195773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -195817,7 +195817,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -195874,7 +195874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -195905,7 +195905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -195936,7 +195936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -195967,7 +195967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196011,7 +196011,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196042,7 +196042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196073,7 +196073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196130,7 +196130,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196204,7 +196204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -196248,7 +196248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196309,7 +196309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -196353,7 +196353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196397,7 +196397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -196473,7 +196473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196543,7 +196543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196607,7 +196607,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -196671,7 +196671,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -196728,7 +196728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196802,7 +196802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -196859,7 +196859,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -196933,7 +196933,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197003,7 +197003,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197077,7 +197077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197147,7 +197147,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197221,7 +197221,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197304,7 +197304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197378,7 +197378,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197461,7 +197461,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197535,7 +197535,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197631,7 +197631,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197705,7 +197705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197801,7 +197801,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197875,7 +197875,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -197919,7 +197919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -197980,7 +197980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198024,7 +198024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198085,7 +198085,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198142,7 +198142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198203,7 +198203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198260,7 +198260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198321,7 +198321,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198391,7 +198391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198452,7 +198452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198522,7 +198522,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198583,7 +198583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198666,7 +198666,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198727,7 +198727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -198810,7 +198810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -198871,7 +198871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" } ], @@ -198912,7 +198912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replace the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -198947,7 +198947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replace the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replace the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -198982,7 +198982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Multiply the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -199017,7 +199017,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Multiply the current matrix with the specified row-major ordered matrix.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Multiply the current matrix with the specified row-major ordered matrix.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -199054,7 +199054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -199091,7 +199091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies minimum rate at which sample shaing takes place.\r\n/// \r\n/// \r\n/// Specifies the rate at which samples are shaded within each covered pixel.\r\n/// \r\n", + "Doc": "/// \n/// Specifies minimum rate at which sample shaing takes place.\n/// \n/// \n/// Specifies the rate at which samples are shaded within each covered pixel.\n/// \n", "ExtensionName": "ARB" } ], @@ -199180,7 +199180,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -199276,7 +199276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -199326,7 +199326,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "ARB" }, { @@ -199376,7 +199376,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "ARB" } ], @@ -199504,7 +199504,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -199554,7 +199554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify multisample coverage parameters.\r\n/// \r\n/// \r\n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\r\n/// \r\n/// \r\n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify multisample coverage parameters.\n/// \n/// \n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\n/// \n/// \n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\n/// \n", "ExtensionName": "ARB" } ], @@ -199643,7 +199643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -199706,7 +199706,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n", + "Doc": "/// \n/// Attach a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n", "ExtensionName": "ARB" } ], @@ -199847,7 +199847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -199897,7 +199897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "ARB" } ], @@ -199934,7 +199934,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -199982,7 +199982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200030,7 +200030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200078,7 +200078,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200126,7 +200126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200203,7 +200203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n", "ExtensionName": "ARB" }, { @@ -200251,7 +200251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200299,7 +200299,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200347,7 +200347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" }, { @@ -200395,7 +200395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "ARB" } ], @@ -200445,7 +200445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200480,7 +200480,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200524,7 +200524,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200559,7 +200559,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200603,7 +200603,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200638,7 +200638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200682,7 +200682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200717,7 +200717,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200774,7 +200774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200809,7 +200809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200866,7 +200866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200901,7 +200901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -200958,7 +200958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -200993,7 +200993,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -201050,7 +201050,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -201085,7 +201085,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ARB" } ], @@ -207166,7 +207166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n", "ExtensionName": "NV" }, { @@ -207197,7 +207197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n/// \r\n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n/// \n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\n/// \n", "ExtensionName": "NV" }, { @@ -207254,7 +207254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "NV" }, { @@ -207324,7 +207324,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -207407,7 +207407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "NV" }, { @@ -207424,7 +207424,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n", "ExtensionName": "NV" }, { @@ -207553,7 +207553,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, index, and bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, index, and bufSize.\n/// \n", "ExtensionName": "NV" }, { @@ -207614,7 +207614,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about varying variables selected for transform feedback.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The index of the varying variable whose information to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about varying variables selected for transform feedback.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The index of the varying variable whose information to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -207664,7 +207664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -207727,7 +207727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -207818,7 +207818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from nbuffers.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from nbuffers.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -207892,7 +207892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify values to record in transform feedback buffers.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The number of varying variables used for transform feedback.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\r\n/// \r\n", + "Doc": "/// \n/// Specify values to record in transform feedback buffers.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The number of varying variables used for transform feedback.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\n/// \n", "ExtensionName": "NV" } ], @@ -207929,7 +207929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -208000,7 +208000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -208044,7 +208044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -208092,7 +208092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208153,7 +208153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -208201,7 +208201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -208262,7 +208262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208336,7 +208336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -208410,7 +208410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -208474,7 +208474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from id and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from id and pname.\n/// \n", "ExtensionName": "NV" }, { @@ -208548,7 +208548,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -208609,7 +208609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208670,7 +208670,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208731,7 +208731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208792,7 +208792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -208823,7 +208823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -208897,7 +208897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "NV" }, { @@ -208993,7 +208993,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209054,7 +209054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209150,7 +209150,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209211,7 +209211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209285,7 +209285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -209359,7 +209359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -209407,7 +209407,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -209477,7 +209477,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209521,7 +209521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209569,7 +209569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209613,7 +209613,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209661,7 +209661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209705,7 +209705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209753,7 +209753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209810,7 +209810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209858,7 +209858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -209915,7 +209915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -209963,7 +209963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210020,7 +210020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210068,7 +210068,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210138,7 +210138,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210186,7 +210186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210256,7 +210256,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210304,7 +210304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210374,7 +210374,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210422,7 +210422,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210505,7 +210505,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210553,7 +210553,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210636,7 +210636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210684,7 +210684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210767,7 +210767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210815,7 +210815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -210898,7 +210898,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -210946,7 +210946,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -211037,7 +211037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\r\n/// This parameter's element count is computed from fsize, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\n/// This parameter's element count is computed from fsize, type, and stride.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -211098,7 +211098,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211159,7 +211159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211220,7 +211220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211281,7 +211281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211342,7 +211342,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211403,7 +211403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211464,7 +211464,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211525,7 +211525,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211586,7 +211586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211647,7 +211647,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211708,7 +211708,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211769,7 +211769,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -211830,7 +211830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -211880,7 +211880,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n/// \r\n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\r\n/// \r\n/// \r\n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n/// \n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\n/// \n/// \n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\n/// \n", "ExtensionName": "NV" }, { @@ -211897,7 +211897,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n", "ExtensionName": "NV" } ], @@ -211934,7 +211934,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -211982,7 +211982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -211999,7 +211999,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -212047,7 +212047,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -212110,7 +212110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212173,7 +212173,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212204,7 +212204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" } ], @@ -212241,7 +212241,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -212311,7 +212311,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -212394,7 +212394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -212425,7 +212425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -212488,7 +212488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212564,7 +212564,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212640,7 +212640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212716,7 +212716,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212773,7 +212773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -212849,7 +212849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -212925,7 +212925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -213001,7 +213001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" } ], @@ -213051,7 +213051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "NV" }, { @@ -213099,7 +213099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -213143,7 +213143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n", "ExtensionName": "NV" }, { @@ -213191,7 +213191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -213222,7 +213222,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -213239,7 +213239,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "NV" }, { @@ -213256,7 +213256,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "NV" } ], @@ -213279,7 +213279,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213323,7 +213323,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -213399,7 +213399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213456,7 +213456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213487,7 +213487,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213531,7 +213531,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213594,7 +213594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from value.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from value.\n/// \n", "ExtensionName": "NV" }, { @@ -213638,7 +213638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213682,7 +213682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213739,7 +213739,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213796,7 +213796,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213879,7 +213879,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -213949,7 +213949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214006,7 +214006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -214043,7 +214043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214087,7 +214087,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214118,7 +214118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214166,7 +214166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -214214,7 +214214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -214262,7 +214262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -214310,7 +214310,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -214380,7 +214380,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214463,7 +214463,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214546,7 +214546,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214642,7 +214642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214686,7 +214686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -214717,7 +214717,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -214748,7 +214748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -214779,7 +214779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -214888,7 +214888,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -214932,7 +214932,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -214969,7 +214969,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\n/// \n", "ExtensionName": "NV" }, { @@ -215013,7 +215013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215057,7 +215057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -215120,7 +215120,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215155,7 +215155,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215225,7 +215225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215260,7 +215260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215291,7 +215291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215326,7 +215326,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215370,7 +215370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215418,7 +215418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215475,7 +215475,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215523,7 +215523,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215593,7 +215593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215641,7 +215641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215724,7 +215724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215772,7 +215772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215829,7 +215829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215864,7 +215864,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215921,7 +215921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -215956,7 +215956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -215987,7 +215987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216022,7 +216022,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216066,7 +216066,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216101,7 +216101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216158,7 +216158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216193,7 +216193,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216263,7 +216263,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216298,7 +216298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216342,7 +216342,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216377,7 +216377,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216434,7 +216434,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216469,7 +216469,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216539,7 +216539,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216574,7 +216574,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216618,7 +216618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216666,7 +216666,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216723,7 +216723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216771,7 +216771,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216841,7 +216841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -216889,7 +216889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -216972,7 +216972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217020,7 +217020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -217081,7 +217081,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -217142,7 +217142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -217203,7 +217203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -217264,7 +217264,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -217295,7 +217295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217330,7 +217330,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" } ], @@ -217432,7 +217432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217580,7 +217580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217624,7 +217624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217674,7 +217674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -217718,7 +217718,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217768,7 +217768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -217838,7 +217838,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -217927,7 +217927,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218016,7 +218016,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218092,7 +218092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218168,7 +218168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218231,7 +218231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218294,7 +218294,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" } ], @@ -218363,7 +218363,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -218426,7 +218426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" } ], @@ -218476,7 +218476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -218526,7 +218526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -218745,7 +218745,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Perform a raw data copy between two images.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object from which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the source name srcName.\r\n/// \r\n/// \r\n/// The mipmap level to read from the source.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object to which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the destination name dstName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the destination region.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the destination region.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the destination region.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Perform a raw data copy between two images.\n/// \n/// \n/// The name of a texture or renderbuffer object from which to copy.\n/// \n/// \n/// The target representing the namespace of the source name srcName.\n/// \n/// \n/// The mipmap level to read from the source.\n/// \n/// \n/// The X coordinate of the left edge of the souce region to copy.\n/// \n/// \n/// The Y coordinate of the top edge of the souce region to copy.\n/// \n/// \n/// The Z coordinate of the near edge of the souce region to copy.\n/// \n/// \n/// The name of a texture or renderbuffer object to which to copy.\n/// \n/// \n/// The target representing the namespace of the destination name dstName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The X coordinate of the left edge of the destination region.\n/// \n/// \n/// The Y coordinate of the top edge of the destination region.\n/// \n/// \n/// The Z coordinate of the near edge of the destination region.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -218795,7 +218795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -218919,7 +218919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -218963,7 +218963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -219087,7 +219087,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -219131,7 +219131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -219175,7 +219175,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -219206,7 +219206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -219269,7 +219269,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -219332,7 +219332,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -219382,7 +219382,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -219432,7 +219432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -219482,7 +219482,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -219539,7 +219539,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -219630,7 +219630,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -219755,7 +219755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -219816,7 +219816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -219877,7 +219877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -220027,7 +220027,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pathListMode and numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pathListMode and numPaths.\n/// \n", "ExtensionName": "NV" }, { @@ -220090,7 +220090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -220153,7 +220153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -220275,7 +220275,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -220345,7 +220345,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -220376,7 +220376,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -220446,7 +220446,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -220503,7 +220503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -220612,7 +220612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -220656,7 +220656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -220700,7 +220700,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -220748,7 +220748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -220796,7 +220796,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -220827,7 +220827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -220871,7 +220871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -220919,7 +220919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -220967,7 +220967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -221011,7 +221011,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -221055,7 +221055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -221103,7 +221103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -221151,7 +221151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -221195,7 +221195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -221243,7 +221243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -221291,7 +221291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -221400,7 +221400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221431,7 +221431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221462,7 +221462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221545,7 +221545,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221628,7 +221628,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221698,7 +221698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221768,7 +221768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221838,7 +221838,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221908,7 +221908,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -221985,7 +221985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and colorFormat.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and colorFormat.\n/// \n", "ExtensionName": "NV" }, { @@ -222092,7 +222092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -222169,7 +222169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -222200,7 +222200,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -222261,7 +222261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dashCount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dashCount.\n/// \n", "ExtensionName": "NV" }, { @@ -222292,7 +222292,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -222414,7 +222414,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -222510,7 +222510,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -222652,7 +222652,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -222815,7 +222815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -222950,7 +222950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -223007,7 +223007,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -223070,7 +223070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -223127,7 +223127,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -223190,7 +223190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -223234,7 +223234,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -223291,7 +223291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -223365,7 +223365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "NV" }, { @@ -223498,7 +223498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -223588,7 +223588,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -223665,7 +223665,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and components.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and components.\n/// \n", "ExtensionName": "NV" }, { @@ -223803,7 +223803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -223886,7 +223886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224023,7 +224023,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -224080,7 +224080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224217,7 +224217,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -224274,7 +224274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224409,7 +224409,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224479,7 +224479,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224614,7 +224614,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224684,7 +224684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224760,7 +224760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -224838,7 +224838,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n", "ExtensionName": "NV" } ], @@ -224875,7 +224875,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -224923,7 +224923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -224967,7 +224967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225011,7 +225011,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -225065,7 +225065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -225096,7 +225096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225144,7 +225144,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -225207,7 +225207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -225238,7 +225238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -225282,7 +225282,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225313,7 +225313,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" } ], @@ -225367,7 +225367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -225415,7 +225415,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -225459,7 +225459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -225626,7 +225626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -225793,7 +225793,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225830,7 +225830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -225861,7 +225861,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225892,7 +225892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -225923,7 +225923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -225973,7 +225973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -226049,7 +226049,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -226125,7 +226125,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -226240,7 +226240,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "NV" }, { @@ -226304,7 +226304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "NV" }, { @@ -226368,7 +226368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "NV" }, { @@ -226511,7 +226511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, uorder, and vorder.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, uorder, and vorder.\n/// \n", "ExtensionName": "NV" }, { @@ -226575,7 +226575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "NV" }, { @@ -226639,7 +226639,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and pname.\n/// \n", "ExtensionName": "NV" } ], @@ -226676,7 +226676,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -226737,7 +226737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "NV" } ], @@ -226760,7 +226760,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -226810,7 +226810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from length.\n/// \n", "ExtensionName": "NV" } ], @@ -226847,7 +226847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -226923,7 +226923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -226993,7 +226993,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -227010,7 +227010,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -227086,7 +227086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n", "ExtensionName": "EXT" }, { @@ -227169,7 +227169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -227252,7 +227252,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "EXT" }, { @@ -227296,7 +227296,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -227365,7 +227365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -227415,7 +227415,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from value.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from value.\n/// \n", "ExtensionName": "NV" }, { @@ -227478,7 +227478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -227542,7 +227542,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -227573,7 +227573,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -227604,7 +227604,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -227635,7 +227635,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -227679,7 +227679,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -227710,7 +227710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -227754,7 +227754,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -227811,7 +227811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for a specified program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program containing the uniform variable to be modified.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for a specified program object.\n/// \n/// \n/// Specifies the handle of the program containing the uniform variable to be modified.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// \n", "ExtensionName": "NV" }, { @@ -227885,7 +227885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for a specified program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program containing the uniform variable to be modified.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector commands (glProgramUniform*v), specifies the number of elements that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is\n/// an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that\n/// are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices,\n/// and 1 or more if it is an array of matrices.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for a specified program object.\n/// \n/// \n/// Specifies the handle of the program containing the uniform variable to be modified.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector commands (glProgramUniform*v), specifies the number of elements that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is\n/// an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that\n/// are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices,\n/// and 1 or more if it is an array of matrices.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -227929,7 +227929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for the current program object.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for the current program object.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// \n", "ExtensionName": "NV" }, { @@ -227990,7 +227990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for the current program object.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified.\n/// This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array.\n/// For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or\n/// more if it is an array of matrices.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for the current program object.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified.\n/// This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array.\n/// For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or\n/// more if it is an array of matrices.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "NV" } ], @@ -228079,7 +228079,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -228110,7 +228110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -228154,7 +228154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -228185,7 +228185,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -228216,7 +228216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -228247,7 +228247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228291,7 +228291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228322,7 +228322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228353,7 +228353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228410,7 +228410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228484,7 +228484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -228528,7 +228528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228589,7 +228589,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -228695,7 +228695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "NV" } ], @@ -228762,7 +228762,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter contains 2 elements.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -228806,7 +228806,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -228850,7 +228850,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -228917,7 +228917,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -228978,7 +228978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229039,7 +229039,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229100,7 +229100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229196,7 +229196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -229257,7 +229257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229353,7 +229353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -229414,7 +229414,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229488,7 +229488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -229562,7 +229562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -229658,7 +229658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -229719,7 +229719,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229815,7 +229815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -229876,7 +229876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -229950,7 +229950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -230024,7 +230024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -230108,7 +230108,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -230186,7 +230186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -230299,7 +230299,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -230377,7 +230377,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -230490,7 +230490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -230568,7 +230568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" } ], @@ -230637,7 +230637,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "NV" }, { @@ -230698,7 +230698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -230768,7 +230768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -230825,7 +230825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -230899,7 +230899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -230956,7 +230956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231030,7 +231030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231100,7 +231100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231174,7 +231174,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231244,7 +231244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231318,7 +231318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231401,7 +231401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231475,7 +231475,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231558,7 +231558,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231632,7 +231632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231728,7 +231728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231802,7 +231802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -231898,7 +231898,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -231972,7 +231972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232016,7 +232016,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232077,7 +232077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232121,7 +232121,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232182,7 +232182,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232239,7 +232239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232300,7 +232300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232357,7 +232357,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232418,7 +232418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232488,7 +232488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232549,7 +232549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232619,7 +232619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232680,7 +232680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232763,7 +232763,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232824,7 +232824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -232907,7 +232907,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -232968,7 +232968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -233035,7 +233035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233096,7 +233096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233140,7 +233140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233188,7 +233188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233232,7 +233232,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233280,7 +233280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233337,7 +233337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233385,7 +233385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233442,7 +233442,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233490,7 +233490,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233560,7 +233560,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233608,7 +233608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233678,7 +233678,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233726,7 +233726,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233774,7 +233774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233857,7 +233857,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -233905,7 +233905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -233953,7 +233953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -234001,7 +234001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -234084,7 +234084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -234132,7 +234132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -234180,7 +234180,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -234271,7 +234271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "EXT" } ], @@ -234340,7 +234340,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -234403,7 +234403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -234447,7 +234447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -234495,7 +234495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -234539,7 +234539,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -234587,7 +234587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -234644,7 +234644,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -234692,7 +234692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -234749,7 +234749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -234797,7 +234797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -234867,7 +234867,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -234915,7 +234915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -234985,7 +234985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -235033,7 +235033,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -235116,7 +235116,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -235164,7 +235164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -235247,7 +235247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -235295,7 +235295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -235365,7 +235365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -235434,7 +235434,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -235497,7 +235497,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -235560,7 +235560,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -235623,7 +235623,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -235810,7 +235810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -235971,7 +235971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -235994,7 +235994,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236168,7 +236168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236251,7 +236251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236360,7 +236360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236599,7 +236599,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236682,7 +236682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236752,7 +236752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236822,7 +236822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236892,7 +236892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -236962,7 +236962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -237006,7 +237006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -237037,7 +237037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -237139,7 +237139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -237248,7 +237248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -237337,7 +237337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -237433,7 +237433,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -237483,7 +237483,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "NV" }, { @@ -237533,7 +237533,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "NV" } ], @@ -237570,7 +237570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the primitive restart index.\r\n/// \r\n/// \r\n/// Specifies the value to be interpreted as the primitive restart index.\r\n/// \r\n", + "Doc": "/// \n/// Specify the primitive restart index.\n/// \n/// \n/// Specifies the value to be interpreted as the primitive restart index.\n/// \n", "ExtensionName": "NV" }, { @@ -237587,7 +237587,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -237680,7 +237680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -237767,7 +237767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -237854,7 +237854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -237930,7 +237930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" } ], @@ -238032,7 +238032,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -238082,7 +238082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -238197,7 +238197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238319,7 +238319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238441,7 +238441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238550,7 +238550,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238685,7 +238685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238807,7 +238807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -238830,7 +238830,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "NV" } ], @@ -238853,7 +238853,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -238940,7 +238940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "NV" }, { @@ -238984,7 +238984,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -239015,7 +239015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -239063,7 +239063,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numSurfaces.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numSurfaces.\n/// \n", "ExtensionName": "NV" }, { @@ -239137,7 +239137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numTextureNames.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numTextureNames.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -239211,7 +239211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numTextureNames.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numTextureNames.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -239255,7 +239255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -239303,7 +239303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numSurface.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numSurface.\n/// \n", "ExtensionName": "NV" }, { @@ -239334,7 +239334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -239397,7 +239397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -239486,7 +239486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -240909,7 +240909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241044,7 +241044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241218,7 +241218,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241235,7 +241235,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241266,7 +241266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241375,7 +241375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241523,7 +241523,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241710,7 +241710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241741,7 +241741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241758,7 +241758,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241789,7 +241789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ATI" }, { @@ -241846,7 +241846,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241903,7 +241903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -241951,7 +241951,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ATI" } ], @@ -242053,7 +242053,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242084,7 +242084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242145,7 +242145,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242206,7 +242206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242267,7 +242267,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242328,7 +242328,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242389,7 +242389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242450,7 +242450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242481,7 +242481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ATI" }, { @@ -242542,7 +242542,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ATI" }, { @@ -242629,7 +242629,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242712,7 +242712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" } ], @@ -242749,7 +242749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242819,7 +242819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242867,7 +242867,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -242937,7 +242937,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -242985,7 +242985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243055,7 +243055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243103,7 +243103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243173,7 +243173,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243221,7 +243221,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243291,7 +243291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243339,7 +243339,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243383,7 +243383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243427,7 +243427,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243471,7 +243471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243519,7 +243519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243563,7 +243563,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243611,7 +243611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243655,7 +243655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243703,7 +243703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243747,7 +243747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243795,7 +243795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243852,7 +243852,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -243900,7 +243900,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -243957,7 +243957,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244005,7 +244005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244062,7 +244062,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244110,7 +244110,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244167,7 +244167,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244215,7 +244215,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244285,7 +244285,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244333,7 +244333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244403,7 +244403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244451,7 +244451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244521,7 +244521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244569,7 +244569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244639,7 +244639,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244687,7 +244687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244770,7 +244770,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244818,7 +244818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -244901,7 +244901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -244949,7 +244949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -245032,7 +245032,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -245080,7 +245080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ATI" }, { @@ -245163,7 +245163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -245211,7 +245211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "ATI" } ], @@ -245265,7 +245265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "ATI" } ], @@ -245315,7 +245315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -245385,7 +245385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -245435,7 +245435,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type.\n/// \n", "ExtensionName": "ATI" } ], @@ -245491,7 +245491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" }, { @@ -245541,7 +245541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" }, { @@ -245591,7 +245591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" }, { @@ -245641,7 +245641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" } ], @@ -245710,7 +245710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" }, { @@ -245773,7 +245773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ATI" }, { @@ -245882,7 +245882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" } ], @@ -245919,7 +245919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ATI" }, { @@ -245950,7 +245950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" } ], @@ -246000,7 +246000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" }, { @@ -246044,7 +246044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ATI" } ], @@ -246120,7 +246120,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back function and reference value for stencil testing.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "ATI" }, { @@ -246190,7 +246190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back stencil test actions.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back stencil test actions.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n", "ExtensionName": "ATI" } ], @@ -246442,7 +246442,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "CMAAINTEL" } ], @@ -246479,7 +246479,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246523,7 +246523,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246554,7 +246554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246585,7 +246585,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246616,7 +246616,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246660,7 +246660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246821,7 +246821,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246904,7 +246904,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -246948,7 +246948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -247057,7 +247057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" } ], @@ -247124,7 +247124,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of colors.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of colors.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "INTEL" }, { @@ -247172,7 +247172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of normals.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of normals.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "INTEL" }, { @@ -247233,7 +247233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of texture coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of texture coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "INTEL" }, { @@ -247294,7 +247294,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of vertex data.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of vertex data.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "INTEL" } ], @@ -247391,7 +247391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "INTEL" }, { @@ -247422,7 +247422,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -247466,7 +247466,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" } ], @@ -248341,7 +248341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -248385,7 +248385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -248420,7 +248420,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" }, { @@ -248451,7 +248451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" }, { @@ -248482,7 +248482,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" }, { @@ -248517,7 +248517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" } ], @@ -248735,7 +248735,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, ustride, uorder, vstride, vorder, wstride, and worder.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, ustride, uorder, vstride, vorder, wstride, and worder.\n/// \n", "ExtensionName": "SGIX" }, { @@ -248947,7 +248947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, ustride, uorder, vstride, vorder, wstride, and worder.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, ustride, uorder, vstride, vorder, wstride, and worder.\n/// \n", "ExtensionName": "SGIX" }, { @@ -248978,7 +248978,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249009,7 +249009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -249032,7 +249032,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -249082,7 +249082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249139,7 +249139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249202,7 +249202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249259,7 +249259,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249322,7 +249322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249366,7 +249366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249416,7 +249416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249460,7 +249460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249510,7 +249510,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249567,7 +249567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249630,7 +249630,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249687,7 +249687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249750,7 +249750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249813,7 +249813,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249876,7 +249876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -249939,7 +249939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250002,7 +250002,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250046,7 +250046,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250083,7 +250083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250106,7 +250106,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" }, { @@ -250154,7 +250154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250189,7 +250189,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "SGIX" }, { @@ -250220,7 +250220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250237,7 +250237,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250268,7 +250268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250337,7 +250337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250400,7 +250400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250457,7 +250457,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250520,7 +250520,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250577,7 +250577,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250640,7 +250640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250696,7 +250696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250733,7 +250733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250774,7 +250774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250824,7 +250824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250874,7 +250874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250918,7 +250918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" }, { @@ -250968,7 +250968,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIX" } ], @@ -250991,7 +250991,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "SGIX" } ], @@ -251096,7 +251096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n/// \r\n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n/// \n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\n/// \n", "ExtensionName": "NVX" }, { @@ -251113,7 +251113,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n", "ExtensionName": "NVX" } ], @@ -251358,7 +251358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NVX" }, { @@ -251375,7 +251375,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NVX" }, { @@ -251458,7 +251458,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NVX" } ], @@ -252298,7 +252298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -252346,7 +252346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -252377,7 +252377,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -252425,7 +252425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -252516,7 +252516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dataSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dataSize.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "AMD" }, { @@ -252592,7 +252592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "AMD" }, { @@ -252687,7 +252687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from counterSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from counterSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -252778,7 +252778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -252843,7 +252843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from groupsSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from groupsSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -252921,7 +252921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -253008,7 +253008,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCounters.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCounters.\n/// \n", "ExtensionName": "AMD" } ], @@ -253058,7 +253058,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -253115,7 +253115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -253172,7 +253172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -253255,7 +253255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -253305,7 +253305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "AMD" }, { @@ -253392,7 +253392,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -253479,7 +253479,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n///\n/// \n", "ExtensionName": "AMD" }, { @@ -253608,7 +253608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n/// See summary.\n", "ExtensionName": "AMD" } ], @@ -253675,7 +253675,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from num.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from num.\n/// \n", "ExtensionName": "AMD" }, { @@ -253736,7 +253736,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from num.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from num.\n/// \n", "ExtensionName": "AMD" }, { @@ -253780,7 +253780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "AMD" } ], @@ -253856,7 +253856,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -253952,7 +253952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -254048,7 +254048,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -254118,7 +254118,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -254188,7 +254188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -254252,7 +254252,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -254309,7 +254309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -254383,7 +254383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -254440,7 +254440,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -254514,7 +254514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -254584,7 +254584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -254658,7 +254658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -254728,7 +254728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -254802,7 +254802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -254885,7 +254885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -254959,7 +254959,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255042,7 +255042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255116,7 +255116,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255212,7 +255212,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255286,7 +255286,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255382,7 +255382,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255456,7 +255456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255500,7 +255500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255561,7 +255561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255605,7 +255605,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255666,7 +255666,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255723,7 +255723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255784,7 +255784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255841,7 +255841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -255902,7 +255902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -255972,7 +255972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -256033,7 +256033,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -256103,7 +256103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -256164,7 +256164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -256247,7 +256247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -256308,7 +256308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -256391,7 +256391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -256452,7 +256452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -256528,7 +256528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array of structures containing the draw parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of an array of structures containing the draw parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "AMD" }, { @@ -256611,7 +256611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing an array of draw parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing an array of draw parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "AMD" } ], @@ -256687,7 +256687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -256754,7 +256754,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "AMD" } ], @@ -256804,7 +256804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -256841,7 +256841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -256872,7 +256872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -256987,7 +256987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -257109,7 +257109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -257172,7 +257172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" } ], @@ -257648,7 +257648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "APPLE" }, { @@ -257696,7 +257696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "APPLE" }, { @@ -257744,7 +257744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "APPLE" }, { @@ -257775,7 +257775,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" } ], @@ -257838,7 +257838,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -257895,7 +257895,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" } ], @@ -257949,7 +257949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "APPLE" }, { @@ -257980,7 +257980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258024,7 +258024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258072,7 +258072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258103,7 +258103,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -258134,7 +258134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258165,7 +258165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -258209,7 +258209,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" } ], @@ -258259,7 +258259,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258303,7 +258303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258347,7 +258347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -258464,7 +258464,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, stride, and order.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, stride, and order.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258581,7 +258581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, stride, and order.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, stride, and order.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258752,7 +258752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, ustride, uorder, vstride, and vorder.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, ustride, uorder, vstride, and vorder.\n/// \n", "ExtensionName": "APPLE" }, { @@ -258923,7 +258923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, ustride, uorder, vstride, and vorder.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, ustride, uorder, vstride, and vorder.\n/// \n", "ExtensionName": "APPLE" } ], @@ -258986,7 +258986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259069,7 +259069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259119,7 +259119,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259197,7 +259197,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from primcount.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259301,7 +259301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from primcount.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" } ], @@ -259355,7 +259355,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259399,7 +259399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259447,7 +259447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "APPLE" } ], @@ -259529,7 +259529,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259586,7 +259586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" }, { @@ -259643,7 +259643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "APPLE" } ], @@ -259710,7 +259710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "APPLE" }, { @@ -259771,7 +259771,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "APPLE" } ], @@ -260884,7 +260884,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -260934,7 +260934,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "KHR" }, { @@ -261030,7 +261030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "KHR" }, { @@ -261126,7 +261126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -261272,7 +261272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -261359,7 +261359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "KHR" }, { @@ -261437,7 +261437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "KHR" }, { @@ -261481,7 +261481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -261551,7 +261551,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// \n", "ExtensionName": "KHR" }, { @@ -261608,7 +261608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// \n", "ExtensionName": "KHR" }, { @@ -261625,7 +261625,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "KHR" }, { @@ -261695,7 +261695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// \n", "ExtensionName": "KHR" } ], @@ -261718,7 +261718,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -261788,7 +261788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -261858,7 +261858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -261928,7 +261928,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -262054,7 +262054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "KHR" } ], @@ -262091,7 +262091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -262249,7 +262249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INGR" } ], @@ -262531,7 +262531,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -262583,7 +262583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -262731,7 +262731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -262800,7 +262800,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -262896,7 +262896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -262948,7 +262948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263057,7 +263057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -263109,7 +263109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263205,7 +263205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -263257,7 +263257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263366,7 +263366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -263435,7 +263435,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263596,7 +263596,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -263682,7 +263682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263804,7 +263804,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -263873,7 +263873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -263982,7 +263982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -264051,7 +264051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -264238,7 +264238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -264341,7 +264341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -264476,7 +264476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -264562,7 +264562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -264658,7 +264658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -264727,7 +264727,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -264797,7 +264797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -264849,7 +264849,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -264971,7 +264971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -265040,7 +265040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -265214,7 +265214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -265300,7 +265300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -265435,7 +265435,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -265504,7 +265504,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -265626,7 +265626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -265695,7 +265695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -265778,7 +265778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -265830,7 +265830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -266043,7 +266043,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266129,7 +266129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -266251,7 +266251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266303,7 +266303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "SUN" } ], @@ -266379,7 +266379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" } ], @@ -266416,7 +266416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266447,7 +266447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266478,7 +266478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266509,7 +266509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266540,7 +266540,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266571,7 +266571,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266602,7 +266602,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266633,7 +266633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" } ], @@ -266703,7 +266703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n", "ExtensionName": "SUN" }, { @@ -266734,7 +266734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266769,7 +266769,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -266800,7 +266800,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266835,7 +266835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "SUN" }, { @@ -266866,7 +266866,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SUN" }, { @@ -266901,7 +266901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "SUN" } ], @@ -267164,7 +267164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267227,7 +267227,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267304,7 +267304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267381,7 +267381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267458,7 +267458,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from type and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from type and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267549,7 +267549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267640,7 +267640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267731,7 +267731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" } ], @@ -267768,7 +267768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" } ], @@ -267875,7 +267875,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" }, { @@ -267989,7 +267989,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from primcount.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from primcount.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "IBM" } ], @@ -268280,7 +268280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "SGI" }, { @@ -268343,7 +268343,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "SGI" }, { @@ -268447,7 +268447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "SGI" }, { @@ -268530,7 +268530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGI" }, { @@ -268593,7 +268593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "SGI" }, { @@ -268656,7 +268656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "SGI" }, { @@ -268734,7 +268734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve contents of a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve contents of a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "SGI" } ], @@ -269450,7 +269450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269500,7 +269500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "SGIS" } ], @@ -269554,7 +269554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269589,7 +269589,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "SGIS" } ], @@ -269645,7 +269645,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269695,7 +269695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269739,7 +269739,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269789,7 +269789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269833,7 +269833,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIS" }, { @@ -269883,7 +269883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "SGIS" } ], @@ -269939,7 +269939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "SGIS" }, { @@ -270000,7 +270000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "SGIS" } ], @@ -270070,7 +270070,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and filter.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and filter.\n/// \n", "ExtensionName": "SGIS" }, { @@ -270144,7 +270144,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "SGIS" } ], @@ -270194,7 +270194,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "SGIS" }, { @@ -270244,7 +270244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "SGIS" } ], @@ -270294,7 +270294,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIS" }, { @@ -270325,7 +270325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIS" } ], @@ -270503,7 +270503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, depth, and size4d.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, depth, and size4d.\n/// \n", "ExtensionName": "SGIS" }, { @@ -270701,7 +270701,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, depth, and size4d.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, depth, and size4d.\n/// \n", "ExtensionName": "SGIS" } ], @@ -270777,7 +270777,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "SGIS" } ], @@ -270833,7 +270833,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "SUNX" } ], @@ -270982,7 +270982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OVR" } ], @@ -271023,7 +271023,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "GREMEDY" } ], @@ -271077,7 +271077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "GREMEDY" } ], @@ -271333,7 +271333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "HP" }, { @@ -271396,7 +271396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "HP" }, { @@ -271453,7 +271453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "HP" }, { @@ -271516,7 +271516,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "HP" }, { @@ -271573,7 +271573,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "HP" }, { @@ -271636,7 +271636,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "HP" } ], @@ -271999,7 +271999,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify implementation-specific hints.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\r\n/// \r\n", + "Doc": "/// \n/// Specify implementation-specific hints.\n/// \n/// \n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\n/// \n/// \n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\n/// \n", "ExtensionName": "PGI" } ], @@ -272097,7 +272097,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" } ], @@ -272147,7 +272147,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272182,7 +272182,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272226,7 +272226,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272261,7 +272261,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272305,7 +272305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272340,7 +272340,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272384,7 +272384,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272419,7 +272419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272476,7 +272476,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272511,7 +272511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272568,7 +272568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272603,7 +272603,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272660,7 +272660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272695,7 +272695,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272752,7 +272752,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272787,7 +272787,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272857,7 +272857,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272892,7 +272892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -272962,7 +272962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -272997,7 +272997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -273067,7 +273067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -273102,7 +273102,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "MESA" }, { @@ -273172,7 +273172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "MESA" }, { @@ -273207,7 +273207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "MESA" } ], @@ -273305,7 +273305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "3DFX" } ], diff --git a/build/binder_specifications/OpenGL.json b/build/binder_specifications/OpenGL.json index 7bc433752d..42e52b48d8 100644 --- a/build/binder_specifications/OpenGL.json +++ b/build/binder_specifications/OpenGL.json @@ -9643,7 +9643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -9674,7 +9674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "Core" }, { @@ -9735,7 +9735,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -9783,7 +9783,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9831,7 +9831,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9909,7 +9909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -9972,7 +9972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -10003,7 +10003,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -10060,7 +10060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" }, { @@ -10117,7 +10117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10191,7 +10191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10248,7 +10248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10322,7 +10322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10379,7 +10379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10453,7 +10453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10510,7 +10510,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10584,7 +10584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10654,7 +10654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10728,7 +10728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10798,7 +10798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -10872,7 +10872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -10942,7 +10942,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11016,7 +11016,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11086,7 +11086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11160,7 +11160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11243,7 +11243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11317,7 +11317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11400,7 +11400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11474,7 +11474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11557,7 +11557,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11631,7 +11631,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11714,7 +11714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11788,7 +11788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -11884,7 +11884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -11958,7 +11958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12054,7 +12054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -12128,7 +12128,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12224,7 +12224,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -12298,7 +12298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12394,7 +12394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -12468,7 +12468,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12555,7 +12555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12642,7 +12642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12729,7 +12729,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12816,7 +12816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12903,7 +12903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -12990,7 +12990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13077,7 +13077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13164,7 +13164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13251,7 +13251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13338,7 +13338,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13425,7 +13425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13512,7 +13512,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13599,7 +13599,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13686,7 +13686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13773,7 +13773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13860,7 +13860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -13947,7 +13947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14034,7 +14034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -14091,7 +14091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -14122,7 +14122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "Core" } ], @@ -14185,7 +14185,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -14242,7 +14242,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -14286,7 +14286,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n", "ExtensionName": "Core" }, { @@ -14362,7 +14362,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of an indexed query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the index of the query object target.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of an indexed query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the index of the query object target.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -14425,7 +14425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -14508,7 +14508,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -14586,7 +14586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query information about an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query information about an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the name of the parameter to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14677,7 +14677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the name of an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer addressed by uniformBlockName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the name of an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the size of the buffer addressed by uniformBlockName.\n/// \n/// \n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14768,7 +14768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active uniform.\r\n/// \r\n/// \r\n/// Specifies the program containing the active uniform index uniformIndex.\r\n/// \r\n/// \r\n/// Specifies the index of the active uniform whose name to query.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active uniform.\n/// \n/// \n/// Specifies the program containing the active uniform index uniformIndex.\n/// \n/// \n/// Specifies the index of the active uniform whose name to query.\n/// \n/// \n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\n/// \n/// \n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14862,7 +14862,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about several active uniform variables for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\r\n/// \r\n/// \r\n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\r\n/// This parameter's element count is taken from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from uniformCount and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about several active uniform variables for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\n/// \n/// \n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\n/// This parameter's element count is taken from uniformCount.\n///\n/// \n/// \n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from uniformCount and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -14925,7 +14925,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -14973,7 +14973,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\n/// This parameter contains 0 elements.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -15055,7 +15055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the number of uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array that will receive the indices of the uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing uniforms whose indices to query.\n/// \n/// \n/// Specifies the number of uniforms whose indices to query.\n/// \n/// \n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n/// \n/// Specifies the address of an array that will receive the indices of the uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15112,7 +15112,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Assign a binding point to an active uniform block.\r\n/// \r\n/// \r\n/// The name of a program object containing the active uniform block whose binding to assign.\r\n/// \r\n/// \r\n/// The index of the active uniform block within program whose binding to assign.\r\n/// \r\n/// \r\n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\r\n/// \r\n", + "Doc": "/// \n/// Assign a binding point to an active uniform block.\n/// \n/// \n/// The name of a program object containing the active uniform block whose binding to assign.\n/// \n/// \n/// The index of the active uniform block within program whose binding to assign.\n/// \n/// \n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\n/// \n", "ExtensionName": "Core" } ], @@ -15192,7 +15192,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15300,7 +15300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15361,7 +15361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named texture images to a sequence of consecutive image units.\r\n/// \r\n/// \r\n/// Specifies the first image unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named texture images to a sequence of consecutive image units.\n/// \n/// \n/// Specifies the first image unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15422,7 +15422,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\r\n/// \r\n/// \r\n/// Specifies the first sampler unit to which a sampler object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of samplers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing sampler objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\n/// \n/// \n/// Specifies the first sampler unit to which a sampler object is to be bound.\n/// \n/// \n/// Specifies the number of samplers to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing sampler objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15483,7 +15483,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named textures to a sequence of consecutive texture units.\r\n/// \r\n/// \r\n/// Specifies the first texture unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named textures to a sequence of consecutive texture units.\n/// \n/// \n/// Specifies the first texture unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -15578,7 +15578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach multiple buffer objects to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of buffers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of strides to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of offsets to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Attach multiple buffer objects to a vertex array object.\n/// \n/// \n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\n/// \n/// \n/// Specifies the number of buffers to bind.\n/// \n/// \n/// Specifies the address of an array of strides to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies the address of an array of offsets to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -15654,7 +15654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number and index.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// The color number to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The index of the color input to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number and index.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// The color number to bind the user-defined varying out variable to\n/// \n/// \n/// The index of the color input to bind the user-defined varying out variable to\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// \n", "ExtensionName": "Core" }, { @@ -15698,7 +15698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color indices to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose index to query\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color indices to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose index to query\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -15748,7 +15748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -15792,7 +15792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -15940,7 +15940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from one framebuffer object to another.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from one framebuffer object to another.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "Core" }, { @@ -15971,7 +15971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -16019,7 +16019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16067,7 +16067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16137,7 +16137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -16220,7 +16220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16303,7 +16303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16399,7 +16399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -16482,7 +16482,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -16513,7 +16513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n", "ExtensionName": "Core" }, { @@ -16561,7 +16561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16609,7 +16609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16685,7 +16685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\r\n/// \r\n/// \r\n/// Specifies the attachment of the framebuffer object to query.\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\n/// \n/// \n/// Specifies the attachment of the framebuffer object to query.\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16748,7 +16748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the renderbuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a renderbuffer object.\n/// \n/// \n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter of the renderbuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -16779,7 +16779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -16810,7 +16810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -16880,7 +16880,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -16963,7 +16963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" } ], @@ -17078,7 +17078,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// Specifies the index of the image unit to which to bind the texture\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// Specifies the index of the image unit to which to bind the texture\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\n/// \n", "ExtensionName": "Core" }, { @@ -17109,7 +17109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\n/// \n", "ExtensionName": "Core" } ], @@ -17159,7 +17159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named sampler to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the index of the texture unit to which the sampler is bound.\r\n/// \r\n/// \r\n/// Specifies the name of a sampler.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named sampler to a texturing target.\n/// \n/// \n/// Specifies the index of the texture unit to which the sampler is bound.\n/// \n/// \n/// Specifies the name of a sampler.\n/// \n", "ExtensionName": "Core" }, { @@ -17207,7 +17207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named sampler objects.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array of sampler objects to be deleted.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named sampler objects.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array of sampler objects to be deleted.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17255,7 +17255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate sampler object names.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated sampler object names are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate sampler object names.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array in which the generated sampler object names are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17318,7 +17318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17381,7 +17381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17444,7 +17444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17507,7 +17507,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17538,7 +17538,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sampler object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sampler object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -17595,7 +17595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17658,7 +17658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -17715,7 +17715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17778,7 +17778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17841,7 +17841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -17904,7 +17904,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -17954,7 +17954,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind an existing texture object to the specified texture unit.\r\n/// \r\n/// \r\n/// Specifies the texture unit, to which the texture object should be bound to.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind an existing texture object to the specified texture unit.\n/// \n/// \n/// Specifies the texture unit, to which the texture object should be bound to.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -18128,7 +18128,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18172,7 +18172,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -18255,7 +18255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18364,7 +18364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18447,7 +18447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18517,7 +18517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18587,7 +18587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18657,7 +18657,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18766,7 +18766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -18901,7 +18901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19062,7 +19062,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19145,7 +19145,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19241,7 +19241,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19363,7 +19363,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19498,7 +19498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -19546,7 +19546,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new buffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new buffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19594,7 +19594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create framebuffer objects.\r\n/// \r\n/// \r\n/// Number of framebuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new framebuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create framebuffer objects.\n/// \n/// \n/// Number of framebuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new framebuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19642,7 +19642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create program pipeline objects.\r\n/// \r\n/// \r\n/// Number of program pipeline objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new program pipeline objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create program pipeline objects.\n/// \n/// \n/// Number of program pipeline objects to create.\n/// \n/// \n/// Specifies an array in which names of the new program pipeline objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19703,7 +19703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create query objects.\r\n/// \r\n/// \r\n/// Specifies the target of each created query object.\r\n/// \r\n/// \r\n/// Number of query objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new query objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create query objects.\n/// \n/// \n/// Specifies the target of each created query object.\n/// \n/// \n/// Number of query objects to create.\n/// \n/// \n/// Specifies an array in which names of the new query objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19751,7 +19751,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create renderbuffer objects.\r\n/// \r\n/// \r\n/// Number of renderbuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new renderbuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create renderbuffer objects.\n/// \n/// \n/// Number of renderbuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new renderbuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19799,7 +19799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create sampler objects.\r\n/// \r\n/// \r\n/// Number of sampler objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new sampler objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create sampler objects.\n/// \n/// \n/// Number of sampler objects to create.\n/// \n/// \n/// Specifies an array in which names of the new sampler objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19860,7 +19860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create texture objects.\r\n/// \r\n/// \r\n/// Specifies the effective texture target of each created texture.\r\n/// \r\n/// \r\n/// Number of texture objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new texture objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create texture objects.\n/// \n/// \n/// Specifies the effective texture target of each created texture.\n/// \n/// \n/// Number of texture objects to create.\n/// \n/// \n/// Specifies an array in which names of the new texture objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19908,7 +19908,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create transform feedback objects.\r\n/// \r\n/// \r\n/// Number of transform feedback objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new transform feedback objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create transform feedback objects.\n/// \n/// \n/// Number of transform feedback objects to create.\n/// \n/// \n/// Specifies an array in which names of the new transform feedback objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -19956,7 +19956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create vertex array objects.\r\n/// \r\n/// \r\n/// Number of vertex array objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new vertex array objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create vertex array objects.\n/// \n/// \n/// Number of vertex array objects to create.\n/// \n/// \n/// Specifies an array in which names of the new vertex array objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -20000,7 +20000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20044,7 +20044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20101,7 +20101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20132,7 +20132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20202,7 +20202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20259,7 +20259,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20316,7 +20316,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20373,7 +20373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20443,7 +20443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20513,7 +20513,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20570,7 +20570,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20627,7 +20627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20697,7 +20697,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20793,7 +20793,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20863,7 +20863,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20933,7 +20933,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -20990,7 +20990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21047,7 +21047,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21104,7 +21104,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21161,7 +21161,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21231,7 +21231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// Index of the transform feedback stream (for indexed state).\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// Index of the transform feedback stream (for indexed state).\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -21301,7 +21301,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21358,7 +21358,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -21428,7 +21428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21498,7 +21498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of an attribute of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\r\n/// \r\n/// \r\n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of an attribute of a vertex array object.\n/// \n/// \n/// Specifies the name of a vertex array object.\n/// \n/// \n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\n/// \n/// \n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -21555,7 +21555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of a vertex array object.\r\n/// \r\n/// \r\n/// specifies the name of the vertex array object to use for the query.\r\n/// \r\n/// \r\n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of a vertex array object.\n/// \n/// \n/// specifies the name of the vertex array object to use for the query.\n/// \n/// \n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -21612,7 +21612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21721,7 +21721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21765,7 +21765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -21835,7 +21835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -21905,7 +21905,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -21979,7 +21979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22055,7 +22055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "Core" }, { @@ -22099,7 +22099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22156,7 +22156,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22213,7 +22213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22257,7 +22257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22327,7 +22327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22397,7 +22397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22480,7 +22480,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22550,7 +22550,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22633,7 +22633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22690,7 +22690,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22773,7 +22773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22830,7 +22830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22887,7 +22887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -22944,7 +22944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23001,7 +23001,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23058,7 +23058,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23115,7 +23115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23185,7 +23185,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23268,7 +23268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23364,7 +23364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23460,7 +23460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23569,7 +23569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23678,7 +23678,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23813,7 +23813,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -23974,7 +23974,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24031,7 +24031,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -24114,7 +24114,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object.\r\n/// \r\n/// \r\n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object.\n/// \n/// \n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -24145,7 +24145,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24202,7 +24202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24298,7 +24298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24381,7 +24381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24464,7 +24464,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24521,7 +24521,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24565,7 +24565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Configures element array buffer binding of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object to use for the element array buffer binding.\r\n/// \r\n", + "Doc": "/// \n/// Configures element array buffer binding of a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array object.\n/// \n/// \n/// Specifies the name of the buffer object to use for the element array buffer binding.\n/// \n", "ExtensionName": "Core" }, { @@ -24648,7 +24648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -24744,7 +24744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -24794,7 +24794,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "Core" }, { @@ -24842,7 +24842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24886,7 +24886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -24934,7 +24934,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -24965,7 +24965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -24982,7 +24982,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -24999,7 +24999,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "Core" } ], @@ -25036,7 +25036,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -25084,7 +25084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25132,7 +25132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25163,7 +25163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -25239,7 +25239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer to a vertex buffer bind point.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding point to which to bind the buffer.\r\n/// \r\n/// \r\n/// The name of a buffer to bind to the vertex buffer binding point.\r\n/// \r\n/// \r\n/// The offset of the first element of the buffer.\r\n/// \r\n/// \r\n/// The distance between elements within the buffer.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer to a vertex buffer bind point.\n/// \n/// \n/// The index of the vertex buffer binding point to which to bind the buffer.\n/// \n/// \n/// The name of a buffer to bind to the vertex buffer binding point.\n/// \n/// \n/// The offset of the first element of the buffer.\n/// \n/// \n/// The distance between elements within the buffer.\n/// \n", "ExtensionName": "Core" }, { @@ -25283,7 +25283,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\r\n/// \r\n/// \r\n/// The index of the attribute to associate with a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\r\n/// \r\n", + "Doc": "/// \n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\n/// \n/// \n/// The index of the attribute to associate with a vertex buffer binding.\n/// \n/// \n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\n/// \n", "ExtensionName": "Core" }, { @@ -25366,7 +25366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// The generic vertex attribute array being described.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// The generic vertex attribute array being described.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\n/// \n", "ExtensionName": "Core" }, { @@ -25436,7 +25436,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25506,7 +25506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -25550,7 +25550,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance.\r\n/// \r\n/// \r\n/// The index of the binding whose divisor to modify.\r\n/// \r\n/// \r\n/// The new value for the instance step rate to apply.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance.\n/// \n/// \n/// The index of the binding whose divisor to modify.\n/// \n/// \n/// The new value for the instance step rate to apply.\n/// \n", "ExtensionName": "Core" } ], @@ -25626,7 +25626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "Core" }, { @@ -25657,7 +25657,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -25761,7 +25761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25865,7 +25865,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25928,7 +25928,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -25991,7 +25991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26095,7 +26095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a one-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a one-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26213,7 +26213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26270,7 +26270,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26333,7 +26333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26390,7 +26390,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26453,7 +26453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26536,7 +26536,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Respecify a portion of a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Respecify a portion of a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26619,7 +26619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a color table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a color table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26702,7 +26702,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a one-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a one-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26798,7 +26798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -26876,7 +26876,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve contents of a color lookup table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve contents of a color lookup table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -26939,7 +26939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27002,7 +27002,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get color lookup table parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get color lookup table parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27080,7 +27080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get current 1D or 2D convolution filter kernel.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get current 1D or 2D convolution filter kernel.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27143,7 +27143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27206,7 +27206,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get convolution parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get convolution parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27297,7 +27297,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27360,7 +27360,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27423,7 +27423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get histogram parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get histogram parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27514,7 +27514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minimum and maximum pixel values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minimum and maximum pixel values.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27577,7 +27577,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27640,7 +27640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get minmax parameters.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get minmax parameters.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27760,7 +27760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Get separable convolution filter kernel images.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Get separable convolution filter kernel images.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -27830,7 +27830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define histogram table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define histogram table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27887,7 +27887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define minmax table.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Define minmax table.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27918,7 +27918,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset histogram table entries to zero.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset histogram table entries to zero.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -27949,7 +27949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reset minmax table entries to initial values.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Reset minmax table entries to initial values.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28089,7 +28089,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define a separable two-dimensional convolution filter.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and width.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, format, type, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define a separable two-dimensional convolution filter.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and width.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, format, type, and height.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -28169,7 +28169,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's immutable data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's immutable data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\n/// \n", "ExtensionName": "Core" } ], @@ -28265,7 +28265,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill a buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill a buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -28381,7 +28381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill all or part of buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The offset in basic machine units into the buffer object's data store at which to start filling.\r\n/// \r\n/// \r\n/// The size in basic machine units of the range of the data store to fill.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill all or part of buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The offset in basic machine units into the buffer object's data store at which to start filling.\n/// \n/// \n/// The size in basic machine units of the range of the data store to fill.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -28418,7 +28418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28462,7 +28462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -28540,7 +28540,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -28557,7 +28557,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release resources consumed by the implementation's shader compiler.\r\n/// \r\n", + "Doc": "/// \n/// Release resources consumed by the implementation's shader compiler.\n/// \n", "ExtensionName": "Core" }, { @@ -28648,7 +28648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load pre-compiled shader binaries.\r\n/// \r\n/// \r\n/// Specifies the number of shader object handles contained in shaders.\r\n/// \r\n/// \r\n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the length of the array whose address is given in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load pre-compiled shader binaries.\n/// \n/// \n/// Specifies the number of shader object handles contained in shaders.\n/// \n/// \n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the length of the array whose address is given in binary.\n/// \n", "ExtensionName": "Core" } ], @@ -28744,7 +28744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -28912,7 +28912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all or part of a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the left edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the lower edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the front of the region to be cleared.\r\n/// \r\n/// \r\n/// The width of the region to be cleared.\r\n/// \r\n/// \r\n/// The height of the region to be cleared.\r\n/// \r\n/// \r\n/// The depth of the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all or part of a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The coordinate of the left edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the lower edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the front of the region to be cleared.\n/// \n/// \n/// The width of the region to be cleared.\n/// \n/// \n/// The height of the region to be cleared.\n/// \n/// \n/// The depth of the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -28975,7 +28975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -29006,7 +29006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -29050,7 +29050,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -29100,7 +29100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -29191,7 +29191,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -29222,7 +29222,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -29279,7 +29279,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "Core" } ], @@ -29329,7 +29329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control clip coordinate to window coordinate behavior.\r\n/// \r\n/// \r\n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\r\n/// \r\n/// \r\n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\r\n/// \r\n", + "Doc": "/// \n/// Control clip coordinate to window coordinate behavior.\n/// \n/// \n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\n/// \n/// \n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\n/// \n", "ExtensionName": "Core" } ], @@ -29379,7 +29379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29427,7 +29427,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -29471,7 +29471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29519,7 +29519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -29576,7 +29576,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29637,7 +29637,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -29694,7 +29694,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29755,7 +29755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -29812,7 +29812,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29873,7 +29873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -29930,7 +29930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -29991,7 +29991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30035,7 +30035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30083,7 +30083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30127,7 +30127,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30175,7 +30175,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30219,7 +30219,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30267,7 +30267,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30311,7 +30311,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30359,7 +30359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30403,7 +30403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30451,7 +30451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30495,7 +30495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30543,7 +30543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30613,7 +30613,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30687,7 +30687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30757,7 +30757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30831,7 +30831,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -30901,7 +30901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -30975,7 +30975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -31045,7 +31045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31119,7 +31119,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -31163,7 +31163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31211,7 +31211,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -31255,7 +31255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31303,7 +31303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -31347,7 +31347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -31395,7 +31395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" } ], @@ -31484,7 +31484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\r\n/// \r\n/// \r\n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\n/// \n/// \n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\n/// \n", "ExtensionName": "Core" } ], @@ -31703,7 +31703,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Perform a raw data copy between two images.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object from which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the source name srcName.\r\n/// \r\n/// \r\n/// The mipmap level to read from the source.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object to which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the destination name dstName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the destination region.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the destination region.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the destination region.\r\n/// \r\n/// \r\n/// The width of the region to be copied.\r\n/// \r\n/// \r\n/// The height of the region to be copied.\r\n/// \r\n/// \r\n/// The depth of the region to be copied.\r\n/// \r\n", + "Doc": "/// \n/// Perform a raw data copy between two images.\n/// \n/// \n/// The name of a texture or renderbuffer object from which to copy.\n/// \n/// \n/// The target representing the namespace of the source name srcName.\n/// \n/// \n/// The mipmap level to read from the source.\n/// \n/// \n/// The X coordinate of the left edge of the souce region to copy.\n/// \n/// \n/// The Y coordinate of the top edge of the souce region to copy.\n/// \n/// \n/// The Z coordinate of the near edge of the souce region to copy.\n/// \n/// \n/// The name of a texture or renderbuffer object to which to copy.\n/// \n/// \n/// The target representing the namespace of the destination name dstName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The X coordinate of the left edge of the destination region.\n/// \n/// \n/// The Y coordinate of the top edge of the destination region.\n/// \n/// \n/// The Z coordinate of the near edge of the destination region.\n/// \n/// \n/// The width of the region to be copied.\n/// \n/// \n/// The height of the region to be copied.\n/// \n/// \n/// The depth of the region to be copied.\n/// \n", "ExtensionName": "Core" } ], @@ -31753,7 +31753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "Core" }, { @@ -31853,7 +31853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -31956,7 +31956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32102,7 +32102,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -32193,7 +32193,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32271,7 +32271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32319,7 +32319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32396,7 +32396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32460,7 +32460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32477,7 +32477,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "Core" }, { @@ -32554,7 +32554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// This parameter's element count is computed from message and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// This parameter's element count is computed from message and length.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -32623,7 +32623,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the number of viewports whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose depth range to update.\n/// \n/// \n/// Specifies the number of viewports whose depth range to update.\n/// \n/// \n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32680,7 +32680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose depth range to update.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\n/// \n/// \n/// Specifies the index of the viewport whose depth range to update.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -32743,7 +32743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -32806,7 +32806,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -32869,7 +32869,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for multiple viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specifies the number of scissor boxes to modify.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for multiple viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose scissor box to modify.\n/// \n/// \n/// Specifies the number of scissor boxes to modify.\n/// \n/// \n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -32952,7 +32952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -33000,7 +33000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33063,7 +33063,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set multiple viewports.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// Specify the number of viewports to set.\r\n/// \r\n/// \r\n/// Specify the address of an array containing the viewport parameters.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set multiple viewports.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// Specify the number of viewports to set.\n/// \n/// \n/// Specify the address of an array containing the viewport parameters.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -33146,7 +33146,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -33194,7 +33194,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -33257,7 +33257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the X dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Y dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Z dimension.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups.\n/// \n/// \n/// The number of work groups to be launched in the X dimension.\n/// \n/// \n/// The number of work groups to be launched in the Y dimension.\n/// \n/// \n/// The number of work groups to be launched in the Z dimension.\n/// \n", "ExtensionName": "Core" }, { @@ -33288,7 +33288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups using parameters stored in a buffer.\r\n/// \r\n/// \r\n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups using parameters stored in a buffer.\n/// \n/// \n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\n/// \n", "ExtensionName": "Core" } ], @@ -33338,7 +33338,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -33395,7 +33395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" } ], @@ -33484,7 +33484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -33584,7 +33584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -33697,7 +33697,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" } ], @@ -33793,7 +33793,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -33896,7 +33896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -34012,7 +34012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -34126,7 +34126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count, indices and basevertex arrays.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the base vertices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count, indices and basevertex arrays.\n/// \n/// \n/// Specifies a pointer to the location where the base vertices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34189,7 +34189,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -34259,7 +34259,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -34322,7 +34322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "Core" }, { @@ -34392,7 +34392,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all or part of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the mapped range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all or part of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the mapped range.\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -34455,7 +34455,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\r\n/// \r\n/// \r\n/// Specifies the framebuffer parameter to be modified.\r\n/// \r\n/// \r\n/// The new value for the parameter named pname.\r\n/// \r\n", + "Doc": "/// \n/// Set a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\n/// \n/// \n/// Specifies the framebuffer parameter to be modified.\n/// \n/// \n/// The new value for the parameter named pname.\n/// \n", "ExtensionName": "Core" }, { @@ -34518,7 +34518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34600,7 +34600,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about the set of active atomic counter buffers for a program.\r\n/// \r\n/// \r\n/// The name of a program object from which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies index of an active atomic counter buffer.\r\n/// \r\n/// \r\n/// Specifies which parameter of the atomic counter buffer to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about the set of active atomic counter buffers for a program.\n/// \n/// \n/// The name of a program object from which to retrieve information.\n/// \n/// \n/// Specifies index of an active atomic counter buffer.\n/// \n/// \n/// Specifies which parameter of the atomic counter buffer to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -34710,7 +34710,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query the subroutine name.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query the subroutine name.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34799,7 +34799,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a into which the queried value or values will be placed.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\n/// \n/// \n/// Specifies the address of a into which the queried value or values will be placed.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34903,7 +34903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -34977,7 +34977,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program object corresponding to a specified shader stage.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which the queried value or values will be placed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program object corresponding to a specified shader stage.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\n/// \n/// \n/// Specifies the address of a variable into which the queried value or values will be placed.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -35034,7 +35034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35091,7 +35091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35152,7 +35152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the location of the subroutine uniform.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the location of the subroutine uniform.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -35213,7 +35213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load active subroutine uniforms.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the number of uniform indices stored in indices.\r\n/// \r\n/// \r\n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Load active subroutine uniforms.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the number of uniform indices stored in indices.\n/// \n/// \n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -35367,7 +35367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -35541,7 +35541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a texture image from a texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a texture image from a texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" } ], @@ -35564,7 +35564,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -35634,7 +35634,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35704,7 +35704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35774,7 +35774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -35896,7 +35896,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -35989,7 +35989,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -36082,7 +36082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -36151,7 +36151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -36195,7 +36195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the value of a sub-word of the sample mask.\r\n/// \r\n/// \r\n/// Specifies which 32-bit sub-word of the sample mask to update.\r\n/// \r\n/// \r\n/// Specifies the new value of the mask sub-word.\r\n/// \r\n", + "Doc": "/// \n/// Set the value of a sub-word of the sample mask.\n/// \n/// \n/// Specifies which 32-bit sub-word of the sample mask to update.\n/// \n/// \n/// Specifies the new value of the mask sub-word.\n/// \n", "ExtensionName": "Core" }, { @@ -36291,7 +36291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -36400,7 +36400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" } ], @@ -36501,7 +36501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -36575,7 +36575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -36632,7 +36632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" } ], @@ -36714,7 +36714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an interface in a program.\r\n/// \r\n/// \r\n/// The name of a program object whose interface to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program to query.\r\n/// \r\n/// \r\n/// The name of the parameter within programInterface to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an interface in a program.\n/// \n/// \n/// The name of a program object whose interface to query.\n/// \n/// \n/// A token identifying the interface within program to query.\n/// \n/// \n/// The name of the parameter within programInterface to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -36777,7 +36777,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the index of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the index of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the index of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the index of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -36911,7 +36911,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from propCount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from propCount.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -36974,7 +36974,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the location of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the location of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -37037,7 +37037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the fragment color index of a named variable within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the fragment color index of a named variable within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -37141,7 +37141,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an indexed resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the indexed resource.\r\n/// \r\n/// \r\n/// The index of the resource within programInterface of program.\r\n/// \r\n/// \r\n/// The size of the character array whose address is given by name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the length of the resource name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a character array into which will be written the name of the resource.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an indexed resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the indexed resource.\n/// \n/// \n/// The index of the resource within programInterface of program.\n/// \n/// \n/// The size of the character array whose address is given by name.\n/// \n/// \n/// The address of a variable which will receive the length of the resource name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a character array into which will be written the name of the resource.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -37210,7 +37210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -37273,7 +37273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -37317,7 +37317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\r\n/// \r\n/// \r\n/// Specify the name of a query object into which to record the GL time.\r\n/// \r\n/// \r\n/// Specify the counter to query. target must be GL_TIMESTAMP.\r\n/// \r\n", + "Doc": "/// \n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\n/// \n/// \n/// Specify the name of a query object into which to record the GL time.\n/// \n/// \n/// Specify the counter to query. target must be GL_TIMESTAMP.\n/// \n", "ExtensionName": "Core" } ], @@ -37387,7 +37387,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -37431,7 +37431,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37492,7 +37492,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -37549,7 +37549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37610,7 +37610,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -37680,7 +37680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37741,7 +37741,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -37824,7 +37824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -37885,7 +37885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -37959,7 +37959,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38033,7 +38033,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38107,7 +38107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38181,7 +38181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38255,7 +38255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38329,7 +38329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38403,7 +38403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38477,7 +38477,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -38551,7 +38551,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" } ], @@ -38620,7 +38620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -38664,7 +38664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -38712,7 +38712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -38769,7 +38769,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -38817,7 +38817,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -38887,7 +38887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -38935,7 +38935,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -39018,7 +39018,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -39066,7 +39066,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -39153,7 +39153,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" } ], @@ -39190,7 +39190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object whose data store to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object whose data store to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -39247,7 +39247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object, a subrange of whose data store to invalidate.\r\n/// \r\n/// \r\n/// The offset within the buffer's data store of the start of the range to be invalidated.\r\n/// \r\n/// \r\n/// The length of the range within the buffer's data store to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object, a subrange of whose data store to invalidate.\n/// \n/// \n/// The offset within the buffer's data store of the start of the range to be invalidated.\n/// \n/// \n/// The length of the range within the buffer's data store to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -39308,7 +39308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -39421,7 +39421,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n/// \r\n/// Specifies the X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the width of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the height of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n/// \n/// Specifies the X offset of the region to be invalidated.\n/// \n/// \n/// Specifies the Y offset of the region to be invalidated.\n/// \n/// \n/// Specifies the width of the region to be invalidated.\n/// \n/// \n/// Specifies the height of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -39465,7 +39465,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the entirety a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the entirety a texture image.\n/// \n/// \n/// The name of a texture object to invalidate.\n/// \n/// \n/// The level of detail of the texture object to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -39587,7 +39587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object a subregion of which to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object within which the region resides.\r\n/// \r\n/// \r\n/// The X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Z offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The width of the region to be invalidated.\r\n/// \r\n/// \r\n/// The height of the region to be invalidated.\r\n/// \r\n/// \r\n/// The depth of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a texture image.\n/// \n/// \n/// The name of a texture object a subregion of which to invalidate.\n/// \n/// \n/// The level of detail of the texture object within which the region resides.\n/// \n/// \n/// The X offset of the region to be invalidated.\n/// \n/// \n/// The Y offset of the region to be invalidated.\n/// \n/// \n/// The Z offset of the region to be invalidated.\n/// \n/// \n/// The width of the region to be invalidated.\n/// \n/// \n/// The height of the region to be invalidated.\n/// \n/// \n/// The depth of the region to be invalidated.\n/// \n", "ExtensionName": "Core" } ], @@ -39624,7 +39624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -39707,7 +39707,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array of structures containing the draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the the number of elements in the array of draw parameter structures.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of an array of structures containing the draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the the number of elements in the array of draw parameter structures.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -39797,7 +39797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing an array of draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of elements in the array addressed by indirect.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing an array of draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the number of elements in the array addressed by indirect.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" } ], @@ -39853,7 +39853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the new values for the parameter given by pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the address of an array containing the new values for the parameter given by pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -39897,7 +39897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the new value for the parameter given by pname.\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the new value for the parameter given by pname.\n/// \n", "ExtensionName": "Core" } ], @@ -39960,7 +39960,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -39997,7 +39997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -40060,7 +40060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Change an active shader storage block binding.\r\n/// \r\n/// \r\n/// The name of the program containing the block whose binding to change.\r\n/// \r\n/// \r\n/// The index storage block within the program.\r\n/// \r\n/// \r\n/// The index storage block binding to associate with the specified storage block.\r\n/// \r\n", + "Doc": "/// \n/// Change an active shader storage block binding.\n/// \n/// \n/// The name of the program containing the block whose binding to change.\n/// \n/// \n/// The index storage block within the program.\n/// \n/// \n/// The index storage block binding to associate with the specified storage block.\n/// \n", "ExtensionName": "Core" } ], @@ -40149,7 +40149,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a range of a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n/// \r\n/// Specifies the offset of the start of the range of the buffer's data store to attach.\r\n/// \r\n/// \r\n/// Specifies the size of the range of the buffer's data store to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a range of a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n/// \n/// Specifies the offset of the start of the range of the buffer's data store to attach.\n/// \n/// \n/// Specifies the size of the range of the buffer's data store to attach.\n/// \n", "ExtensionName": "Core" } ], @@ -40225,7 +40225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a one-dimensional texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a one-dimensional texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -40308,7 +40308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -40404,7 +40404,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in texels.\n/// \n", "ExtensionName": "Core" } ], @@ -40506,7 +40506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -40615,7 +40615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in layers.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in layers.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" } ], @@ -40638,7 +40638,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "Core" } ], @@ -40766,7 +40766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Initialize a texture as a data alias of another texture's data store.\r\n/// \r\n/// \r\n/// Specifies the texture object to be initialized as a view.\r\n/// \r\n/// \r\n/// Specifies the target to be used for the newly initialized texture.\r\n/// \r\n/// \r\n/// Specifies the name of a texture object of which to make a view.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies lowest level of detail of the view.\r\n/// \r\n/// \r\n/// Specifies the number of levels of detail to include in the view.\r\n/// \r\n/// \r\n/// Specifies the index of the first layer to include in the view.\r\n/// \r\n/// \r\n/// Specifies the number of layers to include in the view.\r\n/// \r\n", + "Doc": "/// \n/// Initialize a texture as a data alias of another texture's data store.\n/// \n/// \n/// Specifies the texture object to be initialized as a view.\n/// \n/// \n/// Specifies the target to be used for the newly initialized texture.\n/// \n/// \n/// Specifies the name of a texture object of which to make a view.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies lowest level of detail of the view.\n/// \n/// \n/// Specifies the number of levels of detail to include in the view.\n/// \n/// \n/// Specifies the index of the first layer to include in the view.\n/// \n/// \n/// Specifies the number of layers to include in the view.\n/// \n", "ExtensionName": "Core" } ], @@ -40816,7 +40816,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha source blending factors are computed. The initial\n/// value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, blue, and alpha destination blending factors are computed. The\n/// following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,\n/// GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA,\n/// GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and\n/// GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -40847,7 +40847,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear buffers to preset values.\r\n/// \r\n/// \r\n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Clear buffers to preset values.\n/// \n/// \n/// Bitwise OR of masks that indicate the buffers to be cleared. The three masks are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT.\n/// \n", "ExtensionName": "Core" }, { @@ -40917,7 +40917,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify clear values for the color buffers.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n/// \r\n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify clear values for the color buffers.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n/// \n/// Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial\n/// values are all 0.\n/// \n", "ExtensionName": "Core" }, { @@ -40948,7 +40948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// Specifies the depth value used when the depth buffer is cleared. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -40979,7 +40979,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the stencil buffer.\r\n/// \r\n/// \r\n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the stencil buffer.\n/// \n/// \n/// Specifies the index used when the stencil buffer is cleared. The initial value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -41049,7 +41049,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n/// \r\n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n/// \n/// Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial\n/// values are all GL_TRUE, indicating that the color components are written.\n/// \n", "ExtensionName": "Core" }, { @@ -41080,7 +41080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether front- or back-facing facets can be culled.\r\n/// \r\n/// \r\n/// Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether front- or back-facing facets can be culled.\n/// \n/// \n/// Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK.\n/// \n", "ExtensionName": "Core" }, { @@ -41111,7 +41111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value used for depth buffer comparisons.\r\n/// \r\n/// \r\n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value used for depth buffer comparisons.\n/// \n/// \n/// Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL,\n/// GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS.\n/// \n", "ExtensionName": "Core" }, { @@ -41142,7 +41142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable writing into the depth buffer.\r\n/// \r\n/// \r\n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable writing into the depth buffer.\n/// \n/// \n/// Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer\n/// writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled.\n/// \n", "ExtensionName": "Core" }, { @@ -41186,7 +41186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -41217,7 +41217,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -41248,7 +41248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify which color buffers are to be drawn into.\r\n/// \r\n/// \r\n/// For default framebuffer, the argument specifies up to four color buffers to be drawn into. Symbolic\n/// constants GL_NONE, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK,\n/// GL_LEFT, GL_RIGHT, and GL_FRONT_AND_BACK are accepted. The initial value is GL_FRONT for\n/// single-buffered contexts, and GL_BACK for double-buffered contexts. For framebuffer objects,\n/// GL_COLOR_ATTACHMENT$m$ and GL_NONE enums are accepted, where $m$ is a value between 0 and\n/// GL_MAX_COLOR_ATTACHMENTS.\r\n/// \r\n", + "Doc": "/// \n/// Specify which color buffers are to be drawn into.\n/// \n/// \n/// For default framebuffer, the argument specifies up to four color buffers to be drawn into. Symbolic\n/// constants GL_NONE, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_BACK,\n/// GL_LEFT, GL_RIGHT, and GL_FRONT_AND_BACK are accepted. The initial value is GL_FRONT for\n/// single-buffered contexts, and GL_BACK for double-buffered contexts. For framebuffer objects,\n/// GL_COLOR_ATTACHMENT$m$ and GL_NONE enums are accepted, where $m$ is a value between 0 and\n/// GL_MAX_COLOR_ATTACHMENTS.\n/// \n", "ExtensionName": "Core" }, { @@ -41279,7 +41279,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n", "ExtensionName": "Core" }, { @@ -41296,7 +41296,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block until all GL execution is complete.\r\n/// \r\n", + "Doc": "/// \n/// Block until all GL execution is complete.\n/// \n", "ExtensionName": "Core" }, { @@ -41313,7 +41313,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Force execution of GL commands in finite time.\r\n/// \r\n", + "Doc": "/// \n/// Force execution of GL commands in finite time.\n/// \n", "ExtensionName": "Core" }, { @@ -41344,7 +41344,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define front- and back-facing polygons.\r\n/// \r\n/// \r\n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\r\n/// \r\n", + "Doc": "/// \n/// Define front- and back-facing polygons.\n/// \n/// \n/// Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial\n/// value is GL_CCW.\n/// \n", "ExtensionName": "Core" }, { @@ -41394,7 +41394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -41444,7 +41444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -41461,7 +41461,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return error information.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return error information.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -41511,7 +41511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -41561,7 +41561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -41592,7 +41592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -41684,7 +41684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a texture image.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexImage and glGetnTexImage functions.\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, and GL_TEXTURE_CUBE_MAP_ARRAY are acceptable.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies a pixel format for the returned data. The supported formats are GL_STENCIL_INDEX,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RG, GL_RGB, GL_RGBA, GL_BGR,\n/// GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGR_INTEGER, GL_BGRA_INTEGER.\r\n/// \r\n/// \r\n/// Specifies a pixel type for the returned data. The supported types are GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, and\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// Returns the texture image. Should be a pointer to an array of the type specified by type.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a texture image.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexImage and glGetnTexImage functions.\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, and GL_TEXTURE_CUBE_MAP_ARRAY are acceptable.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies a pixel format for the returned data. The supported formats are GL_STENCIL_INDEX,\n/// GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RG, GL_RGB, GL_RGBA, GL_BGR,\n/// GL_BGRA, GL_RED_INTEGER, GL_GREEN_INTEGER, GL_BLUE_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGR_INTEGER, GL_BGRA_INTEGER.\n/// \n/// \n/// Specifies a pixel type for the returned data. The supported types are GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, and\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// Returns the texture image. Should be a pointer to an array of the type specified by type.\n/// This parameter's element count is computed from target, level, format, and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41760,7 +41760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41836,7 +41836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values for a specific level of detail.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values for a specific level of detail.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexLevelParameterfv and\n/// glGetTexLevelParameteriv functions. Must be one of the following values: GL_TEXTURE_1D,\n/// GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_PROXY_TEXTURE_1D,\n/// GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D_ARRAY,\n/// GL_PROXY_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_PROXY_TEXTURE_CUBE_MAP, or GL_TEXTURE_BUFFER.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level n\n/// is the nth mipmap reduction image.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_TEXTURE_WIDTH, GL_TEXTURE_HEIGHT,\n/// GL_TEXTURE_DEPTH, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_RED_SIZE, GL_TEXTURE_GREEN_SIZE,\n/// GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_COMPRESSED,\n/// GL_TEXTURE_COMPRESSED_IMAGE_SIZE, and GL_TEXTURE_BUFFER_OFFSET are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41899,7 +41899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -41962,7 +41962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return texture parameter values.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return texture parameter values.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetTexParameterfv, glGetTexParameteriv,\n/// glGetTexParameterIiv, and glGetTexParameterIuiv functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY,\n/// GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_RECTANGLE, and GL_TEXTURE_CUBE_MAP_ARRAY are\n/// accepted.\n/// \n/// \n/// Specifies the symbolic name of a texture parameter. GL_DEPTH_STENCIL_TEXTURE_MODE,\n/// GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BORDER_COLOR,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_IMMUTABLE_FORMAT,\n/// GL_TEXTURE_IMMUTABLE_LEVELS, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_LEVEL,\n/// GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_RGBA,\n/// GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS,\n/// GL_TEXTURE_VIEW_NUM_LEVELS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, and GL_TEXTURE_WRAP_R are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42006,7 +42006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify implementation-specific hints.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\r\n/// \r\n", + "Doc": "/// \n/// Specify implementation-specific hints.\n/// \n/// \n/// Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT,\n/// GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are\n/// accepted.\n/// \n/// \n/// Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and\n/// GL_DONT_CARE are accepted.\n/// \n", "ExtensionName": "Core" }, { @@ -42037,7 +42037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant indicating a GL capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// Specifies a symbolic constant indicating a GL capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -42068,7 +42068,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the width of rasterized lines.\r\n/// \r\n/// \r\n/// Specifies the width of rasterized lines. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the width of rasterized lines.\n/// \n/// \n/// Specifies the width of rasterized lines. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -42099,7 +42099,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a logical pixel operation for rendering.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant that selects a logical operation. The following symbols are accepted:\n/// GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR,\n/// GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial\n/// value is GL_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Specify a logical pixel operation for rendering.\n/// \n/// \n/// Specifies a symbolic constant that selects a logical operation. The following symbols are accepted:\n/// GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR,\n/// GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial\n/// value is GL_COPY.\n/// \n", "ExtensionName": "Core" }, { @@ -42143,7 +42143,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set pixel storage modes.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\r\n/// \r\n/// \r\n/// Specifies the value that pname is set to.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel storage modes.\n/// \n/// \n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\n/// \n/// \n/// Specifies the value that pname is set to.\n/// \n", "ExtensionName": "Core" }, { @@ -42187,7 +42187,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set pixel storage modes.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\r\n/// \r\n/// \r\n/// Specifies the value that pname is set to.\r\n/// \r\n", + "Doc": "/// \n/// Set pixel storage modes.\n/// \n/// \n/// Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data\n/// into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT,\n/// GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect\n/// the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST,\n/// GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS,\n/// GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT.\n/// \n/// \n/// Specifies the value that pname is set to.\n/// \n", "ExtensionName": "Core" }, { @@ -42218,7 +42218,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the diameter of rasterized points.\r\n/// \r\n/// \r\n/// Specifies the diameter of rasterized points. The initial value is 1.\r\n/// \r\n", + "Doc": "/// \n/// Specify the diameter of rasterized points.\n/// \n/// \n/// Specifies the diameter of rasterized points. The initial value is 1.\n/// \n", "ExtensionName": "Core" }, { @@ -42262,7 +42262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a polygon rasterization mode.\r\n/// \r\n/// \r\n/// Specifies the polygons that mode applies to. Must be GL_FRONT_AND_BACK for front- and back-facing\n/// polygons.\r\n/// \r\n/// \r\n/// Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The\n/// initial value is GL_FILL for both front- and back-facing polygons.\r\n/// \r\n", + "Doc": "/// \n/// Select a polygon rasterization mode.\n/// \n/// \n/// Specifies the polygons that mode applies to. Must be GL_FRONT_AND_BACK for front- and back-facing\n/// polygons.\n/// \n/// \n/// Specifies how polygons will be rasterized. Accepted values are GL_POINT, GL_LINE, and GL_FILL. The\n/// initial value is GL_FILL for both front- and back-facing polygons.\n/// \n", "ExtensionName": "Core" }, { @@ -42293,7 +42293,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select a color buffer source for pixels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Select a color buffer source for pixels.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -42411,7 +42411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Read a block of pixels from the frame buffer.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\r\n/// \r\n/// \r\n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted:\n/// GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR,\n/// GL_RGBA, and GL_BGRA.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Read a block of pixels from the frame buffer.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the window coordinates of the first pixel that is read from the frame buffer. This location\n/// is the lower left corner of a rectangular block of pixels.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\n/// \n/// \n/// Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted:\n/// GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR,\n/// GL_RGBA, and GL_BGRA.\n/// \n/// \n/// Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE,\n/// GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV,\n/// GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or\n/// GL_FLOAT_32_UNSIGNED_INT_24_8_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42481,7 +42481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the scissor box. Initially (0, 0).\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box.\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the lower left corner of the scissor box. Initially (0, 0).\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the scissor box. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" }, { @@ -42538,7 +42538,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back function and reference value for stencil testing.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -42569,7 +42569,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -42626,7 +42626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and back stencil test actions.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set front and back stencil test actions.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -42756,7 +42756,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide. The height of the 1D texture image is 1.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide. The height of the 1D texture image is 1.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42900,7 +42900,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image, or the number of layers in a texture array, in the case\n/// of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D\n/// texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers\n/// deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 1024 texels wide.\n/// \n/// \n/// Specifies the height of the texture image, or the number of layers in a texture array, in the case\n/// of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D\n/// texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers\n/// deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -42957,7 +42957,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -43020,7 +43020,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43077,7 +43077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -43140,7 +43140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set texture parameters.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set texture parameters.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexParameter functions. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_2D_MULTISAMPLE,\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY, or\n/// GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following:\n/// GL_DEPTH_STENCIL_TEXTURE_MODE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC,\n/// GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R,\n/// GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S,\n/// GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. For the vector commands (glTexParameter*v), pname can also\n/// be one of GL_TEXTURE_BORDER_COLOR or GL_TEXTURE_SWIZZLE_RGBA.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43210,7 +43210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the viewport.\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n/// \r\n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\r\n/// \r\n", + "Doc": "/// \n/// Set the viewport.\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0).\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n/// \n/// Specify the width and height of the viewport. When a GL context is first attached to a window,\n/// width and height are set to the dimensions of that window.\n/// \n", "ExtensionName": "Core" } ], @@ -43260,7 +43260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named texture to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named texture to a texturing target.\n/// \n/// \n/// Specifies the target to which the texture is bound. Must be one of GL_TEXTURE_1D, GL_TEXTURE_2D,\n/// GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP,\n/// GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_BUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -43369,7 +43369,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a 1D texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. The height of the texture image is 1.\r\n/// \r\n/// \r\n/// Must be 0.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a 1D texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specifies the width of the texture image. The height of the texture image is 1.\n/// \n/// \n/// Must be 0.\n/// \n", "ExtensionName": "Core" }, { @@ -43491,7 +43491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy pixels into a 2D texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image.\r\n/// \r\n/// \r\n/// Must be 0.\r\n/// \r\n", + "Doc": "/// \n/// Copy pixels into a 2D texture image.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the internal format of the texture. Must be one of the following symbolic constants:\n/// GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB,\n/// GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,\n/// GL_DEPTH_COMPONENT32, GL_STENCIL_INDEX8, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5,\n/// GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,\n/// GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture image.\n/// \n/// \n/// Specifies the height of the texture image.\n/// \n/// \n/// Must be 0.\n/// \n", "ExtensionName": "Core" }, { @@ -43587,7 +43587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a one-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the texel offset within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a one-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the texel offset within the texture array.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specify the window coordinates of the left corner of the row of pixels to be copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -43709,7 +43709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_TEXTURE_RECTANGLE.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_TEXTURE_RECTANGLE.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -43757,7 +43757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named textures.\r\n/// \r\n/// \r\n/// Specifies the number of textures to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of textures to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named textures.\n/// \n/// \n/// Specifies the number of textures to be deleted.\n/// \n/// \n/// Specifies an array of textures to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43814,7 +43814,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n", "ExtensionName": "Core" }, { @@ -43891,7 +43891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies an offset of the first index in the array in the data store of the buffer currently bound\n/// to the GL_ELEMENT_ARRAY_BUFFER target.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies an offset of the first index in the array in the data store of the buffer currently bound\n/// to the GL_ELEMENT_ARRAY_BUFFER target.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43939,7 +43939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate texture names.\r\n/// \r\n/// \r\n/// Specifies the number of texture names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated texture names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate texture names.\n/// \n/// \n/// Specifies the number of texture names to be generated.\n/// \n/// \n/// Specifies an array in which the generated texture names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -43970,7 +43970,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a texture.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a texture.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a texture.\n/// \n/// \n/// Specifies a value that may be the name of a texture.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -44014,7 +44014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the scale and units used to calculate depth values.\r\n/// \r\n/// \r\n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\r\n/// \r\n/// \r\n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\r\n/// \r\n", + "Doc": "/// \n/// Set the scale and units used to calculate depth values.\n/// \n/// \n/// Specifies a scale factor that is used to create a variable depth offset for each polygon. The\n/// initial value is 0.\n/// \n/// \n/// Is multiplied by an implementation-specific value to create a constant depth offset. The initial\n/// value is 0.\n/// \n", "ExtensionName": "Core" }, { @@ -44131,7 +44131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage1D. Must be GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, and width.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage1D. Must be GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, and width.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -44275,7 +44275,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage2D. Must be GL_TEXTURE_2D,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_TEXTURE_1D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage2D. Must be GL_TEXTURE_2D,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or\n/// GL_TEXTURE_1D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, width, and height.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -44416,7 +44416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glCopyTexSubImage3D function. Must be\n/// GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n", + "Doc": "/// \n/// Copy a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glCopyTexSubImage3D function. Must be\n/// GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specify the window coordinates of the lower left corner of the rectangular region of pixels to be\n/// copied.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n", "ExtensionName": "Core" }, { @@ -44519,7 +44519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -44677,7 +44677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be one of GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image.\n/// \n/// \n/// Specifies the target texture. Must be one of GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D,\n/// GL_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the n th mipmap\n/// reduction image.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 256 texels high.\n/// \n/// \n/// Specifies the depth of the texture image, or the number of layers in a texture array. All\n/// implementations support 3D texture images that are at least 256 texels deep, and texture arrays that\n/// are at least 256 layers deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_RED_INTEGER, GL_RG_INTEGER, GL_RGB_INTEGER, GL_BGR_INTEGER,\n/// GL_RGBA_INTEGER, GL_BGRA_INTEGER, GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -44848,7 +44848,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexSubImage3D. Must be GL_TEXTURE_3D or\n/// GL_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies a pointer to the image data in memory.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexSubImage3D. Must be GL_TEXTURE_3D or\n/// GL_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_DEPTH_COMPONENT, and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies a pointer to the image data in memory.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -44885,7 +44885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Select active texture unit.\r\n/// \r\n/// \r\n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\r\n/// \r\n", + "Doc": "/// \n/// Select active texture unit.\n/// \n/// \n/// Specifies which texture unit to make active. The number of texture units is implementation\n/// dependent, but must be at least 80. texture must be one of GL_TEXTUREi, where i ranges from zero to\n/// the value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS minus one. The initial value is GL_TEXTURE0.\n/// \n", "ExtensionName": "Core" }, { @@ -44998,7 +44998,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 64 texels wide. The height of the 1D texture image is 1.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support texture images that are at\n/// least 64 texels wide. The height of the 1D texture image is 1.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45124,7 +45124,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels high.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 2D texture and cube map\n/// texture images that are at least 16384 texels high.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45263,7 +45263,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture image in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target texture. Must be GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or\n/// GL_PROXY_TEXTURE_2D_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\r\n/// \r\n/// \r\n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 16 texels high.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels deep.\r\n/// \r\n/// \r\n/// This value must be 0.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture image in a compressed format.\n/// \n/// \n/// Specifies the target texture. Must be GL_TEXTURE_3D, GL_PROXY_TEXTURE_3D, GL_TEXTURE_2D_ARRAY or\n/// GL_PROXY_TEXTURE_2D_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the width of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels wide.\n/// \n/// \n/// Specifies the height of the texture image. All implementations support 3D texture images that are\n/// at least 16 texels high.\n/// \n/// \n/// Specifies the depth of the texture image. All implementations support 3D texture images that are at\n/// least 16 texels deep.\n/// \n/// \n/// This value must be 0.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45376,7 +45376,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a one-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target, to which the texture is bound, for glCompressedTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a one-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target, to which the texture is bound, for glCompressedTexSubImage1D function. Must be\n/// GL_TEXTURE_1D.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45515,7 +45515,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a two-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glCompressedTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a two-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target to which the texture is bound for glCompressedTexSubImage2D function. Must be\n/// GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45680,7 +45680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a three-dimensional texture subimage in a compressed format.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glCompressedTexSubImage3D function. Must be\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the compressed image data stored at address data.\r\n/// \r\n/// \r\n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\r\n/// \r\n/// \r\n/// Specifies a pointer to the compressed image data in memory.\r\n/// This parameter's element count is taken from imageSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a three-dimensional texture subimage in a compressed format.\n/// \n/// \n/// Specifies the target to which the texture is bound for glCompressedTexSubImage3D function. Must be\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the compressed image data stored at address data.\n/// \n/// \n/// Specifies the number of unsigned bytes of image data starting at the address specified by data.\n/// \n/// \n/// Specifies a pointer to the compressed image data in memory.\n/// This parameter's element count is taken from imageSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45744,7 +45744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a compressed texture image.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and level.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a compressed texture image.\n/// \n/// \n/// Specifies the target to which the texture is bound for glGetCompressedTexImage and\n/// glGetnCompressedTexImage functions. GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D,\n/// GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X,\n/// GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,\n/// GL_TEXTURE_CUBE_MAP_POSITIVE_Z, and GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_RECTANGLE are\n/// accepted.\n/// \n/// \n/// Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level\n/// $n$ is the $n$-th mipmap reduction image.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and level.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -45788,7 +45788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify multisample coverage parameters.\r\n/// \r\n/// \r\n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\r\n/// \r\n/// \r\n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify multisample coverage parameters.\n/// \n/// \n/// Specify a single floating-point sample coverage value. The value is clamped to the range 0 1 . The\n/// initial value is 1.0.\n/// \n/// \n/// Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and\n/// GL_FALSE are accepted. The initial value is GL_FALSE.\n/// \n", "ExtensionName": "Core" } ], @@ -45864,7 +45864,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the blend color.\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n/// \r\n/// specify the components of GL_BLEND_COLOR\r\n/// \r\n", + "Doc": "/// \n/// Set the blend color.\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n/// \n/// specify the components of GL_BLEND_COLOR\n/// \n", "ExtensionName": "Core" }, { @@ -45895,7 +45895,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -45965,7 +45965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -46047,7 +46047,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of starting indices in the enabled arrays.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n/// \r\n/// Points to an array of the number of indices to be rendered.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the first and count\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of starting indices in the enabled arrays.\n/// This parameter's element count is computed from count.\n///\n/// \n/// \n/// Points to an array of the number of indices to be rendered.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the first and count\n/// \n", "ExtensionName": "Core" }, { @@ -46142,7 +46142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count and indices arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count and indices arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -46186,7 +46186,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "Core" }, { @@ -46236,7 +46236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46280,7 +46280,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// For glPointParameterf and glPointParameteri, specifies the value that pname will be set to.\n/// \n", "ExtensionName": "Core" }, { @@ -46330,7 +46330,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify point parameters.\r\n/// \r\n/// \r\n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify point parameters.\n/// \n/// \n/// Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and\n/// GL_POINT_SPRITE_COORD_ORIGIN are accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -46380,7 +46380,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -46424,7 +46424,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of a buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound, which must be one of the buffer binding\n/// targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes\n/// GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of a buffer object.\n/// \n", "ExtensionName": "Core" }, { @@ -46498,7 +46498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferData, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the expected usage pattern of the data store. The symbolic constant must be\n/// GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STATIC_COPY,\n/// GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, or GL_DYNAMIC_COPY.\n/// \n", "ExtensionName": "Core" }, { @@ -46572,7 +46572,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Updates a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being replaced.\r\n/// \r\n/// \r\n/// Specifies a pointer to the new data that will be copied into the data store.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Updates a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferSubData, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store where data replacement will begin,\n/// measured in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being replaced.\n/// \n/// \n/// Specifies a pointer to the new data that will be copied into the data store.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46620,7 +46620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of buffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to be deleted.\n/// \n/// \n/// Specifies an array of buffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46668,7 +46668,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named query objects.\r\n/// \r\n/// \r\n/// Specifies the number of query objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies an array of query objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named query objects.\n/// \n/// \n/// Specifies the number of query objects to be deleted.\n/// \n/// \n/// Specifies an array of query objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46699,7 +46699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQuery and the subsequent\n/// glEndQuery. The symbolic constant must be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or GL_TIME_ELAPSED.\n/// \n", "ExtensionName": "Core" }, { @@ -46747,7 +46747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate buffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of buffer object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated buffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate buffer object names.\n/// \n/// \n/// Specifies the number of buffer object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated buffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46795,7 +46795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate query object names.\r\n/// \r\n/// \r\n/// Specifies the number of query object names to be generated.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated query object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate query object names.\n/// \n/// \n/// Specifies the number of query object names to be generated.\n/// \n/// \n/// Specifies an array in which the generated query object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46858,7 +46858,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46919,7 +46919,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the pointer to a mapped buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the pointer to a mapped buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferPointerv, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the name of the pointer to be returned. Must be GL_BUFFER_MAP_POINTER.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -46993,7 +46993,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a subset of a buffer object's data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the data store region being returned.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where buffer object data is returned.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a subset of a buffer object's data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferSubData, which must be one\n/// of the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the offset into the buffer object's data store from which data will be returned, measured\n/// in bytes.\n/// \n/// \n/// Specifies the size in bytes of the data store region being returned.\n/// \n/// \n/// Specifies a pointer to the location where buffer object data is returned.\n/// This parameter's element count is taken from size.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47056,7 +47056,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47119,7 +47119,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47182,7 +47182,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47213,7 +47213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a buffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a buffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a buffer object.\n/// \n/// \n/// Specifies a value that may be the name of a buffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -47244,7 +47244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a query object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a query object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a query object.\n/// \n/// \n/// Specifies a value that may be the name of a query object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -47288,7 +47288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBuffer, which must be one of the\n/// buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER Vertex\n/// attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy source\n/// GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch\n/// commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array\n/// indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the access policy for glMapBuffer and glMapNamedBuffer, indicating whether it will be\n/// possible to read from, write to, or both read from and write to the buffer object's mapped data\n/// store. The symbolic constant must be GL_READ_ONLY, GL_WRITE_ONLY, or GL_READ_WRITE.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -47319,7 +47319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release the mapping of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Release the mapping of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glUnmapBuffer, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// See summary.\n", "ExtensionName": "Core" } ], @@ -47369,7 +47369,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attaches a shader object to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to which a shader object will be attached.\r\n/// \r\n/// \r\n/// Specifies the shader object that is to be attached.\r\n/// \r\n", + "Doc": "/// \n/// Attaches a shader object to a program object.\n/// \n/// \n/// Specifies the program object to which a shader object will be attached.\n/// \n/// \n/// Specifies the shader object that is to be attached.\n/// \n", "ExtensionName": "Core" }, { @@ -47426,7 +47426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associates a generic vertex attribute index with a named attribute variable.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object in which the association is to be made.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be bound.\r\n/// \r\n/// \r\n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\r\n/// \r\n", + "Doc": "/// \n/// Associates a generic vertex attribute index with a named attribute variable.\n/// \n/// \n/// Specifies the handle of the program object in which the association is to be made.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be bound.\n/// \n/// \n/// Specifies a null terminated string containing the name of the vertex shader attribute variable to\n/// which index is to be bound.\n/// \n", "ExtensionName": "Core" }, { @@ -47470,7 +47470,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -47501,7 +47501,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Compiles a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be compiled.\r\n/// \r\n", + "Doc": "/// \n/// Compiles a shader object.\n/// \n/// \n/// Specifies the shader object to be compiled.\n/// \n", "ExtensionName": "Core" }, { @@ -47518,7 +47518,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -47549,7 +47549,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates a shader object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Creates a shader object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -47580,7 +47580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a program object.\n/// \n/// \n/// Specifies the program object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -47611,7 +47611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Deletes a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Deletes a shader object.\n/// \n/// \n/// Specifies the shader object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -47655,7 +47655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Detaches a shader object from a program object to which it is attached.\r\n/// \r\n/// \r\n/// Specifies the program object from which to detach the shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be detached.\r\n/// \r\n", + "Doc": "/// \n/// Detaches a shader object from a program object to which it is attached.\n/// \n/// \n/// Specifies the program object from which to detach the shader object.\n/// \n/// \n/// Specifies the shader object to be detached.\n/// \n", "ExtensionName": "Core" }, { @@ -47686,7 +47686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -47734,7 +47734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies a list of color buffers to be drawn into.\r\n/// \r\n/// \r\n/// Specifies the number of buffers in bufs.\r\n/// \r\n/// \r\n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies a list of color buffers to be drawn into.\n/// \n/// \n/// Specifies the number of buffers in bufs.\n/// \n/// \n/// Points to an array of symbolic constants specifying the buffers into which fragment colors or data\n/// values will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -47765,7 +47765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable a generic vertex attribute array.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable a generic vertex attribute array.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -47890,7 +47890,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active attribute variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the attribute variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the attribute variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the attribute variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active attribute variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the attribute variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the attribute variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the attribute variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48015,7 +48015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about an active uniform variable for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\r\n/// \r\n/// \r\n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the size of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns the data type of the uniform variable.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Returns a null terminated string containing the name of the uniform variable.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about an active uniform variable for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the index of the uniform variable to be queried.\n/// \n/// \n/// Specifies the maximum number of characters OpenGL is allowed to write in the character buffer\n/// indicated by name.\n/// \n/// \n/// Returns the number of characters actually written by OpenGL in the string indicated by name\n/// (excluding the null terminator) if a value other than NULL is passed.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the size of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns the data type of the uniform variable.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Returns a null terminated string containing the name of the uniform variable.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48093,7 +48093,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the handles of the shader objects attached to a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the array for storing the returned object names.\r\n/// \r\n/// \r\n/// Returns the number of names actually returned in shaders.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array that is used to return the names of attached shader objects.\r\n/// This parameter's element count is taken from maxCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the handles of the shader objects attached to a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the size of the array for storing the returned object names.\n/// \n/// \n/// Returns the number of names actually returned in shaders.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array that is used to return the names of attached shader objects.\n/// This parameter's element count is taken from maxCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48137,7 +48137,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of an attribute variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of an attribute variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the attribute variable whose location is\n/// to be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -48215,7 +48215,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a program object.\r\n/// \r\n/// \r\n/// Specifies the program object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a program object.\n/// \n/// \n/// Specifies the program object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48278,7 +48278,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_DELETE_STATUS, GL_LINK_STATUS,\n/// GL_VALIDATE_STATUS, GL_INFO_LOG_LENGTH, GL_ATTACHED_SHADERS, GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,\n/// GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ACTIVE_UNIFORM_BLOCKS,\n/// GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_COMPUTE_WORK_GROUP_SIZE,\n/// GL_PROGRAM_BINARY_LENGTH, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_VARYINGS,\n/// GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_GEOMETRY_VERTICES_OUT, GL_GEOMETRY_INPUT_TYPE, and\n/// GL_GEOMETRY_OUTPUT_TYPE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48356,7 +48356,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the information log for a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object whose information log is to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in infoLog (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the information log.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the information log for a shader object.\n/// \n/// \n/// Specifies the shader object whose information log is to be queried.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Returns the length of the string returned in infoLog (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the information log.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48419,7 +48419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns a parameter from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns a parameter from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the object parameter. Accepted symbolic names are GL_SHADER_TYPE, GL_DELETE_STATUS,\n/// GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48497,7 +48497,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the source code string from a shader object.\r\n/// \r\n/// \r\n/// Specifies the shader object to be queried.\r\n/// \r\n/// \r\n/// Specifies the size of the character buffer for storing the returned source code string.\r\n/// \r\n/// \r\n/// Returns the length of the string returned in source (excluding the null terminator).\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of characters that is used to return the source code string.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the source code string from a shader object.\n/// \n/// \n/// Specifies the shader object to be queried.\n/// \n/// \n/// Specifies the size of the character buffer for storing the returned source code string.\n/// \n/// \n/// Returns the length of the string returned in source (excluding the null terminator).\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies an array of characters that is used to return the source code string.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48561,7 +48561,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48625,7 +48625,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48669,7 +48669,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the location of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Returns the location of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Points to a null terminated string containing the name of the uniform variable whose location is to\n/// be queried.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -48730,7 +48730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48791,7 +48791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48852,7 +48852,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a generic vertex attribute parameter.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be queried.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a generic vertex attribute parameter.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be queried.\n/// \n/// \n/// Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are\n/// GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or GL_CURRENT_VERTEX_ATTRIB.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48913,7 +48913,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified generic vertex attribute pointer.\r\n/// \r\n/// \r\n/// Specifies the generic vertex attribute parameter to be returned.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\r\n/// \r\n/// \r\n/// Returns the pointer value.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified generic vertex attribute pointer.\n/// \n/// \n/// Specifies the generic vertex attribute parameter to be returned.\n/// \n/// \n/// Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be\n/// GL_VERTEX_ATTRIB_ARRAY_POINTER.\n/// \n/// \n/// Returns the pointer value.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -48944,7 +48944,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a program object.\r\n/// \r\n/// \r\n/// Specifies a potential program object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a program object.\n/// \n/// \n/// Specifies a potential program object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -48975,7 +48975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determines if a name corresponds to a shader object.\r\n/// \r\n/// \r\n/// Specifies a potential shader object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determines if a name corresponds to a shader object.\n/// \n/// \n/// Specifies a potential shader object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -49006,7 +49006,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Links a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be linked.\r\n/// \r\n", + "Doc": "/// \n/// Links a program object.\n/// \n/// \n/// Specifies the handle of the program object to be linked.\n/// \n", "ExtensionName": "Core" }, { @@ -49084,7 +49084,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Replaces the source code in a shader object.\r\n/// \r\n/// \r\n/// Specifies the handle of the shader object whose source code is to be replaced.\r\n/// \r\n/// \r\n/// Specifies the number of elements in the string and length arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies an array of string lengths.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Replaces the source code in a shader object.\n/// \n/// \n/// Specifies the handle of the shader object whose source code is to be replaced.\n/// \n/// \n/// Specifies the number of elements in the string and length arrays.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies an array of string lengths.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -49154,7 +49154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back function and reference value for stencil testing.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back function and reference value for stencil testing.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL,\n/// GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a mask that is ANDed with both the reference value and the stored stencil value when the\n/// test is done. The initial value is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -49198,7 +49198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the front and/or back writing of individual bits in the stencil planes.\r\n/// \r\n/// \r\n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\r\n/// \r\n", + "Doc": "/// \n/// Control the front and/or back writing of individual bits in the stencil planes.\n/// \n/// \n/// Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are\n/// valid: GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies a bit mask to enable and disable writing of individual bits in the stencil planes.\n/// Initially, the mask is all 1's.\n/// \n", "ExtensionName": "Core" }, { @@ -49268,7 +49268,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set front and/or back stencil test actions.\r\n/// \r\n/// \r\n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\r\n/// \r\n/// \r\n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n/// \r\n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\r\n/// \r\n", + "Doc": "/// \n/// Set front and/or back stencil test actions.\n/// \n/// \n/// Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:\n/// GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK.\n/// \n/// \n/// Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:\n/// GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The\n/// initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts\n/// the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n/// \n/// Specifies the stencil action when both the stencil test and the depth test pass, or when the\n/// stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass\n/// accepts the same symbolic constants as sfail. The initial value is GL_KEEP.\n/// \n", "ExtensionName": "Core" }, { @@ -49312,7 +49312,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49373,7 +49373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -49417,7 +49417,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49478,7 +49478,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -49535,7 +49535,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49596,7 +49596,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -49653,7 +49653,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49714,7 +49714,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -49784,7 +49784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49845,7 +49845,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -49915,7 +49915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -49976,7 +49976,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50059,7 +50059,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50120,7 +50120,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50203,7 +50203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50264,7 +50264,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50338,7 +50338,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50412,7 +50412,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50486,7 +50486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -50517,7 +50517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Installs a program object as part of current rendering state.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\r\n/// \r\n", + "Doc": "/// \n/// Installs a program object as part of current rendering state.\n/// \n/// \n/// Specifies the handle of the program object whose executables are to be used as part of current\n/// rendering state.\n/// \n", "ExtensionName": "Core" }, { @@ -50548,7 +50548,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validates a program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program object to be validated.\r\n/// \r\n", + "Doc": "/// \n/// Validates a program object.\n/// \n/// \n/// Specifies the handle of the program object to be validated.\n/// \n", "ExtensionName": "Core" }, { @@ -50592,7 +50592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50640,7 +50640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50684,7 +50684,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50732,7 +50732,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50776,7 +50776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50824,7 +50824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50881,7 +50881,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -50929,7 +50929,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -50986,7 +50986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51034,7 +51034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51091,7 +51091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51139,7 +51139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51209,7 +51209,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51257,7 +51257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51327,7 +51327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51375,7 +51375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51445,7 +51445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51493,7 +51493,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51541,7 +51541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51624,7 +51624,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51672,7 +51672,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51755,7 +51755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -51803,7 +51803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51851,7 +51851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51899,7 +51899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51947,7 +51947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -51995,7 +51995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52078,7 +52078,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -52126,7 +52126,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52174,7 +52174,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52222,7 +52222,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52305,7 +52305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -52353,7 +52353,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52401,7 +52401,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52449,7 +52449,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52497,7 +52497,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -52601,7 +52601,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define an array of generic vertex attribute data.\r\n/// \r\n/// \r\n/// Specifies the index of the generic vertex attribute to be modified.\r\n/// \r\n/// \r\n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\r\n/// \r\n/// \r\n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\r\n/// \r\n/// \r\n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\r\n/// \r\n/// \r\n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\r\n/// \r\n/// \r\n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define an array of generic vertex attribute data.\n/// \n/// \n/// Specifies the index of the generic vertex attribute to be modified.\n/// \n/// \n/// Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally,\n/// the symbolic constant GL_BGRA is accepted by glVertexAttribPointer. The initial value is 4.\n/// \n/// \n/// Specifies the data type of each component in the array. The symbolic constants GL_BYTE,\n/// GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, and GL_UNSIGNED_INT are accepted by\n/// glVertexAttribPointer and glVertexAttribIPointer. Additionally GL_HALF_FLOAT, GL_FLOAT, GL_DOUBLE,\n/// GL_FIXED, GL_INT_2_10_10_10_REV, GL_UNSIGNED_INT_2_10_10_10_REV and GL_UNSIGNED_INT_10F_11F_11F_REV\n/// are accepted by glVertexAttribPointer. GL_DOUBLE is also accepted by glVertexAttribLPointer and is\n/// the only token accepted by the type parameter for that function. The initial value is GL_FLOAT.\n/// \n/// \n/// For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (GL_TRUE)\n/// or converted directly as fixed-point values (GL_FALSE) when they are accessed.\n/// \n/// \n/// Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic\n/// vertex attributes are understood to be tightly packed in the array. The initial value is 0.\n/// \n/// \n/// Specifies a offset of the first component of the first generic vertex attribute in the array in the\n/// data store of the buffer currently bound to the GL_ARRAY_BUFFER target. The initial value is 0.\n/// This parameter's element count is computed from size, type, and stride.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -52681,7 +52681,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -52755,7 +52755,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -52829,7 +52829,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -52903,7 +52903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -52977,7 +52977,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -53051,7 +53051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" } ], @@ -53101,7 +53101,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n/// \r\n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\r\n/// \r\n/// \r\n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n/// \n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\n/// \n/// \n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\n/// \n", "ExtensionName": "Core" }, { @@ -53132,7 +53132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n/// \r\n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n/// \n/// Specify the output type of the primitives that will be recorded into the buffer objects that are\n/// bound for transform feedback.\n/// \n", "ExtensionName": "Core" }, { @@ -53189,7 +53189,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -53272,7 +53272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -53335,7 +53335,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// To be added.\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// This parameter's element count is computed from name.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53379,7 +53379,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a framebuffer to a framebuffer target.\r\n/// \r\n/// \r\n/// Specifies the framebuffer target of the binding operation.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a framebuffer to a framebuffer target.\n/// \n/// \n/// Specifies the framebuffer target of the binding operation.\n/// \n/// \n/// Specifies the name of the framebuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -53423,7 +53423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a renderbuffer to a renderbuffer target.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of the renderbuffer object to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a renderbuffer to a renderbuffer target.\n/// \n/// \n/// Specifies the renderbuffer target of the binding operation. target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of the renderbuffer object to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -53454,7 +53454,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array to bind.\r\n/// \r\n", + "Doc": "/// \n/// Bind a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array to bind.\n/// \n", "ExtensionName": "Core" }, { @@ -53602,7 +53602,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy a block of pixels from one framebuffer object to another.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\r\n/// \r\n/// \r\n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\r\n/// \r\n/// \r\n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\r\n/// \r\n", + "Doc": "/// \n/// Copy a block of pixels from one framebuffer object to another.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the source rectangle within the read buffer of the read framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// Specify the bounds of the destination rectangle within the write buffer of the write framebuffer.\n/// \n/// \n/// The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are\n/// GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT.\n/// \n/// \n/// Specifies the interpolation to be applied if the image is stretched. Must be GL_NEAREST or\n/// GL_LINEAR.\n/// \n", "ExtensionName": "Core" }, { @@ -53633,7 +53633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check the completeness status of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check the completeness status of a framebuffer.\n/// \n/// \n/// Specify the target to which the framebuffer is bound for glCheckFramebufferStatus, and the target\n/// against which framebuffer completeness of framebuffer is checked for glCheckNamedFramebufferStatus.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -53677,7 +53677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify whether data read via glReadPixels should be clamped.\r\n/// \r\n/// \r\n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\r\n/// \r\n/// \r\n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\r\n/// \r\n", + "Doc": "/// \n/// Specify whether data read via glReadPixels should be clamped.\n/// \n/// \n/// Target for color clamping. target must be GL_CLAMP_READ_COLOR.\n/// \n/// \n/// Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE.\n/// \n", "ExtensionName": "Core" }, { @@ -53747,7 +53747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// The value to clear the depth buffer to.\r\n/// \r\n/// \r\n/// The value to clear the stencil buffer to.\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// The value to clear the depth buffer to.\n/// \n/// \n/// The value to clear the stencil buffer to.\n/// \n", "ExtensionName": "Core" }, { @@ -53810,7 +53810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53873,7 +53873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -53936,7 +53936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Clear individual buffers of a framebuffer.\r\n/// \r\n/// \r\n/// Specify the buffer to clear.\r\n/// \r\n/// \r\n/// Specify a particular draw buffer to clear.\r\n/// \r\n/// \r\n/// A pointer to the value or values to clear the buffer to.\r\n/// This parameter's element count is computed from buffer.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Clear individual buffers of a framebuffer.\n/// \n/// \n/// Specify the buffer to clear.\n/// \n/// \n/// Specify a particular draw buffer to clear.\n/// \n/// \n/// A pointer to the value or values to clear the buffer to.\n/// This parameter's element count is computed from buffer.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54019,7 +54019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable and disable writing of frame buffer color components.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable and disable writing of frame buffer color components.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54067,7 +54067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete framebuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n framebuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete framebuffer objects.\n/// \n/// \n/// Specifies the number of framebuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n framebuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54115,7 +54115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete renderbuffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer objects to be deleted.\r\n/// \r\n/// \r\n/// A pointer to an array containing n renderbuffer objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete renderbuffer objects.\n/// \n/// \n/// Specifies the number of renderbuffer objects to be deleted.\n/// \n/// \n/// A pointer to an array containing n renderbuffer objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54163,7 +54163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete vertex array objects.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array objects to be deleted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the n names of the objects to be deleted.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete vertex array objects.\n/// \n/// \n/// Specifies the number of vertex array objects to be deleted.\n/// \n/// \n/// Specifies the address of an array containing the n names of the objects to be deleted.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54207,7 +54207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54251,7 +54251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable server-side GL capabilities.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable server-side GL capabilities.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54268,7 +54268,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n", "ExtensionName": "Core" }, { @@ -54285,7 +54285,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start transform feedback operation.\r\n/// \r\n", + "Doc": "/// \n/// Start transform feedback operation.\n/// \n", "ExtensionName": "Core" }, { @@ -54342,7 +54342,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Indicate modifications to a range of a mapped buffer.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the start of the buffer subrange, in basic machine units.\r\n/// \r\n/// \r\n/// Specifies the length of the buffer subrange, in basic machine units.\r\n/// \r\n", + "Doc": "/// \n/// Indicate modifications to a range of a mapped buffer.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glFlushMappedBufferRange, which must\n/// be one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the start of the buffer subrange, in basic machine units.\n/// \n/// \n/// Specifies the length of the buffer subrange, in basic machine units.\n/// \n", "ExtensionName": "Core" }, { @@ -54412,7 +54412,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a renderbuffer as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferRenderbuffer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the renderbuffer target. Must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -54495,7 +54495,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54578,7 +54578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54674,7 +54674,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -54757,7 +54757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -54788,7 +54788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate mipmaps for a specified texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\r\n/// \r\n", + "Doc": "/// \n/// Generate mipmaps for a specified texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glGenerateMipmap. Must be one of\n/// GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY,\n/// GL_TEXTURE_CUBE_MAP, or GL_TEXTURE_CUBE_MAP_ARRAY.\n/// \n", "ExtensionName": "Core" }, { @@ -54836,7 +54836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate framebuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of framebuffer object names to generate.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate framebuffer object names.\n/// \n/// \n/// Specifies the number of framebuffer object names to generate.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54884,7 +54884,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate renderbuffer object names.\r\n/// \r\n/// \r\n/// Specifies the number of renderbuffer object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated renderbuffer object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate renderbuffer object names.\n/// \n/// \n/// Specifies the number of renderbuffer object names to generate.\n/// \n/// \n/// Specifies an array in which the generated renderbuffer object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54932,7 +54932,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate vertex array object names.\r\n/// \r\n/// \r\n/// Specifies the number of vertex array object names to generate.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated vertex array object names are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate vertex array object names.\n/// \n/// \n/// Specifies the number of vertex array object names to generate.\n/// \n/// \n/// Specifies an array in which the generated vertex array object names are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -54995,7 +54995,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -55045,7 +55045,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color numbers to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to query\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color numbers to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to query\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55121,7 +55121,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about attachments of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\r\n/// \r\n/// \r\n/// Specifies the attachment of the framebuffer object to query.\r\n/// \r\n/// \r\n/// Specifies the parameter of attachment to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about attachments of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for\n/// glGetFramebufferAttachmentParameteriv.\n/// \n/// \n/// Specifies the attachment of the framebuffer object to query.\n/// \n/// \n/// Specifies the parameter of attachment to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55184,7 +55184,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -55247,7 +55247,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the renderbuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a renderbuffer object.\n/// \n/// \n/// Specifies the target to which the renderbuffer object is bound for glGetRenderbufferParameteriv.\n/// target must be GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the parameter of the renderbuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55291,7 +55291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a string describing the current GL connection.\r\n/// \r\n/// \r\n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\r\n/// \r\n/// \r\n/// For glGetStringi, specifies the index of the string to return.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Return a string describing the current GL connection.\n/// \n/// \n/// Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or\n/// GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token.\n/// \n/// \n/// For glGetStringi, specifies the index of the string to return.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55354,7 +55354,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -55417,7 +55417,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -55542,7 +55542,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about varying variables selected for transform feedback.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The index of the varying variable whose information to retrieve.\r\n/// \r\n/// \r\n/// The maximum number of characters, including the null terminator, that may be written into name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will receive the size of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a variable that will recieve the type of the varying.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the name of the varying.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about varying variables selected for transform feedback.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The index of the varying variable whose information to retrieve.\n/// \n/// \n/// The maximum number of characters, including the null terminator, that may be written into name.\n/// \n/// \n/// The address of a variable which will receive the number of characters written into name, excluding\n/// the null-terminator. If length is NULL no length is returned.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will receive the size of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a variable that will recieve the type of the varying.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a buffer into which will be written the name of the varying.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55606,7 +55606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -55667,7 +55667,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -55728,7 +55728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -55772,7 +55772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Test whether a capability is enabled.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the index of the capability.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Test whether a capability is enabled.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the index of the capability.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55803,7 +55803,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a framebuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a framebuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a framebuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55834,7 +55834,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a renderbuffer object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a renderbuffer object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a renderbuffer object.\n/// \n/// \n/// Specifies a value that may be the name of a renderbuffer object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55865,7 +55865,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a vertex array object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a vertex array object.\n/// \n/// \n/// Specifies a value that may be the name of a vertex array object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -55935,7 +55935,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Map all or part of a buffer object's data store into the client's address space.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the starting offset within the buffer of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies the length of the range to be mapped.\r\n/// \r\n/// \r\n/// Specifies a combination of access flags indicating the desired access to the mapped range.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Map all or part of a buffer object's data store into the client's address space.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glMapBufferRange, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the starting offset within the buffer of the range to be mapped.\n/// \n/// \n/// Specifies the length of the range to be mapped.\n/// \n/// \n/// Specifies a combination of access flags indicating the desired access to the mapped range.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -56005,7 +56005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format and dimensions of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format and dimensions of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorage function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -56088,7 +56088,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\r\n/// \r\n/// \r\n/// Specifies the number of samples to be used for the renderbuffer object's storage.\r\n/// \r\n/// \r\n/// Specifies the internal format to use for the renderbuffer object's image.\r\n/// \r\n/// \r\n/// Specifies the width of the renderbuffer, in pixels.\r\n/// \r\n/// \r\n/// Specifies the height of the renderbuffer, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Establish data storage, format, dimensions and sample count of a renderbuffer object's image.\n/// \n/// \n/// Specifies a binding target of the allocation for glRenderbufferStorageMultisample function. Must be\n/// GL_RENDERBUFFER.\n/// \n/// \n/// Specifies the number of samples to be used for the renderbuffer object's storage.\n/// \n/// \n/// Specifies the internal format to use for the renderbuffer object's image.\n/// \n/// \n/// Specifies the width of the renderbuffer, in pixels.\n/// \n/// \n/// Specifies the height of the renderbuffer, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -56151,7 +56151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -56214,7 +56214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -56288,7 +56288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify values to record in transform feedback buffers.\r\n/// \r\n/// \r\n/// The name of the target program object.\r\n/// \r\n/// \r\n/// The number of varying variables used for transform feedback.\r\n/// \r\n/// \r\n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\r\n/// \r\n", + "Doc": "/// \n/// Specify values to record in transform feedback buffers.\n/// \n/// \n/// The name of the target program object.\n/// \n/// \n/// The number of varying variables used for transform feedback.\n/// \n/// \n/// An array of count zero-terminated strings specifying the names of the varying variables to use for\n/// transform feedback.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Identifies the mode used to capture the varying variables when transform feedback is active.\n/// bufferMode must be GL_INTERLEAVED_ATTRIBS or GL_SEPARATE_ATTRIBS.\n/// \n", "ExtensionName": "Core" }, { @@ -56332,7 +56332,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56393,7 +56393,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -56450,7 +56450,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56511,7 +56511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -56581,7 +56581,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56642,7 +56642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -56725,7 +56725,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56786,7 +56786,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -56830,7 +56830,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56878,7 +56878,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -56922,7 +56922,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -56970,7 +56970,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57027,7 +57027,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57075,7 +57075,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57132,7 +57132,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57180,7 +57180,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57250,7 +57250,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57298,7 +57298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57368,7 +57368,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57416,7 +57416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57464,7 +57464,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57547,7 +57547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57595,7 +57595,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57643,7 +57643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57691,7 +57691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57774,7 +57774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -57822,7 +57822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57870,7 +57870,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -57961,7 +57961,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "Core" } ], @@ -58024,7 +58024,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -58107,7 +58107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to an indexed buffer target.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// Specify the index of the binding point within the array specified by target.\r\n/// \r\n/// \r\n/// The name of a buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object buffer.\r\n/// \r\n/// \r\n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to an indexed buffer target.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER, or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// Specify the index of the binding point within the array specified by target.\n/// \n/// \n/// The name of a buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object buffer.\n/// \n/// \n/// The amount of data in machine units that can be read from the buffer object while used as an\n/// indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -58190,7 +58190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\r\n/// \r\n/// \r\n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\r\n/// \r\n/// \r\n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\r\n/// \r\n/// \r\n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\r\n/// \r\n", + "Doc": "/// \n/// Copy all or part of the data store of a buffer object to the data store of another buffer object.\n/// \n/// \n/// Specifies the target to which the source buffer object is bound for glCopyBufferSubData\n/// \n/// \n/// Specifies the target to which the destination buffer object is bound for glCopyBufferSubData.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the source buffer object at\n/// which data will be read.\n/// \n/// \n/// Specifies the offset, in basic machine units, within the data store of the destination buffer\n/// object at which data will be written.\n/// \n/// \n/// Specifies the size, in basic machine units, of the data to be copied from the source buffer object\n/// to the destination buffer object.\n/// \n", "ExtensionName": "Core" }, { @@ -58260,7 +58260,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58350,7 +58350,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -58428,7 +58428,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query information about an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query information about an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the name of the parameter to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program, uniformBlockIndex, and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58519,7 +58519,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the name of an active uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the index of the uniform block within program.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer addressed by uniformBlockName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the name of an active uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the index of the uniform block within program.\n/// \n/// \n/// Specifies the size of the buffer addressed by uniformBlockName.\n/// \n/// \n/// Specifies the address of a variable to receive the number of characters that were written to\n/// uniformBlockName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array of characters to receive the name of the uniform block at\n/// uniformBlockIndex.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58610,7 +58610,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active uniform.\r\n/// \r\n/// \r\n/// Specifies the program containing the active uniform index uniformIndex.\r\n/// \r\n/// \r\n/// Specifies the index of the active uniform whose name to query.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\r\n/// \r\n/// \r\n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active uniform.\n/// \n/// \n/// Specifies the program containing the active uniform index uniformIndex.\n/// \n/// \n/// Specifies the index of the active uniform whose name to query.\n/// \n/// \n/// Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in\n/// uniformName.\n/// \n/// \n/// Specifies the address of a variable that will receive the number of characters that were or would\n/// have been written to the buffer addressed by uniformName.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer into which the GL will place the name of the active uniform at\n/// uniformIndex within program.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58704,7 +58704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns information about several active uniform variables for the specified program object.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\r\n/// \r\n/// \r\n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\r\n/// This parameter's element count is taken from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from uniformCount and pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns information about several active uniform variables for the specified program object.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies both the number of elements in the array of indices uniformIndices and the number of\n/// parameters written to params upon successful return.\n/// \n/// \n/// Specifies the address of an array of uniformCount integers containing the indices of uniforms within\n/// program whose parameter pname should be queried.\n/// This parameter's element count is taken from uniformCount.\n///\n/// \n/// \n/// Specifies the property of each uniform in uniformIndices that should be written into the\n/// corresponding element of params.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from uniformCount and pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58767,7 +58767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -58815,7 +58815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing the uniform block.\r\n/// \r\n/// \r\n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\r\n/// This parameter contains 0 elements.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing the uniform block.\n/// \n/// \n/// Specifies the address an array of characters to containing the name of the uniform block whose\n/// index to retrieve.\n/// This parameter contains 0 elements.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -58897,7 +58897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a named uniform block.\r\n/// \r\n/// \r\n/// Specifies the name of a program containing uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the number of uniforms whose indices to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array that will receive the indices of the uniforms.\r\n/// This parameter's element count is computed from uniformCount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the index of a named uniform block.\n/// \n/// \n/// Specifies the name of a program containing uniforms whose indices to query.\n/// \n/// \n/// Specifies the number of uniforms whose indices to query.\n/// \n/// \n/// Specifies the address of an array of pointers to buffers containing the names of the queried\n/// uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n/// \n/// Specifies the address of an array that will receive the indices of the uniforms.\n/// This parameter's element count is computed from uniformCount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -58928,7 +58928,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the primitive restart index.\r\n/// \r\n/// \r\n/// Specifies the value to be interpreted as the primitive restart index.\r\n/// \r\n", + "Doc": "/// \n/// Specify the primitive restart index.\n/// \n/// \n/// Specifies the value to be interpreted as the primitive restart index.\n/// \n", "ExtensionName": "Core" }, { @@ -58985,7 +58985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n", + "Doc": "/// \n/// Attach a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n", "ExtensionName": "Core" }, { @@ -59042,7 +59042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Assign a binding point to an active uniform block.\r\n/// \r\n/// \r\n/// The name of a program object containing the active uniform block whose binding to assign.\r\n/// \r\n/// \r\n/// The index of the active uniform block within program whose binding to assign.\r\n/// \r\n/// \r\n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\r\n/// \r\n", + "Doc": "/// \n/// Assign a binding point to an active uniform block.\n/// \n/// \n/// The name of a program object containing the active uniform block whose binding to assign.\n/// \n/// \n/// The index of the active uniform block within program whose binding to assign.\n/// \n/// \n/// Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within\n/// program.\n/// \n", "ExtensionName": "Core" } ], @@ -59105,7 +59105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Block and wait for a sync object to become signaled.\r\n/// \r\n/// \r\n/// The sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\r\n/// \r\n/// \r\n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Block and wait for a sync object to become signaled.\n/// \n/// \n/// The sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be GL_SYNC_FLUSH_COMMANDS_BIT.\n/// \n/// \n/// The timeout, specified in nanoseconds, for which the implementation should wait for sync to become\n/// signaled.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -59136,7 +59136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete a sync object.\r\n/// \r\n/// \r\n/// The sync object to be deleted.\r\n/// \r\n", + "Doc": "/// \n/// Delete a sync object.\n/// \n/// \n/// The sync object to be deleted.\n/// \n", "ExtensionName": "Core" }, { @@ -59226,7 +59226,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -59329,7 +59329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -59445,7 +59445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the minimum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the maximum array index contained in indices.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the minimum array index contained in indices.\n/// \n/// \n/// Specifies the maximum array index contained in indices.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n", "ExtensionName": "Core" }, { @@ -59489,7 +59489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a new sync object and insert it into the GL command stream.\r\n/// \r\n/// \r\n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\r\n/// \r\n/// \r\n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a new sync object and insert it into the GL command stream.\n/// \n/// \n/// Specifies the condition that must be met to set the sync object's state to signaled. condition must\n/// be GL_SYNC_GPU_COMMANDS_COMPLETE.\n/// \n/// \n/// Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are\n/// presently defined for this operation and flags must be zero.[1]\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -59559,7 +59559,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -59622,7 +59622,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -59685,7 +59685,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -59735,7 +59735,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -59798,7 +59798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a sample.\r\n/// \r\n/// \r\n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\r\n/// \r\n/// \r\n/// Specifies the index of the sample whose position to query.\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the position of the sample.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the location of a sample.\n/// \n/// \n/// Specifies the sample parameter name. pname must be GL_SAMPLE_POSITION.\n/// \n/// \n/// Specifies the index of the sample whose position to query.\n/// \n/// \n/// Specifies the address of an array to receive the position of the sample.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -59889,7 +59889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the properties of a sync object.\r\n/// \r\n/// \r\n/// Specifies the sync object whose properties to query.\r\n/// \r\n/// \r\n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in values.\r\n/// \r\n/// \r\n/// Specifies the address of an variable to receive the number of integers placed in values.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array to receive the values of the queried parameter.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the properties of a sync object.\n/// \n/// \n/// Specifies the sync object whose properties to query.\n/// \n/// \n/// Specifies the parameter whose value to retrieve from the sync object specified in sync.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in values.\n/// \n/// \n/// Specifies the address of an variable to receive the number of integers placed in values.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array to receive the values of the queried parameter.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -59920,7 +59920,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sync object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a sync object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sync object.\n/// \n/// \n/// Specifies a value that may be the name of a sync object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -60034,7 +60034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Points to an array of the elements counts.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n/// \r\n/// Specifies the size of the count, indices and basevertex arrays.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the base vertices are stored.\r\n/// This parameter's element count is computed from drawcount.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives by specifying indices of array data elements and an index to\n/// apply to each index.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Points to an array of the elements counts.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n/// \n/// Specifies the size of the count, indices and basevertex arrays.\n/// \n/// \n/// Specifies a pointer to the location where the base vertices are stored.\n/// This parameter's element count is computed from drawcount.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -60065,7 +60065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specifiy the vertex to be used as the source of data for flat shaded varyings.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60109,7 +60109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the value of a sub-word of the sample mask.\r\n/// \r\n/// \r\n/// Specifies which 32-bit sub-word of the sample mask to update.\r\n/// \r\n/// \r\n/// Specifies the new value of the mask sub-word.\r\n/// \r\n", + "Doc": "/// \n/// Set the value of a sub-word of the sample mask.\n/// \n/// \n/// Specifies which 32-bit sub-word of the sample mask to update.\n/// \n/// \n/// Specifies the new value of the mask sub-word.\n/// \n", "ExtensionName": "Core" }, { @@ -60205,7 +60205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -60314,7 +60314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\r\n/// \r\n/// \r\n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// The number of samples in the multisample texture's image.\r\n/// \r\n/// \r\n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\r\n/// \r\n/// \r\n/// The width of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// The height of the multisample texture's image, in texels.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Establish the data storage, format, dimensions, and number of samples of a multisample texture's\n/// image.\n/// \n/// \n/// Specifies the target of the operation. target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or\n/// GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// The number of samples in the multisample texture's image.\n/// \n/// \n/// The internal format to be used to store the multisample texture's image. internalformat must\n/// specify a color-renderable, depth-renderable, or stencil-renderable format.\n/// \n/// \n/// The width of the multisample texture's image, in texels.\n/// \n/// \n/// The height of the multisample texture's image, in texels.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -60371,7 +60371,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Instruct the GL server to block until the specified sync object becomes signaled.\r\n/// \r\n/// \r\n/// Specifies the sync object whose status to wait on.\r\n/// \r\n/// \r\n/// A bitfield controlling the command flushing behavior. flags may be zero.\r\n/// \r\n/// \r\n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\r\n/// \r\n", + "Doc": "/// \n/// Instruct the GL server to block until the specified sync object becomes signaled.\n/// \n/// \n/// Specifies the sync object whose status to wait on.\n/// \n/// \n/// A bitfield controlling the command flushing behavior. flags may be zero.\n/// \n/// \n/// Specifies the timeout that the server should wait before continuing. timeout must be\n/// GL_TIMEOUT_IGNORED.\n/// \n", "ExtensionName": "Core" } ], @@ -60447,7 +60447,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a user-defined varying out variable to a fragment shader color number and index.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to modify\r\n/// \r\n/// \r\n/// The color number to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The index of the color input to bind the user-defined varying out variable to\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose binding to modify\r\n/// \r\n", + "Doc": "/// \n/// Bind a user-defined varying out variable to a fragment shader color number and index.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to modify\n/// \n/// \n/// The color number to bind the user-defined varying out variable to\n/// \n/// \n/// The index of the color input to bind the user-defined varying out variable to\n/// \n/// \n/// The name of the user-defined varying out variable whose binding to modify\n/// \n", "ExtensionName": "Core" }, { @@ -60491,7 +60491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a named sampler to a texturing target.\r\n/// \r\n/// \r\n/// Specifies the index of the texture unit to which the sampler is bound.\r\n/// \r\n/// \r\n/// Specifies the name of a sampler.\r\n/// \r\n", + "Doc": "/// \n/// Bind a named sampler to a texturing target.\n/// \n/// \n/// Specifies the index of the texture unit to which the sampler is bound.\n/// \n/// \n/// Specifies the name of a sampler.\n/// \n", "ExtensionName": "Core" }, { @@ -60535,7 +60535,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60583,7 +60583,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60627,7 +60627,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -60675,7 +60675,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -60723,7 +60723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete named sampler objects.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array of sampler objects to be deleted.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete named sampler objects.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array of sampler objects to be deleted.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -60771,7 +60771,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Generate sampler object names.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies an array in which the generated sampler object names are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Generate sampler object names.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies an array in which the generated sampler object names are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -60815,7 +60815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the bindings of color indices to user-defined varying out variables.\r\n/// \r\n/// \r\n/// The name of the program containing varying out variable whose binding to query\r\n/// \r\n/// \r\n/// The name of the user-defined varying out variable whose index to query\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the bindings of color indices to user-defined varying out variables.\n/// \n/// \n/// The name of the program containing varying out variable whose binding to query\n/// \n/// \n/// The name of the user-defined varying out variable whose index to query\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -60878,7 +60878,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -60941,7 +60941,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a query object.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a query object.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n/// \n/// Specifies the symbolic name of a query object parameter. Accepted values are GL_QUERY_RESULT,\n/// GL_QUERY_RESULT_NO_WAIT or GL_QUERY_RESULT_AVAILABLE.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61004,7 +61004,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61067,7 +61067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -61130,7 +61130,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -61193,7 +61193,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return sampler parameter values.\r\n/// \r\n/// \r\n/// Specifies name of the sampler object from which to retrieve parameters.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return sampler parameter values.\n/// \n/// \n/// Specifies name of the sampler object from which to retrieve parameters.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T,\n/// GL_TEXTURE_WRAP_R, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_MODE, and GL_TEXTURE_COMPARE_FUNC are\n/// accepted.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -61224,7 +61224,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a sampler object.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a sampler object.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -61281,7 +61281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61342,7 +61342,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61399,7 +61399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61460,7 +61460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61517,7 +61517,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61578,7 +61578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61635,7 +61635,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61696,7 +61696,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61740,7 +61740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -61788,7 +61788,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -61832,7 +61832,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\r\n/// \r\n/// \r\n/// Specify the name of a query object into which to record the GL time.\r\n/// \r\n/// \r\n/// Specify the counter to query. target must be GL_TIMESTAMP.\r\n/// \r\n", + "Doc": "/// \n/// Record the GL time into a query object after all previous commands have reached the GL server but\n/// have not yet necessarily executed.\n/// \n/// \n/// Specify the name of a query object into which to record the GL time.\n/// \n/// \n/// Specify the counter to query. target must be GL_TIMESTAMP.\n/// \n", "ExtensionName": "Core" }, { @@ -61889,7 +61889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -61952,7 +61952,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62009,7 +62009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// \n", "ExtensionName": "Core" }, { @@ -62072,7 +62072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -62135,7 +62135,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -62198,7 +62198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set sampler parameters.\r\n/// \r\n/// \r\n/// Specifies the sampler object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\r\n/// \r\n/// \r\n/// For the scalar commands, specifies the value of pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set sampler parameters.\n/// \n/// \n/// Specifies the sampler object whose parameter to modify.\n/// \n/// \n/// Specifies the symbolic name of a sampler parameter. pname can be one of the following:\n/// GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE_WRAP_R, GL_TEXTURE_MIN_FILTER,\n/// GL_TEXTURE_MAG_FILTER, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD,\n/// GL_TEXTURE_LOD_BIAS GL_TEXTURE_COMPARE_MODE, or GL_TEXTURE_COMPARE_FUNC.\n/// \n/// \n/// For the scalar commands, specifies the value of pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -62242,7 +62242,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62290,7 +62290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62334,7 +62334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62382,7 +62382,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62426,7 +62426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62474,7 +62474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62518,7 +62518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62566,7 +62566,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62610,7 +62610,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62658,7 +62658,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62702,7 +62702,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "Core" }, { @@ -62772,7 +62772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62846,7 +62846,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -62916,7 +62916,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -62990,7 +62990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63060,7 +63060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63134,7 +63134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63204,7 +63204,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63278,7 +63278,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63322,7 +63322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63370,7 +63370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63414,7 +63414,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63462,7 +63462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -63506,7 +63506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63554,7 +63554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" } ], @@ -63617,7 +63617,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n/// \r\n/// Specifies the name of a query object.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n/// \n/// Specifies the name of a query object.\n/// \n", "ExtensionName": "Core" }, { @@ -63661,7 +63661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\r\n/// \r\n", + "Doc": "/// \n/// Bind a transform feedback object.\n/// \n/// \n/// Specifies the target to which to bind the transform feedback object id. target must be\n/// GL_TRANSFORM_FEEDBACK.\n/// \n/// \n/// Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks.\n/// \n", "ExtensionName": "Core" }, { @@ -63705,7 +63705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -63762,7 +63762,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "Core" }, { @@ -63819,7 +63819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -63902,7 +63902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "Core" }, { @@ -63950,7 +63950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete transform feedback objects.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of transform feedback objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete transform feedback objects.\n/// \n/// \n/// Specifies the number of transform feedback objects to delete.\n/// \n/// \n/// Specifies an array of names of transform feedback objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -63994,7 +63994,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -64051,7 +64051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing the draw parameters.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing the draw parameters.\n/// \n", "ExtensionName": "Core" }, { @@ -64095,7 +64095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -64152,7 +64152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n", + "Doc": "/// \n/// Render primitives using a count derived from a specifed stream of a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n", "ExtensionName": "Core" }, { @@ -64196,7 +64196,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delimit the boundaries of a query object on an indexed target.\r\n/// \r\n/// \r\n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\r\n/// \r\n/// \r\n/// Specifies the index of the query target upon which to begin the query.\r\n/// \r\n", + "Doc": "/// \n/// Delimit the boundaries of a query object on an indexed target.\n/// \n/// \n/// Specifies the target type of query object established between glBeginQueryIndexed and the\n/// subsequent glEndQueryIndexed. The symbolic constant must be one of GL_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED, GL_PRIMITIVES_GENERATED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, or\n/// GL_TIME_ELAPSED.\n/// \n/// \n/// Specifies the index of the query target upon which to begin the query.\n/// \n", "ExtensionName": "Core" }, { @@ -64244,7 +64244,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve transform feedback object names.\r\n/// \r\n/// \r\n/// Specifies the number of transform feedback object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve transform feedback object names.\n/// \n/// \n/// Specifies the number of transform feedback object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64348,7 +64348,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query the subroutine name.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query the subroutine name.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable which is to receive the length of the shader subroutine uniform\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array into which the name of the shader subroutine uniform will be\n/// written.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64437,7 +64437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a into which the queried value or values will be placed.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the parameter of the shader subroutine uniform to query. pname must be\n/// GL_NUM_COMPATIBLE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_UNIFORM_SIZE or GL_UNIFORM_NAME_LENGTH.\n/// \n/// \n/// Specifies the address of a into which the queried value or values will be placed.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64541,7 +64541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an active shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing the subroutine.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the index of the shader subroutine uniform.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given in name.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\r\n/// This parameter's element count is taken from bufsize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an active shader subroutine uniform.\n/// \n/// \n/// Specifies the name of the program containing the subroutine.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the index of the shader subroutine uniform.\n/// \n/// \n/// Specifies the size of the buffer whose address is given in name.\n/// \n/// \n/// Specifies the address of a variable into which is written the number of characters copied into\n/// name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a buffer that will receive the name of the specified shader subroutine\n/// uniform.\n/// This parameter's element count is taken from bufsize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64615,7 +64615,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program object corresponding to a specified shader stage.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which the queried value or values will be placed.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program object corresponding to a specified shader stage.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the parameter of the shader to query. pname must be GL_ACTIVE_SUBROUTINE_UNIFORMS,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINES,\n/// GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, or GL_ACTIVE_SUBROUTINE_MAX_LENGTH.\n/// \n/// \n/// Specifies the address of a variable into which the queried value or values will be placed.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64691,7 +64691,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of an indexed query object target.\r\n/// \r\n/// \r\n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\r\n/// \r\n/// \r\n/// Specifies the index of the query object target.\r\n/// \r\n/// \r\n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of an indexed query object target.\n/// \n/// \n/// Specifies a query object target. Must be GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED,\n/// GL_ANY_SAMPLES_PASSED_CONSERVATIVE GL_PRIMITIVES_GENERATED,\n/// GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TIME_ELAPSED, or GL_TIMESTAMP.\n/// \n/// \n/// Specifies the index of the query object target.\n/// \n/// \n/// Specifies the symbolic name of a query object target parameter. Accepted values are\n/// GL_CURRENT_QUERY or GL_QUERY_COUNTER_BITS.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64748,7 +64748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the index of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -64805,7 +64805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\r\n/// \r\n/// \r\n/// Specifies the name of the program containing shader stage.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the name of the subroutine uniform whose index to query.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve the location of a subroutine uniform of a given shader stage within a program.\n/// \n/// \n/// Specifies the name of the program containing shader stage.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the name of the subroutine uniform whose index to query.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -64869,7 +64869,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64930,7 +64930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the location of the subroutine uniform.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the value of a subroutine uniform of a given shader stage of the current program.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the location of the subroutine uniform.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -64961,7 +64961,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a transform feedback object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a transform feedback object.\n/// \n/// \n/// Specifies a value that may be the name of a transform feedback object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -64992,7 +64992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies minimum rate at which sample shaing takes place.\r\n/// \r\n/// \r\n/// Specifies the rate at which samples are shaded within each covered pixel.\r\n/// \r\n", + "Doc": "/// \n/// Specifies minimum rate at which sample shaing takes place.\n/// \n/// \n/// Specifies the rate at which samples are shaded within each covered pixel.\n/// \n", "ExtensionName": "Core" }, { @@ -65042,7 +65042,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the new values for the parameter given by pname.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the address of an array containing the new values for the parameter given by pname.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -65086,7 +65086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies the parameters for patch primitives.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\r\n/// \r\n/// \r\n/// Specifies the new value for the parameter given by pname.\r\n/// \r\n", + "Doc": "/// \n/// Specifies the parameters for patch primitives.\n/// \n/// \n/// Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES,\n/// GL_PATCH_DEFAULT_OUTER_LEVEL, and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.\n/// \n/// \n/// Specifies the new value for the parameter given by pname.\n/// \n", "ExtensionName": "Core" }, { @@ -65103,7 +65103,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pause transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Pause transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -65120,7 +65120,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Resume transform feedback operations.\r\n/// \r\n", + "Doc": "/// \n/// Resume transform feedback operations.\n/// \n", "ExtensionName": "Core" }, { @@ -65164,7 +65164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65225,7 +65225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65282,7 +65282,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65343,7 +65343,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65413,7 +65413,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65474,7 +65474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65557,7 +65557,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -65618,7 +65618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65692,7 +65692,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65766,7 +65766,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65840,7 +65840,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65914,7 +65914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -65988,7 +65988,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -66062,7 +66062,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -66136,7 +66136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -66210,7 +66210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -66284,7 +66284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -66345,7 +66345,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load active subroutine uniforms.\r\n/// \r\n/// \r\n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\r\n/// \r\n/// \r\n/// Specifies the number of uniform indices stored in indices.\r\n/// \r\n/// \r\n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Load active subroutine uniforms.\n/// \n/// \n/// Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one\n/// of GL_VERTEX_SHADER, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_GEOMETRY_SHADER or\n/// GL_FRAGMENT_SHADER.\n/// \n/// \n/// Specifies the number of uniform indices stored in indices.\n/// \n/// \n/// Specifies the address of an array holding the indices to load into the shader subroutine variables.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -66395,7 +66395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -66426,7 +66426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "Core" }, { @@ -66457,7 +66457,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the clear value for the depth buffer.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the clear value for the depth buffer.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -66518,7 +66518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -66566,7 +66566,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66629,7 +66629,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the number of viewports whose depth range to update.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified set of viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose depth range to update.\n/// \n/// \n/// Specifies the number of viewports whose depth range to update.\n/// \n/// \n/// Specifies the address of an array containing the near and far values for the depth range of each\n/// modified viewport.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66673,7 +66673,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -66730,7 +66730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose depth range to update.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify mapping of depth values from normalized device coordinates to window coordinates for a\n/// specified viewport.\n/// \n/// \n/// Specifies the index of the viewport whose depth range to update.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -66778,7 +66778,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -66841,7 +66841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -66904,7 +66904,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "Core" }, { @@ -66999,7 +66999,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return a binary representation of a program object's compiled and linked executable source.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose binary representation to retrieve.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer whose address is given by binary.\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive the number of bytes written into binary.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address an array into which the GL will return program's binary representation.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return a binary representation of a program object's compiled and linked executable source.\n/// \n/// \n/// Specifies the name of a program object whose binary representation to retrieve.\n/// \n/// \n/// Specifies the size of the buffer whose address is given by binary.\n/// \n/// \n/// Specifies the address of a variable to receive the number of bytes written into binary.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of a variable to receive a token indicating the format of the binary data\n/// returned by the GL.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address an array into which the GL will return program's binary representation.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67077,7 +67077,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67140,7 +67140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67218,7 +67218,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\r\n/// This parameter contains 2 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the range and precision for numeric formats supported by the shader compiler.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of array of two integers into which encodings of the implementation's numeric\n/// range are returned.\n/// This parameter contains 2 elements.\n///\n/// \n/// \n/// Specifies the address of an integer into which the numeric precision of the implementation is\n/// written.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -67281,7 +67281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "Core" }, { @@ -67312,7 +67312,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -67386,7 +67386,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load a program object with a program binary.\r\n/// \r\n/// \r\n/// Specifies the name of a program object into which to load a program binary.\r\n/// \r\n/// \r\n/// Specifies the format of the binary data in binary.\r\n/// \r\n/// \r\n/// Specifies the address an array containing the binary to be loaded into program.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of bytes contained in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load a program object with a program binary.\n/// \n/// \n/// Specifies the name of a program object into which to load a program binary.\n/// \n/// \n/// Specifies the format of the binary data in binary.\n/// \n/// \n/// Specifies the address an array containing the binary to be loaded into program.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the number of bytes contained in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -67443,7 +67443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "Core" }, { @@ -67500,7 +67500,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67574,7 +67574,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -67631,7 +67631,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67705,7 +67705,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -67762,7 +67762,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67836,7 +67836,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -67893,7 +67893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -67967,7 +67967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68037,7 +68037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68111,7 +68111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68181,7 +68181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68255,7 +68255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68325,7 +68325,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68399,7 +68399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68469,7 +68469,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68543,7 +68543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68626,7 +68626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68700,7 +68700,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68783,7 +68783,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -68857,7 +68857,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -68940,7 +68940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69014,7 +69014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69097,7 +69097,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69171,7 +69171,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69267,7 +69267,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69341,7 +69341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69437,7 +69437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69511,7 +69511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69607,7 +69607,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69681,7 +69681,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69777,7 +69777,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -69851,7 +69851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -69938,7 +69938,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70025,7 +70025,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70112,7 +70112,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70199,7 +70199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70286,7 +70286,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70373,7 +70373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70460,7 +70460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70547,7 +70547,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70634,7 +70634,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70721,7 +70721,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70808,7 +70808,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70895,7 +70895,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -70982,7 +70982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71069,7 +71069,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71156,7 +71156,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71243,7 +71243,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71330,7 +71330,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71417,7 +71417,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "Core" }, { @@ -71434,7 +71434,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Release resources consumed by the implementation's shader compiler.\r\n/// \r\n", + "Doc": "/// \n/// Release resources consumed by the implementation's shader compiler.\n/// \n", "ExtensionName": "Core" }, { @@ -71497,7 +71497,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for multiple viewports.\r\n/// \r\n/// \r\n/// Specifies the index of the first viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specifies the number of scissor boxes to modify.\r\n/// \r\n/// \r\n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for multiple viewports.\n/// \n/// \n/// Specifies the index of the first viewport whose scissor box to modify.\n/// \n/// \n/// Specifies the number of scissor boxes to modify.\n/// \n/// \n/// Specifies the address of an array containing the left, bottom, width and height of each scissor\n/// box, in that order.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -71580,7 +71580,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n/// \r\n/// Specify ths dimensions of the scissor box, in pixels.\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify the coordinate of the bottom left corner of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n/// \n/// Specify ths dimensions of the scissor box, in pixels.\n/// \n", "ExtensionName": "Core" }, { @@ -71628,7 +71628,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Define the scissor box for a specific viewport.\r\n/// \r\n/// \r\n/// Specifies the index of the viewport whose scissor box to modify.\r\n/// \r\n/// \r\n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Define the scissor box for a specific viewport.\n/// \n/// \n/// Specifies the index of the viewport whose scissor box to modify.\n/// \n/// \n/// For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and\n/// height of each scissor box, in that order.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -71719,7 +71719,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Load pre-compiled shader binaries.\r\n/// \r\n/// \r\n/// Specifies the number of shader object handles contained in shaders.\r\n/// \r\n/// \r\n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n/// \r\n/// Specifies the length of the array whose address is given in binary.\r\n/// \r\n", + "Doc": "/// \n/// Load pre-compiled shader binaries.\n/// \n/// \n/// Specifies the number of shader object handles contained in shaders.\n/// \n/// \n/// Specifies the address of an array of shader handles into which to load pre-compiled shader\n/// binaries.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the address of an array of bytes containing pre-compiled binary shader code.\n/// This parameter's element count is taken from length.\n///\n/// \n/// \n/// Specifies the length of the array whose address is given in binary.\n/// \n", "ExtensionName": "Core" }, { @@ -71776,7 +71776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "Core" }, { @@ -71807,7 +71807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "Core" }, { @@ -71851,7 +71851,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -71899,7 +71899,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -71956,7 +71956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72004,7 +72004,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -72074,7 +72074,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72122,7 +72122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -72205,7 +72205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72253,7 +72253,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "Core" }, { @@ -72340,7 +72340,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n", "ExtensionName": "Core" }, { @@ -72403,7 +72403,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set multiple viewports.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// Specify the number of viewports to set.\r\n/// \r\n/// \r\n/// Specify the address of an array containing the viewport parameters.\r\n/// This parameter's element count is computed from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set multiple viewports.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// Specify the number of viewports to set.\n/// \n/// \n/// Specify the address of an array containing the viewport parameters.\n/// This parameter's element count is computed from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -72486,7 +72486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The\n/// initial value is (0,0).\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -72534,7 +72534,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a specified viewport.\r\n/// \r\n/// \r\n/// Specify the first viewport to set.\r\n/// \r\n/// \r\n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\r\n/// This parameter contains 4 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Set a specified viewport.\n/// \n/// \n/// Specify the first viewport to set.\n/// \n/// \n/// For glViewportIndexedfv, specifies the address of an array containing the viewport parameters.\n/// This parameter contains 4 elements.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -72649,7 +72649,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a level of a texture to an image unit.\r\n/// \r\n/// \r\n/// Specifies the index of the image unit to which to bind the texture\r\n/// \r\n/// \r\n/// Specifies the name of the texture to bind to the image unit.\r\n/// \r\n/// \r\n/// Specifies the level of the texture that is to be bound.\r\n/// \r\n/// \r\n/// Specifies whether a layered texture binding is to be established.\r\n/// \r\n/// \r\n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\r\n/// \r\n/// \r\n/// Specifies a token indicating the type of access that will be performed on the image.\r\n/// \r\n/// \r\n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\r\n/// \r\n", + "Doc": "/// \n/// Bind a level of a texture to an image unit.\n/// \n/// \n/// Specifies the index of the image unit to which to bind the texture\n/// \n/// \n/// Specifies the name of the texture to bind to the image unit.\n/// \n/// \n/// Specifies the level of the texture that is to be bound.\n/// \n/// \n/// Specifies whether a layered texture binding is to be established.\n/// \n/// \n/// If layered is GL_FALSE, specifies the layer of texture to be bound to the image unit. Ignored\n/// otherwise.\n/// \n/// \n/// Specifies a token indicating the type of access that will be performed on the image.\n/// \n/// \n/// Specifies the format that the elements of the image will be treated as for the purposes of\n/// formatted stores.\n/// \n", "ExtensionName": "Core" }, { @@ -72732,7 +72732,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -72832,7 +72832,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements with offset applied to instanced attributes.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -72945,7 +72945,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of a set of primitives from array data with a per-element offset.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\r\n/// \r\n/// \r\n/// Specifies the base instance for use in fetching instanced vertex attributes.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of a set of primitives from array data with a per-element offset.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies a constant that should be added to each element of indices when chosing elements from the\n/// enabled vertex arrays.\n/// \n/// \n/// Specifies the base instance for use in fetching instanced vertex attributes.\n/// \n", "ExtensionName": "Core" }, { @@ -73002,7 +73002,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a transform feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a transform feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -73072,7 +73072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple instances of primitives using a count derived from a specifed stream of a transform\n/// feedback object.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the name of a transform feedback object from which to retrieve a primitive count.\n/// \n/// \n/// Specifies the index of the transform feedback stream from which to retrieve a primitive count.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -73148,7 +73148,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about the set of active atomic counter buffers for a program.\r\n/// \r\n/// \r\n/// The name of a program object from which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies index of an active atomic counter buffer.\r\n/// \r\n/// \r\n/// Specifies which parameter of the atomic counter buffer to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about the set of active atomic counter buffers for a program.\n/// \n/// \n/// The name of a program object from which to retrieve information.\n/// \n/// \n/// Specifies index of an active atomic counter buffer.\n/// \n/// \n/// Specifies which parameter of the atomic counter buffer to retrieve.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73235,7 +73235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73266,7 +73266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Defines a barrier ordering memory transactions.\r\n/// \r\n/// \r\n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\r\n/// \r\n", + "Doc": "/// \n/// Defines a barrier ordering memory transactions.\n/// \n/// \n/// Specifies the barriers to insert. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_UNIFORM_BARRIER_BIT,\n/// GL_TEXTURE_FETCH_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_COMMAND_BARRIER_BIT,\n/// GL_PIXEL_BUFFER_BARRIER_BIT, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_BUFFER_UPDATE_BARRIER_BIT,\n/// GL_FRAMEBUFFER_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_ATOMIC_COUNTER_BARRIER_BIT, or\n/// GL_SHADER_STORAGE_BARRIER_BIT. For glMemoryBarrier, must be a bitwise combination of any of\n/// GL_ATOMIC_COUNTER_BARRIER_BIT, or GL_FRAMEBUFFER_BARRIER_BIT, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,\n/// GL_SHADER_STORAGE_BARRIER_BIT. GL_TEXTURE_FETCH_BARRIER_BIT, or GL_UNIFORM_BARRIER_BIT. If the\n/// special value GL_ALL_BARRIER_BITS is specified, all supported barriers for the corresponding command\n/// will be inserted.\n/// \n", "ExtensionName": "Core" }, { @@ -73336,7 +73336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a one-dimensional texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a one-dimensional texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage1D. Must be one of\n/// GL_TEXTURE_1D or GL_PROXY_TEXTURE_1D.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -73419,7 +73419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2D. Must be one of\n/// GL_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_2D,\n/// GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, or GL_PROXY_TEXTURE_CUBE_MAP.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n", "ExtensionName": "Core" }, { @@ -73515,7 +73515,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of texture levels.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in texels.\r\n/// \r\n", + "Doc": "/// \n/// Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or\n/// cube-map array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3D. Must be one of\n/// GL_TEXTURE_3D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_CUBE_ARRAY, GL_PROXY_TEXTURE_3D,\n/// GL_PROXY_TEXTURE_2D_ARRAY or GL_PROXY_TEXTURE_CUBE_ARRAY.\n/// \n/// \n/// Specify the number of texture levels.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in texels.\n/// \n", "ExtensionName": "Core" } ], @@ -73591,7 +73591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer to a vertex buffer bind point.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding point to which to bind the buffer.\r\n/// \r\n/// \r\n/// The name of a buffer to bind to the vertex buffer binding point.\r\n/// \r\n/// \r\n/// The offset of the first element of the buffer.\r\n/// \r\n/// \r\n/// The distance between elements within the buffer.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer to a vertex buffer bind point.\n/// \n/// \n/// The index of the vertex buffer binding point to which to bind the buffer.\n/// \n/// \n/// The name of a buffer to bind to the vertex buffer binding point.\n/// \n/// \n/// The offset of the first element of the buffer.\n/// \n/// \n/// The distance between elements within the buffer.\n/// \n", "ExtensionName": "Core" }, { @@ -73681,7 +73681,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill a buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill a buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferData, which must must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -73797,7 +73797,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fill all or part of buffer object's data store with a fixed value.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// The internal format with which the data will be stored in the buffer object.\r\n/// \r\n/// \r\n/// The offset in basic machine units into the buffer object's data store at which to start filling.\r\n/// \r\n/// \r\n/// The size in basic machine units of the range of the data store to fill.\r\n/// \r\n/// \r\n/// The format of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The type of the data in memory addressed by data.\r\n/// \r\n/// \r\n/// The address of a memory location storing the data to be replicated into the buffer's data store.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fill all or part of buffer object's data store with a fixed value.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glClearBufferSubData, which must be\n/// one of the buffer binding targets in the following table: Buffer Binding Target Purpose\n/// GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage\n/// GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// The internal format with which the data will be stored in the buffer object.\n/// \n/// \n/// The offset in basic machine units into the buffer object's data store at which to start filling.\n/// \n/// \n/// The size in basic machine units of the range of the data store to fill.\n/// \n/// \n/// The format of the data in memory addressed by data.\n/// \n/// \n/// The type of the data in memory addressed by data.\n/// \n/// \n/// The address of a memory location storing the data to be replicated into the buffer's data store.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74010,7 +74010,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Perform a raw data copy between two images.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object from which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the source name srcName.\r\n/// \r\n/// \r\n/// The mipmap level to read from the source.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the souce region to copy.\r\n/// \r\n/// \r\n/// The name of a texture or renderbuffer object to which to copy.\r\n/// \r\n/// \r\n/// The target representing the namespace of the destination name dstName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The X coordinate of the left edge of the destination region.\r\n/// \r\n/// \r\n/// The Y coordinate of the top edge of the destination region.\r\n/// \r\n/// \r\n/// The Z coordinate of the near edge of the destination region.\r\n/// \r\n/// \r\n/// The width of the region to be copied.\r\n/// \r\n/// \r\n/// The height of the region to be copied.\r\n/// \r\n/// \r\n/// The depth of the region to be copied.\r\n/// \r\n", + "Doc": "/// \n/// Perform a raw data copy between two images.\n/// \n/// \n/// The name of a texture or renderbuffer object from which to copy.\n/// \n/// \n/// The target representing the namespace of the source name srcName.\n/// \n/// \n/// The mipmap level to read from the source.\n/// \n/// \n/// The X coordinate of the left edge of the souce region to copy.\n/// \n/// \n/// The Y coordinate of the top edge of the souce region to copy.\n/// \n/// \n/// The Z coordinate of the near edge of the souce region to copy.\n/// \n/// \n/// The name of a texture or renderbuffer object to which to copy.\n/// \n/// \n/// The target representing the namespace of the destination name dstName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The X coordinate of the left edge of the destination region.\n/// \n/// \n/// The Y coordinate of the top edge of the destination region.\n/// \n/// \n/// The Z coordinate of the near edge of the destination region.\n/// \n/// \n/// The width of the region to be copied.\n/// \n/// \n/// The height of the region to be copied.\n/// \n/// \n/// The depth of the region to be copied.\n/// \n", "ExtensionName": "Core" }, { @@ -74054,7 +74054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "Core" }, { @@ -74154,7 +74154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "Core" }, { @@ -74257,7 +74257,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from buf and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from buf and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74314,7 +74314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the X dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Y dimension.\r\n/// \r\n/// \r\n/// The number of work groups to be launched in the Z dimension.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups.\n/// \n/// \n/// The number of work groups to be launched in the X dimension.\n/// \n/// \n/// The number of work groups to be launched in the Y dimension.\n/// \n/// \n/// The number of work groups to be launched in the Z dimension.\n/// \n", "ExtensionName": "Core" }, { @@ -74345,7 +74345,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Launch one or more compute work groups using parameters stored in a buffer.\r\n/// \r\n/// \r\n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\r\n/// \r\n", + "Doc": "/// \n/// Launch one or more compute work groups using parameters stored in a buffer.\n/// \n/// \n/// The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target\n/// at which the dispatch parameters are stored.\n/// \n", "ExtensionName": "Core" }, { @@ -74402,7 +74402,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\r\n/// \r\n/// \r\n/// Specifies the framebuffer parameter to be modified.\r\n/// \r\n/// \r\n/// The new value for the parameter named pname.\r\n/// \r\n", + "Doc": "/// \n/// Set a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferParameteri.\n/// \n/// \n/// Specifies the framebuffer parameter to be modified.\n/// \n/// \n/// The new value for the parameter named pname.\n/// \n", "ExtensionName": "Core" }, { @@ -74548,7 +74548,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -74611,7 +74611,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer object is bound for glGetFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74698,7 +74698,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve information about implementation-dependent support for internal formats.\r\n/// \r\n/// \r\n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specifies the internal format about which to retrieve information.\r\n/// \r\n/// \r\n/// Specifies the type of information to query.\r\n/// \r\n/// \r\n/// Specifies the maximum number of basic machine units that may be written to params by the function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve information about implementation-dependent support for internal formats.\n/// \n/// \n/// Indicates the usage of the internal format. target must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY,\n/// GL_TEXTURE_RECTANGLE, GL_TEXTURE_BUFFER, GL_RENDERBUFFER, GL_TEXTURE_2D_MULTISAMPLE or\n/// GL_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specifies the internal format about which to retrieve information.\n/// \n/// \n/// Specifies the type of information to query.\n/// \n/// \n/// Specifies the maximum number of basic machine units that may be written to params by the function.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74789,7 +74789,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74867,7 +74867,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74915,7 +74915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -74991,7 +74991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a property of an interface in a program.\r\n/// \r\n/// \r\n/// The name of a program object whose interface to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program to query.\r\n/// \r\n/// \r\n/// The name of the parameter within programInterface to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a property of an interface in a program.\n/// \n/// \n/// The name of a program object whose interface to query.\n/// \n/// \n/// A token identifying the interface within program to query.\n/// \n/// \n/// The name of the parameter within programInterface to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -75054,7 +75054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the index of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the index of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the index of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the index of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -75188,7 +75188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from propCount.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from propCount.\n///\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -75251,7 +75251,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the location of a named resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the location of a named resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -75314,7 +75314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the fragment color index of a named variable within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// The name of the resource to query the location of.\r\n/// This parameter's element count is computed from name.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Query the fragment color index of a named variable within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// The name of the resource to query the location of.\n/// This parameter's element count is computed from name.\n///\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -75418,7 +75418,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the name of an indexed resource within a program.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the indexed resource.\r\n/// \r\n/// \r\n/// The index of the resource within programInterface of program.\r\n/// \r\n/// \r\n/// The size of the character array whose address is given by name.\r\n/// \r\n/// \r\n/// The address of a variable which will receive the length of the resource name.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a character array into which will be written the name of the resource.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query the name of an indexed resource within a program.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the indexed resource.\n/// \n/// \n/// The index of the resource within programInterface of program.\n/// \n/// \n/// The size of the character array whose address is given by name.\n/// \n/// \n/// The address of a variable which will receive the length of the resource name.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a character array into which will be written the name of the resource.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -75449,7 +75449,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object whose data store to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object whose data store to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -75506,7 +75506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a buffer object's data store.\r\n/// \r\n/// \r\n/// The name of a buffer object, a subrange of whose data store to invalidate.\r\n/// \r\n/// \r\n/// The offset within the buffer's data store of the start of the range to be invalidated.\r\n/// \r\n/// \r\n/// The length of the range within the buffer's data store to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a buffer object's data store.\n/// \n/// \n/// The name of a buffer object, a subrange of whose data store to invalidate.\n/// \n/// \n/// The offset within the buffer's data store of the start of the range to be invalidated.\n/// \n/// \n/// The length of the range within the buffer's data store to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -75567,7 +75567,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -75680,7 +75680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\r\n/// \r\n/// \r\n/// Specifies the number of entries in the attachments array.\r\n/// \r\n/// \r\n/// Specifies a pointer to an array identifying the attachments to be invalidated.\r\n/// This parameter's element count is taken from numAttachments.\r\n///\r\n/// \r\n/// \r\n/// Specifies the X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the width of the region to be invalidated.\r\n/// \r\n/// \r\n/// Specifies the height of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the content of a region of some or all of a framebuffer's attachments.\n/// \n/// \n/// Specifies the target to which the framebuffer object is attached for glInvalidateSubFramebuffer.\n/// \n/// \n/// Specifies the number of entries in the attachments array.\n/// \n/// \n/// Specifies a pointer to an array identifying the attachments to be invalidated.\n/// This parameter's element count is taken from numAttachments.\n///\n/// \n/// \n/// Specifies the X offset of the region to be invalidated.\n/// \n/// \n/// Specifies the Y offset of the region to be invalidated.\n/// \n/// \n/// Specifies the width of the region to be invalidated.\n/// \n/// \n/// Specifies the height of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -75724,7 +75724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate the entirety a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object to invalidate.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate the entirety a texture image.\n/// \n/// \n/// The name of a texture object to invalidate.\n/// \n/// \n/// The level of detail of the texture object to invalidate.\n/// \n", "ExtensionName": "Core" }, { @@ -75846,7 +75846,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Invalidate a region of a texture image.\r\n/// \r\n/// \r\n/// The name of a texture object a subregion of which to invalidate.\r\n/// \r\n/// \r\n/// The level of detail of the texture object within which the region resides.\r\n/// \r\n/// \r\n/// The X offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Y offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The Z offset of the region to be invalidated.\r\n/// \r\n/// \r\n/// The width of the region to be invalidated.\r\n/// \r\n/// \r\n/// The height of the region to be invalidated.\r\n/// \r\n/// \r\n/// The depth of the region to be invalidated.\r\n/// \r\n", + "Doc": "/// \n/// Invalidate a region of a texture image.\n/// \n/// \n/// The name of a texture object a subregion of which to invalidate.\n/// \n/// \n/// The level of detail of the texture object within which the region resides.\n/// \n/// \n/// The X offset of the region to be invalidated.\n/// \n/// \n/// The Y offset of the region to be invalidated.\n/// \n/// \n/// The Z offset of the region to be invalidated.\n/// \n/// \n/// The width of the region to be invalidated.\n/// \n/// \n/// The height of the region to be invalidated.\n/// \n/// \n/// The depth of the region to be invalidated.\n/// \n", "ExtensionName": "Core" }, { @@ -75923,7 +75923,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render multiple sets of primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the address of an array of structures containing the draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the the number of elements in the array of draw parameter structures.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render multiple sets of primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the address of an array of structures containing the draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the the number of elements in the array of draw parameter structures.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -76013,7 +76013,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Render indexed primitives from array data, taking parameters from memory.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\r\n/// \r\n/// \r\n/// Specifies the address of a structure containing an array of draw parameters.\r\n/// This parameter's element count is computed from drawcount and stride.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of elements in the array addressed by indirect.\r\n/// \r\n/// \r\n/// Specifies the distance in basic machine units between elements of the draw parameter array.\r\n/// \r\n", + "Doc": "/// \n/// Render indexed primitives from array data, taking parameters from memory.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the type of data in the buffer bound to the GL_ELEMENT_ARRAY_BUFFER binding.\n/// \n/// \n/// Specifies the address of a structure containing an array of draw parameters.\n/// This parameter's element count is computed from drawcount and stride.\n///\n/// \n/// \n/// Specifies the number of elements in the array addressed by indirect.\n/// \n/// \n/// Specifies the distance in basic machine units between elements of the draw parameter array.\n/// \n", "ExtensionName": "Core" }, { @@ -76090,7 +76090,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -76154,7 +76154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// This parameter's element count is computed from label and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// This parameter's element count is computed from label and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -76171,7 +76171,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "Core" }, { @@ -76248,7 +76248,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// This parameter's element count is computed from message and length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// This parameter's element count is computed from message and length.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -76305,7 +76305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Change an active shader storage block binding.\r\n/// \r\n/// \r\n/// The name of the program containing the block whose binding to change.\r\n/// \r\n/// \r\n/// The index storage block within the program.\r\n/// \r\n/// \r\n/// The index storage block binding to associate with the specified storage block.\r\n/// \r\n", + "Doc": "/// \n/// Change an active shader storage block binding.\n/// \n/// \n/// The name of the program containing the block whose binding to change.\n/// \n/// \n/// The index storage block within the program.\n/// \n/// \n/// The index storage block binding to associate with the specified storage block.\n/// \n", "ExtensionName": "Core" }, { @@ -76388,7 +76388,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a range of a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n/// \r\n/// Specifies the offset of the start of the range of the buffer's data store to attach.\r\n/// \r\n/// \r\n/// Specifies the size of the range of the buffer's data store to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a range of a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexBufferRange. Must be\n/// GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n/// \n/// Specifies the offset of the start of the range of the buffer's data store to attach.\n/// \n/// \n/// Specifies the size of the range of the buffer's data store to attach.\n/// \n", "ExtensionName": "Core" }, { @@ -76484,7 +76484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage2DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE or GL_PROXY_TEXTURE_2D_MULTISAMPLE.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -76593,7 +76593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify storage for a two-dimensional multisample array texture.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\r\n/// \r\n/// \r\n/// Specify the number of samples in the texture.\r\n/// \r\n/// \r\n/// Specifies the sized internal format to be used to store texture image data.\r\n/// \r\n/// \r\n/// Specifies the width of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the height of the texture, in texels.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture, in layers.\r\n/// \r\n/// \r\n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\r\n/// \r\n", + "Doc": "/// \n/// Specify storage for a two-dimensional multisample array texture.\n/// \n/// \n/// Specifies the target to which the texture object is bound for glTexStorage3DMultisample. Must be\n/// one of GL_TEXTURE_2D_MULTISAMPLE_ARRAY or GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.\n/// \n/// \n/// Specify the number of samples in the texture.\n/// \n/// \n/// Specifies the sized internal format to be used to store texture image data.\n/// \n/// \n/// Specifies the width of the texture, in texels.\n/// \n/// \n/// Specifies the height of the texture, in texels.\n/// \n/// \n/// Specifies the depth of the texture, in layers.\n/// \n/// \n/// Specifies whether the image will use identical sample locations and the same number of samples for\n/// all texels in the image, and the sample locations will not depend on the internal format or size of\n/// the image.\n/// \n", "ExtensionName": "Core" }, { @@ -76715,7 +76715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Initialize a texture as a data alias of another texture's data store.\r\n/// \r\n/// \r\n/// Specifies the texture object to be initialized as a view.\r\n/// \r\n/// \r\n/// Specifies the target to be used for the newly initialized texture.\r\n/// \r\n/// \r\n/// Specifies the name of a texture object of which to make a view.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies lowest level of detail of the view.\r\n/// \r\n/// \r\n/// Specifies the number of levels of detail to include in the view.\r\n/// \r\n/// \r\n/// Specifies the index of the first layer to include in the view.\r\n/// \r\n/// \r\n/// Specifies the number of layers to include in the view.\r\n/// \r\n", + "Doc": "/// \n/// Initialize a texture as a data alias of another texture's data store.\n/// \n/// \n/// Specifies the texture object to be initialized as a view.\n/// \n/// \n/// Specifies the target to be used for the newly initialized texture.\n/// \n/// \n/// Specifies the name of a texture object of which to make a view.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies lowest level of detail of the view.\n/// \n/// \n/// Specifies the number of levels of detail to include in the view.\n/// \n/// \n/// Specifies the index of the first layer to include in the view.\n/// \n/// \n/// Specifies the number of layers to include in the view.\n/// \n", "ExtensionName": "Core" }, { @@ -76759,7 +76759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\r\n/// \r\n/// \r\n/// The index of the attribute to associate with a vertex buffer binding.\r\n/// \r\n/// \r\n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\r\n/// \r\n", + "Doc": "/// \n/// Associate a vertex attribute and a vertex buffer binding for a vertex array object.\n/// \n/// \n/// The index of the attribute to associate with a vertex buffer binding.\n/// \n/// \n/// The index of the vertex buffer binding with which to associate the generic vertex attribute.\n/// \n", "ExtensionName": "Core" }, { @@ -76842,7 +76842,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// The generic vertex attribute array being described.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// The generic vertex attribute array being described.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// The offset, measured in basic machine units of the first element relative to the start of the vertex\n/// buffer binding this attribute fetches from.\n/// \n", "ExtensionName": "Core" }, { @@ -76912,7 +76912,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -76982,7 +76982,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -77026,7 +77026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance.\r\n/// \r\n/// \r\n/// The index of the binding whose divisor to modify.\r\n/// \r\n/// \r\n/// The new value for the instance step rate to apply.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance.\n/// \n/// \n/// The index of the binding whose divisor to modify.\n/// \n/// \n/// The new value for the instance step rate to apply.\n/// \n", "ExtensionName": "Core" } ], @@ -77106,7 +77106,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77214,7 +77214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\r\n/// \r\n/// \r\n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specify the number of contiguous binding points to which to bind buffers.\r\n/// \r\n/// \r\n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind ranges of one or more buffer objects to a sequence of indexed buffer targets.\n/// \n/// \n/// Specify the target of the bind operation. target must be one of GL_ATOMIC_COUNTER_BUFFER,\n/// GL_TRANSFORM_FEEDBACK_BUFFER, GL_UNIFORM_BUFFER or GL_SHADER_STORAGE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specify the number of contiguous binding points to which to bind buffers.\n/// \n/// \n/// A pointer to an array of names of buffer objects to bind to the targets on the specified binding\n/// point, or NULL.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77275,7 +77275,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named texture images to a sequence of consecutive image units.\r\n/// \r\n/// \r\n/// Specifies the first image unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named texture images to a sequence of consecutive image units.\n/// \n/// \n/// Specifies the first image unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77336,7 +77336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\r\n/// \r\n/// \r\n/// Specifies the first sampler unit to which a sampler object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of samplers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing sampler objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named sampler objects to a sequence of consecutive sampler units.\n/// \n/// \n/// Specifies the first sampler unit to which a sampler object is to be bound.\n/// \n/// \n/// Specifies the number of samplers to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing sampler objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77397,7 +77397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind one or more named textures to a sequence of consecutive texture units.\r\n/// \r\n/// \r\n/// Specifies the first texture unit to which a texture is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of textures to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of names of existing texture objects.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Bind one or more named textures to a sequence of consecutive texture units.\n/// \n/// \n/// Specifies the first texture unit to which a texture is to be bound.\n/// \n/// \n/// Specifies the number of textures to bind.\n/// \n/// \n/// Specifies the address of an array of names of existing texture objects.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77492,7 +77492,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach multiple buffer objects to a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\r\n/// \r\n/// \r\n/// Specifies the number of buffers to bind.\r\n/// \r\n/// \r\n/// Specifies the address of an array of strides to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of offsets to associate with the binding points.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Attach multiple buffer objects to a vertex array object.\n/// \n/// \n/// Specifies the first vertex buffer binding point to which a buffer object is to be bound.\n/// \n/// \n/// Specifies the number of buffers to bind.\n/// \n/// \n/// Specifies the address of an array of strides to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// Specifies the address of an array of offsets to associate with the binding points.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77566,7 +77566,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Creates and initializes a buffer object's immutable data store.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// Specifies the size in bytes of the buffer object's new data store.\r\n/// \r\n/// \r\n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\r\n/// This parameter's element count is taken from size.\r\n///\r\n/// \r\n/// \r\n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\r\n/// \r\n", + "Doc": "/// \n/// Creates and initializes a buffer object's immutable data store.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glBufferStorage, which must be one of\n/// the buffer binding targets in the following table: Buffer Binding Target Purpose GL_ARRAY_BUFFER\n/// Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter storage GL_COPY_READ_BUFFER Buffer copy\n/// source GL_COPY_WRITE_BUFFER Buffer copy destination GL_DISPATCH_INDIRECT_BUFFER Indirect compute\n/// dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect command arguments GL_ELEMENT_ARRAY_BUFFER Vertex\n/// array indices GL_PIXEL_PACK_BUFFER Pixel read target GL_PIXEL_UNPACK_BUFFER Texture data source\n/// GL_QUERY_BUFFER Query result buffer GL_SHADER_STORAGE_BUFFER Read-write storage for shaders\n/// GL_TEXTURE_BUFFER Texture data buffer GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer\n/// GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// Specifies the size in bytes of the buffer object's new data store.\n/// \n/// \n/// Specifies a pointer to data that will be copied into the data store for initialization, or NULL if\n/// no data is to be copied.\n/// This parameter's element count is taken from size.\n///\n/// \n/// \n/// Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the\n/// following flags. GL_DYNAMIC_STORAGE_BIT, GL_MAP_READ_BIT GL_MAP_WRITE_BIT, GL_MAP_PERSISTENT_BIT,\n/// GL_MAP_COHERENT_BIT, and GL_CLIENT_STORAGE_BIT.\n/// \n", "ExtensionName": "Core" }, { @@ -77656,7 +77656,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -77824,7 +77824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Fills all or part of a texture image with a constant value.\r\n/// \r\n/// \r\n/// The name of an existing texture object containing the image to be cleared.\r\n/// \r\n/// \r\n/// The level of texture containing the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the left edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the lower edge of the region to be cleared.\r\n/// \r\n/// \r\n/// The coordinate of the front of the region to be cleared.\r\n/// \r\n/// \r\n/// The width of the region to be cleared.\r\n/// \r\n/// \r\n/// The height of the region to be cleared.\r\n/// \r\n/// \r\n/// The depth of the region to be cleared.\r\n/// \r\n/// \r\n/// The format of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The type of the data whose address in memory is given by data.\r\n/// \r\n/// \r\n/// The address in memory of the data to be used to clear the specified region.\r\n/// This parameter's element count is computed from format and type.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Fills all or part of a texture image with a constant value.\n/// \n/// \n/// The name of an existing texture object containing the image to be cleared.\n/// \n/// \n/// The level of texture containing the region to be cleared.\n/// \n/// \n/// The coordinate of the left edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the lower edge of the region to be cleared.\n/// \n/// \n/// The coordinate of the front of the region to be cleared.\n/// \n/// \n/// The width of the region to be cleared.\n/// \n/// \n/// The height of the region to be cleared.\n/// \n/// \n/// The depth of the region to be cleared.\n/// \n/// \n/// The format of the data whose address in memory is given by data.\n/// \n/// \n/// The type of the data whose address in memory is given by data.\n/// \n/// \n/// The address in memory of the data to be used to clear the specified region.\n/// This parameter's element count is computed from format and type.\n///\n/// \n", "ExtensionName": "Core" } ], @@ -77874,7 +77874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind an existing texture object to the specified texture unit.\r\n/// \r\n/// \r\n/// Specifies the texture unit, to which the texture object should be bound to.\r\n/// \r\n/// \r\n/// Specifies the name of a texture.\r\n/// \r\n", + "Doc": "/// \n/// Bind an existing texture object to the specified texture unit.\n/// \n/// \n/// Specifies the texture unit, to which the texture object should be bound to.\n/// \n/// \n/// Specifies the name of a texture.\n/// \n", "ExtensionName": "Core" }, { @@ -78048,7 +78048,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78092,7 +78092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -78175,7 +78175,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78284,7 +78284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78367,7 +78367,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78437,7 +78437,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78507,7 +78507,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78577,7 +78577,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78621,7 +78621,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control clip coordinate to window coordinate behavior.\r\n/// \r\n/// \r\n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\r\n/// \r\n/// \r\n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\r\n/// \r\n", + "Doc": "/// \n/// Control clip coordinate to window coordinate behavior.\n/// \n/// \n/// Specifies the clip control origin. Must be one of GL_LOWER_LEFT or GL_UPPER_LEFT.\n/// \n/// \n/// Specifies the clip control depth mode. Must be one of GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE.\n/// \n", "ExtensionName": "Core" }, { @@ -78730,7 +78730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -78865,7 +78865,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79026,7 +79026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79109,7 +79109,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79205,7 +79205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79327,7 +79327,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79462,7 +79462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -79510,7 +79510,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create buffer objects.\r\n/// \r\n/// \r\n/// Specifies the number of buffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new buffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create buffer objects.\n/// \n/// \n/// Specifies the number of buffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new buffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79558,7 +79558,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create framebuffer objects.\r\n/// \r\n/// \r\n/// Number of framebuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new framebuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create framebuffer objects.\n/// \n/// \n/// Number of framebuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new framebuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79606,7 +79606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create program pipeline objects.\r\n/// \r\n/// \r\n/// Number of program pipeline objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new program pipeline objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create program pipeline objects.\n/// \n/// \n/// Number of program pipeline objects to create.\n/// \n/// \n/// Specifies an array in which names of the new program pipeline objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79667,7 +79667,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create query objects.\r\n/// \r\n/// \r\n/// Specifies the target of each created query object.\r\n/// \r\n/// \r\n/// Number of query objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new query objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create query objects.\n/// \n/// \n/// Specifies the target of each created query object.\n/// \n/// \n/// Number of query objects to create.\n/// \n/// \n/// Specifies an array in which names of the new query objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79715,7 +79715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create renderbuffer objects.\r\n/// \r\n/// \r\n/// Number of renderbuffer objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new renderbuffer objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create renderbuffer objects.\n/// \n/// \n/// Number of renderbuffer objects to create.\n/// \n/// \n/// Specifies an array in which names of the new renderbuffer objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79763,7 +79763,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create sampler objects.\r\n/// \r\n/// \r\n/// Number of sampler objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new sampler objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create sampler objects.\n/// \n/// \n/// Number of sampler objects to create.\n/// \n/// \n/// Specifies an array in which names of the new sampler objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79824,7 +79824,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create texture objects.\r\n/// \r\n/// \r\n/// Specifies the effective texture target of each created texture.\r\n/// \r\n/// \r\n/// Number of texture objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new texture objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create texture objects.\n/// \n/// \n/// Specifies the effective texture target of each created texture.\n/// \n/// \n/// Number of texture objects to create.\n/// \n/// \n/// Specifies an array in which names of the new texture objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79872,7 +79872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create transform feedback objects.\r\n/// \r\n/// \r\n/// Number of transform feedback objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new transform feedback objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create transform feedback objects.\n/// \n/// \n/// Number of transform feedback objects to create.\n/// \n/// \n/// Specifies an array in which names of the new transform feedback objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79920,7 +79920,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create vertex array objects.\r\n/// \r\n/// \r\n/// Number of vertex array objects to create.\r\n/// \r\n/// \r\n/// Specifies an array in which names of the new vertex array objects are stored.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Create vertex array objects.\n/// \n/// \n/// Number of vertex array objects to create.\n/// \n/// \n/// Specifies an array in which names of the new vertex array objects are stored.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "Core" }, { @@ -79964,7 +79964,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80008,7 +80008,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80065,7 +80065,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80096,7 +80096,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80166,7 +80166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80314,7 +80314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a compressed texture image from a compressed texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage. Must be a multiple of the compressed block's width,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the height of the texture subimage. Must be a multiple of the compressed block's height,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the depth of the texture subimage. Must be a multiple of the compressed block's depth,\n/// unless the offset is zero and the size equals the texture image size.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -80331,7 +80331,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -80388,7 +80388,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80445,7 +80445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80502,7 +80502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80572,7 +80572,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80642,7 +80642,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80699,7 +80699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80756,7 +80756,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80839,7 +80839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80909,7 +80909,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -80992,7 +80992,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81088,7 +81088,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81158,7 +81158,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81228,7 +81228,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81298,7 +81298,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81394,7 +81394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81451,7 +81451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81508,7 +81508,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81565,7 +81565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81609,7 +81609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81731,7 +81731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81827,7 +81827,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81897,7 +81897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -81967,7 +81967,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82037,7 +82037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82107,7 +82107,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82177,7 +82177,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82273,7 +82273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82343,7 +82343,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82413,7 +82413,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82470,7 +82470,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82527,7 +82527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82584,7 +82584,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82641,7 +82641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -82815,7 +82815,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve a sub-region of a texture image from a texture object.\r\n/// \r\n/// \r\n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\r\n/// \r\n/// \r\n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the x direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the y direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies a texel offset in the z direction within the texture array.\r\n/// \r\n/// \r\n/// Specifies the width of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the height of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the depth of the texture subimage.\r\n/// \r\n/// \r\n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\r\n/// \r\n/// \r\n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\r\n/// \r\n/// \r\n/// Specifies the size of the buffer to receive the retrieved pixel data.\r\n/// \r\n/// \r\n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve a sub-region of a texture image from a texture object.\n/// \n/// \n/// Specifies the name of the source texture object. Must be GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY,\n/// GL_TEXTURE_2D, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_ARRAY or\n/// GL_TEXTURE_RECTANGLE. In specific, buffer and multisample textures are not permitted.\n/// \n/// \n/// Specifies the level-of-detail number. Level 0 is the base image level. Level $n$ is the $n$th mipmap\n/// reduction image.\n/// \n/// \n/// Specifies a texel offset in the x direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the y direction within the texture array.\n/// \n/// \n/// Specifies a texel offset in the z direction within the texture array.\n/// \n/// \n/// Specifies the width of the texture subimage.\n/// \n/// \n/// Specifies the height of the texture subimage.\n/// \n/// \n/// Specifies the depth of the texture subimage.\n/// \n/// \n/// Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG,\n/// GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_DEPTH_COMPONENT and GL_STENCIL_INDEX.\n/// \n/// \n/// Specifies the data type of the pixel data. The following symbolic values are accepted:\n/// GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT,\n/// GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5,\n/// GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV,\n/// GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8,\n/// GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV.\n/// \n/// \n/// Specifies the size of the buffer to receive the retrieved pixel data.\n/// \n/// \n/// Returns the texture subimage. Should be a pointer to an array of the type specified by type.\n/// \n", "ExtensionName": "Core" }, { @@ -82885,7 +82885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// Index of the transform feedback stream (for indexed state).\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// Index of the transform feedback stream (for indexed state).\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -82955,7 +82955,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83012,7 +83012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query the state of a transform feedback object.\r\n/// \r\n/// \r\n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\r\n/// \r\n/// \r\n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\r\n/// \r\n/// \r\n/// The address of a buffer into which will be written the requested state information.\r\n/// \r\n", + "Doc": "/// \n/// Query the state of a transform feedback object.\n/// \n/// \n/// The name of an existing transform feedback object, or zero for the default transform feedback\n/// object.\n/// \n/// \n/// Property to use for the query. Must be one of the values: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,\n/// GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_PAUSED,\n/// GL_TRANSFORM_FEEDBACK_ACTIVE.\n/// \n/// \n/// The address of a buffer into which will be written the requested state information.\n/// \n", "ExtensionName": "Core" }, { @@ -83082,7 +83082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83152,7 +83152,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of an attribute of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\r\n/// \r\n/// \r\n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of an attribute of a vertex array object.\n/// \n/// \n/// Specifies the name of a vertex array object.\n/// \n/// \n/// Specifies the index of the vertex array object attribute. Must be a number between 0 and\n/// (GL_MAX_VERTEX_ATTRIBS - 1).\n/// \n/// \n/// Specifies the property to be used for the query. For glGetVertexArrayIndexediv, it must be one of\n/// the following values: GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE,\n/// GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,\n/// GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, or\n/// GL_VERTEX_ATTRIB_RELATIVE_OFFSET. For glGetVertexArrayIndexed64v, it must be equal to\n/// GL_VERTEX_BINDING_OFFSET.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -83209,7 +83209,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve parameters of a vertex array object.\r\n/// \r\n/// \r\n/// specifies the name of the vertex array object to use for the query.\r\n/// \r\n/// \r\n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\r\n/// \r\n/// \r\n/// Returns the requested value.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve parameters of a vertex array object.\n/// \n/// \n/// specifies the name of the vertex array object to use for the query.\n/// \n/// \n/// Name of the property to use for the query. Must be GL_ELEMENT_ARRAY_BUFFER_BINDING.\n/// \n/// \n/// Returns the requested value.\n/// \n", "ExtensionName": "Core" }, { @@ -83266,7 +83266,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83375,7 +83375,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83419,7 +83419,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -83489,7 +83489,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -83520,7 +83520,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83590,7 +83590,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83664,7 +83664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83740,7 +83740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "Core" }, { @@ -83784,7 +83784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83841,7 +83841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83898,7 +83898,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -83942,7 +83942,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84012,7 +84012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84082,7 +84082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84165,7 +84165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84235,7 +84235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84318,7 +84318,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84440,7 +84440,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84457,7 +84457,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "Core" }, { @@ -84514,7 +84514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84597,7 +84597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84654,7 +84654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84711,7 +84711,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84768,7 +84768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84825,7 +84825,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84882,7 +84882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -84939,7 +84939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85009,7 +85009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85092,7 +85092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85188,7 +85188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85284,7 +85284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85393,7 +85393,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85502,7 +85502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85637,7 +85637,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85798,7 +85798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -85855,7 +85855,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n", + "Doc": "/// \n/// Bind a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n", "ExtensionName": "Core" }, { @@ -85938,7 +85938,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a range within a buffer object to a transform feedback buffer object.\r\n/// \r\n/// \r\n/// Name of the transform feedback buffer object.\r\n/// \r\n/// \r\n/// Index of the binding point within xfb.\r\n/// \r\n/// \r\n/// Name of the buffer object to bind to the specified binding point.\r\n/// \r\n/// \r\n/// The starting offset in basic machine units into the buffer object.\r\n/// \r\n/// \r\n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\r\n/// \r\n", + "Doc": "/// \n/// Bind a range within a buffer object to a transform feedback buffer object.\n/// \n/// \n/// Name of the transform feedback buffer object.\n/// \n/// \n/// Index of the binding point within xfb.\n/// \n/// \n/// Name of the buffer object to bind to the specified binding point.\n/// \n/// \n/// The starting offset in basic machine units into the buffer object.\n/// \n/// \n/// The amount of data in basic machine units that can be read from or written to the buffer object\n/// while used as an indexed target.\n/// \n", "ExtensionName": "Core" }, { @@ -85969,7 +85969,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "Core" }, { @@ -86026,7 +86026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86122,7 +86122,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86205,7 +86205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86288,7 +86288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86345,7 +86345,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86389,7 +86389,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Configures element array buffer binding of a vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the vertex array object.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object to use for the element array buffer binding.\r\n/// \r\n", + "Doc": "/// \n/// Configures element array buffer binding of a vertex array object.\n/// \n/// \n/// Specifies the name of the vertex array object.\n/// \n/// \n/// Specifies the name of the buffer object to use for the element array buffer binding.\n/// \n", "ExtensionName": "Core" }, { @@ -86472,7 +86472,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86568,7 +86568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -86657,7 +86657,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86753,7 +86753,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86810,7 +86810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" }, { @@ -86893,7 +86893,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "Core" } ], @@ -87201,7 +87201,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -87245,7 +87245,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the active program object for a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to set the active program object for.\r\n/// \r\n/// \r\n/// Specifies the program object to set as the active program pipeline object pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Set the active program object for a program pipeline object.\n/// \n/// \n/// Specifies the program pipeline object to set the active program object for.\n/// \n/// \n/// Specifies the program object to set as the active program pipeline object pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -87276,7 +87276,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind a program pipeline to the current context.\r\n/// \r\n/// \r\n/// Specifies the name of the pipeline object to bind to the context.\r\n/// \r\n", + "Doc": "/// \n/// Bind a program pipeline to the current context.\n/// \n/// \n/// Specifies the name of the pipeline object to bind to the context.\n/// \n", "ExtensionName": "EXT" }, { @@ -87320,7 +87320,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -87381,7 +87381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Create a stand-alone program from an array of null-terminated source code strings.\r\n/// \r\n/// \r\n/// Specifies the type of shader to create.\r\n/// \r\n/// \r\n/// Specifies the number of source code strings in the array strings.\r\n/// \r\n/// \r\n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Create a stand-alone program from an array of null-terminated source code strings.\n/// \n/// \n/// Specifies the type of shader to create.\n/// \n/// \n/// Specifies the number of source code strings in the array strings.\n/// \n/// \n/// Specifies the address of an array of pointers to source code strings from which to create the\n/// program object.\n/// This parameter's element count is taken from count.\n///\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -87429,7 +87429,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Delete program pipeline objects.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline objects to delete.\r\n/// \r\n/// \r\n/// Specifies an array of names of program pipeline objects to delete.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Delete program pipeline objects.\n/// \n/// \n/// Specifies the number of program pipeline objects to delete.\n/// \n/// \n/// Specifies an array of names of program pipeline objects to delete.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -87477,7 +87477,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Reserve program pipeline object names.\r\n/// \r\n/// \r\n/// Specifies the number of program pipeline object names to reserve.\r\n/// \r\n/// \r\n/// Specifies an array of into which the reserved names will be written.\r\n/// This parameter's element count is taken from n.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Reserve program pipeline object names.\n/// \n/// \n/// Specifies the number of program pipeline object names to reserve.\n/// \n/// \n/// Specifies an array of into which the reserved names will be written.\n/// This parameter's element count is taken from n.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -87555,7 +87555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the info log string from a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object from which to retrieve the info log.\r\n/// \r\n/// \r\n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\r\n/// \r\n/// \r\n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the info log string from a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object from which to retrieve the info log.\n/// \n/// \n/// Specifies the maximum number of characters, including the null terminator, that may be written into\n/// infoLog.\n/// \n/// \n/// Specifies the address of a variable into which will be written the number of characters written\n/// into infoLog.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// Specifies the address of an array of characters into which will be written the info log for\n/// pipeline.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -87612,7 +87612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve properties of a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object whose parameter retrieve.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to retrieve.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve properties of a program pipeline object.\n/// \n/// \n/// Specifies the name of a program pipeline object whose parameter retrieve.\n/// \n/// \n/// Specifies the name of the parameter to retrieve.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -87643,7 +87643,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Determine if a name corresponds to a program pipeline object.\r\n/// \r\n/// \r\n/// Specifies a value that may be the name of a program pipeline object.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Determine if a name corresponds to a program pipeline object.\n/// \n/// \n/// Specifies a value that may be the name of a program pipeline object.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -87700,7 +87700,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "EXT" }, { @@ -87757,7 +87757,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -87831,7 +87831,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -87888,7 +87888,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -87962,7 +87962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88019,7 +88019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88093,7 +88093,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88163,7 +88163,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88237,7 +88237,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88307,7 +88307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88381,7 +88381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88451,7 +88451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88525,7 +88525,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88608,7 +88608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88682,7 +88682,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88765,7 +88765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88839,7 +88839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -88922,7 +88922,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -88996,7 +88996,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89092,7 +89092,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -89166,7 +89166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89262,7 +89262,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -89336,7 +89336,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89432,7 +89432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -89506,7 +89506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89593,7 +89593,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89680,7 +89680,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89767,7 +89767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89854,7 +89854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -89941,7 +89941,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -90028,7 +90028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -90115,7 +90115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -90202,7 +90202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -90289,7 +90289,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -90346,7 +90346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Bind stages of a program object to a program pipeline.\r\n/// \r\n/// \r\n/// Specifies the program pipeline object to which to bind stages from program.\r\n/// \r\n/// \r\n/// Specifies a set of program stages to bind to the program pipeline object.\r\n/// \r\n/// \r\n/// Specifies the program object containing the shader executables to use in pipeline.\r\n/// \r\n", + "Doc": "/// \n/// Bind stages of a program object to a program pipeline.\n/// \n/// \n/// Specifies the program pipeline object to which to bind stages from program.\n/// \n/// \n/// Specifies a set of program stages to bind to the program pipeline object.\n/// \n/// \n/// Specifies the program object containing the shader executables to use in pipeline.\n/// \n", "ExtensionName": "EXT" }, { @@ -90390,7 +90390,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -90421,7 +90421,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Validate a program pipeline object against current GL state.\r\n/// \r\n/// \r\n/// Specifies the name of a program pipeline object to validate.\r\n/// \r\n", + "Doc": "/// \n/// Validate a program pipeline object against current GL state.\n/// \n/// \n/// Specifies the name of a program pipeline object to validate.\n/// \n", "ExtensionName": "EXT" } ], @@ -90484,7 +90484,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -90528,7 +90528,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -90618,7 +90618,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -90734,7 +90734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -90765,7 +90765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -90891,7 +90891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91030,7 +91030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91182,7 +91182,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91308,7 +91308,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91460,7 +91460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91638,7 +91638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91764,7 +91764,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -91903,7 +91903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -92055,7 +92055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -92181,7 +92181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -92333,7 +92333,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -92511,7 +92511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from imageSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from imageSize.\n/// \n", "ExtensionName": "EXT" }, { @@ -92633,7 +92633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -92768,7 +92768,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -92877,7 +92877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93012,7 +93012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93160,7 +93160,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93282,7 +93282,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93417,7 +93417,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93526,7 +93526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93661,7 +93661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93809,7 +93809,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93853,7 +93853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93897,7 +93897,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93941,7 +93941,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -93985,7 +93985,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94029,7 +94029,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94073,7 +94073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Enable or disable client-side capability.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Enable or disable client-side capability.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94117,7 +94117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94161,7 +94161,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94205,7 +94205,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94249,7 +94249,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94306,7 +94306,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94350,7 +94350,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94411,7 +94411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "EXT" }, { @@ -94455,7 +94455,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94499,7 +94499,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94543,7 +94543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -94606,7 +94606,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -94683,7 +94683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and lod.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and lod.\n/// \n", "ExtensionName": "EXT" }, { @@ -94760,7 +94760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target and lod.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target and lod.\n/// \n", "ExtensionName": "EXT" }, { @@ -94823,7 +94823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -94886,7 +94886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -94949,7 +94949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95012,7 +95012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -95075,7 +95075,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Query a named parameter of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the name of the framebuffer object for glGetNamedFramebufferParameteriv.\r\n/// \r\n/// \r\n/// Specifies the parameter of the framebuffer object to query.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Query a named parameter of a framebuffer object.\n/// \n/// \n/// Specifies the name of the framebuffer object for glGetNamedFramebufferParameteriv.\n/// \n/// \n/// Specifies the parameter of the framebuffer object to query.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -95138,7 +95138,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target.\n/// \n", "ExtensionName": "EXT" }, { @@ -95214,7 +95214,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95290,7 +95290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95366,7 +95366,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95442,7 +95442,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95518,7 +95518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95623,7 +95623,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, level, format, and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -95712,7 +95712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95801,7 +95801,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95877,7 +95877,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -95953,7 +95953,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96029,7 +96029,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96105,7 +96105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96168,7 +96168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96229,7 +96229,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96305,7 +96305,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "EXT" }, { @@ -96381,7 +96381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96444,7 +96444,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96518,7 +96518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96592,7 +96592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96666,7 +96666,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96740,7 +96740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96814,7 +96814,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -96891,7 +96891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -96954,7 +96954,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97015,7 +97015,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -97076,7 +97076,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -97181,7 +97181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from target, level, format, and type.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from target, level, format, and type.\n/// \n", "ExtensionName": "EXT" }, { @@ -97270,7 +97270,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97359,7 +97359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97435,7 +97435,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97511,7 +97511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97587,7 +97587,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97663,7 +97663,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -97733,7 +97733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -97790,7 +97790,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -97860,7 +97860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -97921,7 +97921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -97965,7 +97965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -98009,7 +98009,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -98079,7 +98079,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -98188,7 +98188,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98236,7 +98236,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98284,7 +98284,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98315,7 +98315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98363,7 +98363,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98411,7 +98411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98459,7 +98459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98507,7 +98507,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98555,7 +98555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98603,7 +98603,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -98712,7 +98712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98743,7 +98743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98774,7 +98774,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98857,7 +98857,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -98940,7 +98940,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99010,7 +99010,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99080,7 +99080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99150,7 +99150,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99220,7 +99220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99290,7 +99290,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99381,7 +99381,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size, type, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size, type, and stride.\n/// \n", "ExtensionName": "EXT" }, { @@ -99451,7 +99451,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99527,7 +99527,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -99597,7 +99597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99673,7 +99673,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -99743,7 +99743,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99819,7 +99819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -99889,7 +99889,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -99965,7 +99965,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -100035,7 +100035,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -100111,7 +100111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -100254,7 +100254,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -100411,7 +100411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -100582,7 +100582,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -100652,7 +100652,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -100728,7 +100728,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -100798,7 +100798,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -100874,7 +100874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -100950,7 +100950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -101026,7 +101026,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -101083,7 +101083,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -101213,7 +101213,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -101370,7 +101370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -101554,7 +101554,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -101630,7 +101630,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -101704,7 +101704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from size.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from size.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -101780,7 +101780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from size.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from size.\n/// \n", "ExtensionName": "EXT" }, { @@ -101863,7 +101863,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -101920,7 +101920,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -101990,7 +101990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102073,7 +102073,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102156,7 +102156,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102252,7 +102252,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102322,7 +102322,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102405,7 +102405,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102488,7 +102488,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102597,7 +102597,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102671,7 +102671,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -102780,7 +102780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -102854,7 +102854,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -102963,7 +102963,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103037,7 +103037,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -103146,7 +103146,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103220,7 +103220,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -103307,7 +103307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -103394,7 +103394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -103481,7 +103481,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -103568,7 +103568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from len.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from len.\n/// \n", "ExtensionName": "EXT" }, { @@ -103638,7 +103638,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103734,7 +103734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103817,7 +103817,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103874,7 +103874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -103948,7 +103948,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104005,7 +104005,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104079,7 +104079,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104136,7 +104136,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104210,7 +104210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104267,7 +104267,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104341,7 +104341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104411,7 +104411,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104485,7 +104485,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104555,7 +104555,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104629,7 +104629,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104699,7 +104699,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104773,7 +104773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -104843,7 +104843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -104917,7 +104917,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105000,7 +105000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105074,7 +105074,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105157,7 +105157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105231,7 +105231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105314,7 +105314,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105388,7 +105388,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105471,7 +105471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105545,7 +105545,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105641,7 +105641,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105715,7 +105715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105811,7 +105811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -105885,7 +105885,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -105981,7 +105981,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -106055,7 +106055,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106151,7 +106151,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -106225,7 +106225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106312,7 +106312,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106399,7 +106399,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106486,7 +106486,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106573,7 +106573,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106660,7 +106660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106747,7 +106747,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106834,7 +106834,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -106921,7 +106921,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107008,7 +107008,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107095,7 +107095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107182,7 +107182,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107269,7 +107269,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107356,7 +107356,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107443,7 +107443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107530,7 +107530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107617,7 +107617,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107704,7 +107704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107791,7 +107791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "EXT" }, { @@ -107822,7 +107822,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -107892,7 +107892,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -107988,7 +107988,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -108131,7 +108131,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -108288,7 +108288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -108459,7 +108459,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -108594,7 +108594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -108664,7 +108664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -108740,7 +108740,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -108810,7 +108810,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -108886,7 +108886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -108962,7 +108962,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -109038,7 +109038,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "EXT" }, { @@ -109095,7 +109095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109178,7 +109178,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109274,7 +109274,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109383,7 +109383,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109492,7 +109492,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109614,7 +109614,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -109744,7 +109744,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, and width.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, and width.\n/// \n", "ExtensionName": "EXT" }, { @@ -109901,7 +109901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, and height.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, and height.\n/// \n", "ExtensionName": "EXT" }, { @@ -110085,7 +110085,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from format, type, width, height, and depth.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from format, type, width, height, and depth.\n/// \n", "ExtensionName": "EXT" }, { @@ -110116,7 +110116,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "EXT" }, { @@ -110199,7 +110199,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110295,7 +110295,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110365,7 +110365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110448,7 +110448,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110531,7 +110531,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110640,7 +110640,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110723,7 +110723,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110819,7 +110819,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110915,7 +110915,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -110972,7 +110972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111029,7 +111029,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111125,7 +111125,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111208,7 +111208,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111317,7 +111317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111400,7 +111400,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111509,7 +111509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111631,7 +111631,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111688,7 +111688,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -111784,7 +111784,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -111860,7 +111860,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" }, { @@ -111950,7 +111950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "EXT" } ], @@ -112047,7 +112047,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "EXT" }, { @@ -112117,7 +112117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -112167,7 +112167,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -112184,7 +112184,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -112228,7 +112228,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -112291,7 +112291,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -112341,7 +112341,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -112391,7 +112391,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -112460,7 +112460,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from count.\n/// \n", "ExtensionName": "EXT" } ], @@ -112649,7 +112649,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "CMAAINTEL" } ], @@ -112686,7 +112686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -112730,7 +112730,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -112761,7 +112761,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -112792,7 +112792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -112823,7 +112823,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -112867,7 +112867,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -113028,7 +113028,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -113111,7 +113111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -113155,7 +113155,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" }, { @@ -113264,7 +113264,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "INTEL" } ], @@ -115916,7 +115916,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n/// \r\n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\r\n/// \r\n/// \r\n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n/// \n/// Specifies the name of an occlusion query object whose results are used to determine if the\n/// rendering commands are discarded.\n/// \n/// \n/// Specifies how glBeginConditionalRender interprets the results of the occlusion query.\n/// \n", "ExtensionName": "NV" }, { @@ -115933,7 +115933,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Start conditional rendering.\r\n/// \r\n", + "Doc": "/// \n/// Start conditional rendering.\n/// \n", "ExtensionName": "NV" } ], @@ -115956,7 +115956,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116000,7 +116000,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -116076,7 +116076,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116133,7 +116133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116164,7 +116164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116208,7 +116208,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116271,7 +116271,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from value.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from value.\n/// \n", "ExtensionName": "NV" }, { @@ -116315,7 +116315,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116359,7 +116359,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116416,7 +116416,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116473,7 +116473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116556,7 +116556,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the organization of vertex arrays.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// The number of values per vertex that are stored in the array.\r\n/// \r\n/// \r\n/// The type of the data stored in the array.\r\n/// \r\n/// \r\n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify the organization of vertex arrays.\n/// \n/// \n/// To be added.\n/// \n/// \n/// The number of values per vertex that are stored in the array.\n/// \n/// \n/// The type of the data stored in the array.\n/// \n/// \n/// GL_TRUE if the parameter represents a normalized integer (type must be an integer type). GL_FALSE\n/// otherwise.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116626,7 +116626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116683,7 +116683,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -116720,7 +116720,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116764,7 +116764,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116795,7 +116795,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -116843,7 +116843,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -116891,7 +116891,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -116939,7 +116939,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -116987,7 +116987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -117057,7 +117057,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117140,7 +117140,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117223,7 +117223,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117319,7 +117319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117363,7 +117363,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -117394,7 +117394,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -117425,7 +117425,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -117456,7 +117456,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -117565,7 +117565,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117609,7 +117609,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -117659,7 +117659,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -117709,7 +117709,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -117759,7 +117759,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -117883,7 +117883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -117927,7 +117927,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -118051,7 +118051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -118095,7 +118095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -118139,7 +118139,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -118170,7 +118170,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -118233,7 +118233,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -118296,7 +118296,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -118346,7 +118346,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -118396,7 +118396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -118446,7 +118446,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from path.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from path.\n/// \n", "ExtensionName": "NV" }, { @@ -118503,7 +118503,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -118594,7 +118594,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -118719,7 +118719,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from metricQueryMask, numPaths, and stride.\n/// \n", "ExtensionName": "NV" }, { @@ -118780,7 +118780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -118841,7 +118841,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -118991,7 +118991,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pathListMode and numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pathListMode and numPaths.\n/// \n", "ExtensionName": "NV" }, { @@ -119054,7 +119054,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -119117,7 +119117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -119239,7 +119239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve values for multiple properties of a single active resource within a program object.\r\n/// \r\n/// \r\n/// The name of a program object whose resources to query.\r\n/// \r\n/// \r\n/// A token identifying the interface within program containing the resource named name.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Retrieve values for multiple properties of a single active resource within a program object.\n/// \n/// \n/// The name of a program object whose resources to query.\n/// \n/// \n/// A token identifying the interface within program containing the resource named name.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -119309,7 +119309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -119340,7 +119340,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -119410,7 +119410,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -119467,7 +119467,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -119576,7 +119576,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -119620,7 +119620,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -119664,7 +119664,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -119712,7 +119712,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -119760,7 +119760,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -119791,7 +119791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -119835,7 +119835,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -119883,7 +119883,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -119931,7 +119931,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -119975,7 +119975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -120019,7 +120019,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -120067,7 +120067,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -120115,7 +120115,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -120159,7 +120159,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -120207,7 +120207,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -120255,7 +120255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 16 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 16 elements.\n/// \n", "ExtensionName": "EXT" }, { @@ -120364,7 +120364,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120395,7 +120395,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120426,7 +120426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120509,7 +120509,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120592,7 +120592,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120662,7 +120662,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120732,7 +120732,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120802,7 +120802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120872,7 +120872,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" }, { @@ -120949,7 +120949,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and colorFormat.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and colorFormat.\n/// \n", "ExtensionName": "NV" }, { @@ -121056,7 +121056,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -121133,7 +121133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -121164,7 +121164,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -121225,7 +121225,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dashCount.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dashCount.\n/// \n", "ExtensionName": "NV" }, { @@ -121256,7 +121256,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -121378,7 +121378,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -121474,7 +121474,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -121616,7 +121616,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -121779,7 +121779,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from fontTarget and fontName.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from fontTarget and fontName.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numGlyphs, type, and charcodes.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -121914,7 +121914,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -121971,7 +121971,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -122034,7 +122034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -122091,7 +122091,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -122154,7 +122154,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -122198,7 +122198,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -122255,7 +122255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -122329,7 +122329,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n/// \n", "ExtensionName": "NV" }, { @@ -122462,7 +122462,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCommands.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCommands.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -122552,7 +122552,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numCoords and coordType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numCoords and coordType.\n/// \n", "ExtensionName": "NV" }, { @@ -122629,7 +122629,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from genMode and components.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from genMode and components.\n/// \n", "ExtensionName": "NV" }, { @@ -122767,7 +122767,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -122850,7 +122850,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -122987,7 +122987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -123044,7 +123044,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123181,7 +123181,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from numPaths and transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths, pathNameType, and paths.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from numPaths and transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -123238,7 +123238,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123373,7 +123373,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123443,7 +123443,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123578,7 +123578,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123648,7 +123648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123724,7 +123724,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from transformType.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from transformType.\n/// \n", "ExtensionName": "NV" }, { @@ -123802,7 +123802,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numPaths.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numPaths.\n/// \n", "ExtensionName": "NV" } ], @@ -123839,7 +123839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123887,7 +123887,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "NV" }, { @@ -123931,7 +123931,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -123975,7 +123975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "EXT" } ], @@ -124142,7 +124142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124179,7 +124179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from name.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from name.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -124210,7 +124210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124241,7 +124241,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124272,7 +124272,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -124309,7 +124309,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -124385,7 +124385,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124455,7 +124455,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124472,7 +124472,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -124541,7 +124541,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return parameters of a buffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Return parameters of a buffer object.\n/// \n/// \n/// Specifies the target to which the buffer object is bound for glGetBufferParameteriv and\n/// glGetBufferParameteri64v. Must be one of the buffer binding targets in the following table: Buffer\n/// Binding Target Purpose GL_ARRAY_BUFFER Vertex attributes GL_ATOMIC_COUNTER_BUFFER Atomic counter\n/// storage GL_COPY_READ_BUFFER Buffer copy source GL_COPY_WRITE_BUFFER Buffer copy destination\n/// GL_DISPATCH_INDIRECT_BUFFER Indirect compute dispatch commands GL_DRAW_INDIRECT_BUFFER Indirect\n/// command arguments GL_ELEMENT_ARRAY_BUFFER Vertex array indices GL_PIXEL_PACK_BUFFER Pixel read\n/// target GL_PIXEL_UNPACK_BUFFER Texture data source GL_QUERY_BUFFER Query result buffer\n/// GL_SHADER_STORAGE_BUFFER Read-write storage for shaders GL_TEXTURE_BUFFER Texture data buffer\n/// GL_TRANSFORM_FEEDBACK_BUFFER Transform feedback buffer GL_UNIFORM_BUFFER Uniform block storage\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -124591,7 +124591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from value.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from value.\n/// \n", "ExtensionName": "NV" }, { @@ -124654,7 +124654,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -124718,7 +124718,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -124749,7 +124749,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -124780,7 +124780,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -124811,7 +124811,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124855,7 +124855,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124886,7 +124886,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124930,7 +124930,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -124987,7 +124987,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for a specified program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program containing the uniform variable to be modified.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for a specified program object.\n/// \n/// \n/// Specifies the handle of the program containing the uniform variable to be modified.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// \n", "ExtensionName": "NV" }, { @@ -125061,7 +125061,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for a specified program object.\r\n/// \r\n/// \r\n/// Specifies the handle of the program containing the uniform variable to be modified.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector commands (glProgramUniform*v), specifies the number of elements that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is\n/// an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that\n/// are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices,\n/// and 1 or more if it is an array of matrices.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for a specified program object.\n/// \n/// \n/// Specifies the handle of the program containing the uniform variable to be modified.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector commands (glProgramUniform*v), specifies the number of elements that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is\n/// an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that\n/// are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices,\n/// and 1 or more if it is an array of matrices.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -125105,7 +125105,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for the current program object.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for the current program object.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// \n", "ExtensionName": "NV" }, { @@ -125166,7 +125166,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the value of a uniform variable for the current program object.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be modified.\r\n/// \r\n/// \r\n/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified.\n/// This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array.\n/// For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or\n/// more if it is an array of matrices.\r\n/// \r\n/// \r\n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify the value of a uniform variable for the current program object.\n/// \n/// \n/// Specifies the location of the uniform variable to be modified.\n/// \n/// \n/// For the vector (glUniform*v) commands, specifies the number of elements that are to be modified.\n/// This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array.\n/// For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be\n/// modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or\n/// more if it is an array of matrices.\n/// \n/// \n/// For the vector and matrix commands, specifies a pointer to an array of count values that will be\n/// used to update the specified uniform variable.\n/// This parameter's element count is taken from count.\n///\n/// \n", "ExtensionName": "NV" } ], @@ -125255,7 +125255,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -125286,7 +125286,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -125330,7 +125330,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -125361,7 +125361,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -125392,7 +125392,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "NV" }, { @@ -125423,7 +125423,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125467,7 +125467,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125498,7 +125498,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125529,7 +125529,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125586,7 +125586,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125660,7 +125660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -125704,7 +125704,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -125765,7 +125765,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -125871,7 +125871,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "NV" } ], @@ -125941,7 +125941,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "NV" }, { @@ -125998,7 +125998,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126072,7 +126072,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126129,7 +126129,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126203,7 +126203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126273,7 +126273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126347,7 +126347,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126417,7 +126417,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126491,7 +126491,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126574,7 +126574,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126648,7 +126648,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126731,7 +126731,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126805,7 +126805,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -126901,7 +126901,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -126975,7 +126975,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127071,7 +127071,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127145,7 +127145,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127189,7 +127189,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127250,7 +127250,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127294,7 +127294,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127355,7 +127355,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127412,7 +127412,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127473,7 +127473,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127530,7 +127530,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127591,7 +127591,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127661,7 +127661,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127722,7 +127722,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127792,7 +127792,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127853,7 +127853,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -127936,7 +127936,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -127997,7 +127997,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" }, { @@ -128080,7 +128080,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128141,7 +128141,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "NV" } ], @@ -128210,7 +128210,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -128273,7 +128273,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "NV" }, { @@ -128317,7 +128317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128365,7 +128365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128409,7 +128409,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128457,7 +128457,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128514,7 +128514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128562,7 +128562,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128619,7 +128619,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128667,7 +128667,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 2 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 2 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128737,7 +128737,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128785,7 +128785,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128855,7 +128855,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -128903,7 +128903,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 3 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 3 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -128986,7 +128986,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -129034,7 +129034,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -129117,7 +129117,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -129165,7 +129165,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 4 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 4 elements.\n/// \n", "ExtensionName": "NV" }, { @@ -129235,7 +129235,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129337,7 +129337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -129446,7 +129446,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129535,7 +129535,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" }, { @@ -129631,7 +129631,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129733,7 +129733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129783,7 +129783,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129806,7 +129806,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\r\n/// \r\n", + "Doc": "/// \n/// Controls the ordering of reads and writes to rendered fragments across drawing commands.\n/// \n", "ExtensionName": "NV" } ], @@ -129869,7 +129869,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -129958,7 +129958,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "NV" } ], @@ -130063,7 +130063,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -130111,7 +130111,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -130142,7 +130142,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "AMD" }, { @@ -130190,7 +130190,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from n.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from n.\n/// \n", "ExtensionName": "AMD" }, { @@ -130281,7 +130281,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from dataSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from dataSize.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n", "ExtensionName": "AMD" }, { @@ -130357,7 +130357,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "AMD" }, { @@ -130452,7 +130452,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from counterSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from counterSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -130543,7 +130543,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -130608,7 +130608,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from groupsSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from groupsSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -130686,7 +130686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "AMD" }, { @@ -130773,7 +130773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from numCounters.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from numCounters.\n/// \n", "ExtensionName": "AMD" } ], @@ -131844,7 +131844,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -131894,7 +131894,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// \n", "ExtensionName": "KHR" }, { @@ -131990,7 +131990,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "KHR" }, { @@ -132086,7 +132086,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -132232,7 +132232,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -132319,7 +132319,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "KHR" }, { @@ -132397,7 +132397,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve the label of a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// The name of the sync object whose label to retrieve.\r\n/// \r\n/// \r\n/// The length of the buffer whose address is in label.\r\n/// \r\n/// \r\n/// The address of a variable to receive the length of the object label.\r\n/// This parameter contains 1 elements.\r\n///\r\n/// \r\n/// \r\n/// The address of a string that will receive the object label.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Retrieve the label of a sync object identified by a pointer.\n/// \n/// \n/// The name of the sync object whose label to retrieve.\n/// \n/// \n/// The length of the buffer whose address is in label.\n/// \n/// \n/// The address of a variable to receive the length of the object label.\n/// This parameter contains 1 elements.\n///\n/// \n/// \n/// The address of a string that will receive the object label.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n", "ExtensionName": "KHR" }, { @@ -132441,7 +132441,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Return the address of the specified pointer.\r\n/// \r\n/// \r\n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Return the address of the specified pointer.\n/// \n/// \n/// Specifies the pointer to be returned. Must be one of GL_DEBUG_CALLBACK_FUNCTION or\n/// GL_DEBUG_CALLBACK_USER_PARAM.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -132511,7 +132511,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a named object identified within a namespace.\r\n/// \r\n/// \r\n/// The namespace from which the name of the object is allocated.\r\n/// \r\n/// \r\n/// The name of the object to label.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// \r\n", + "Doc": "/// \n/// Label a named object identified within a namespace.\n/// \n/// \n/// The namespace from which the name of the object is allocated.\n/// \n/// \n/// The name of the object to label.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// \n", "ExtensionName": "KHR" }, { @@ -132568,7 +132568,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Label a a sync object identified by a pointer.\r\n/// \r\n/// \r\n/// A pointer identifying a sync object.\r\n/// \r\n/// \r\n/// The length of the label to be used for the object.\r\n/// \r\n/// \r\n/// The address of a string containing the label to assign to the object.\r\n/// \r\n", + "Doc": "/// \n/// Label a a sync object identified by a pointer.\n/// \n/// \n/// A pointer identifying a sync object.\n/// \n/// \n/// The length of the label to be used for the object.\n/// \n/// \n/// The address of a string containing the label to assign to the object.\n/// \n", "ExtensionName": "KHR" }, { @@ -132585,7 +132585,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Pop the active debug group.\r\n/// \r\n", + "Doc": "/// \n/// Pop the active debug group.\n/// \n", "ExtensionName": "KHR" }, { @@ -132655,7 +132655,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Push a named debug group into the command stream.\r\n/// \r\n/// \r\n/// The source of the debug message.\r\n/// \r\n/// \r\n/// The identifier of the message.\r\n/// \r\n/// \r\n/// The length of the message to be sent to the debug output stream.\r\n/// \r\n/// \r\n/// The a string containing the message to be sent to the debug output stream.\r\n/// \r\n", + "Doc": "/// \n/// Push a named debug group into the command stream.\n/// \n/// \n/// The source of the debug message.\n/// \n/// \n/// The identifier of the message.\n/// \n/// \n/// The length of the message to be sent to the debug output stream.\n/// \n/// \n/// The a string containing the message to be sent to the debug output stream.\n/// \n", "ExtensionName": "KHR" } ], @@ -132678,7 +132678,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "KHR" }, { @@ -132748,7 +132748,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -132818,7 +132818,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -132888,7 +132888,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" }, { @@ -133014,7 +133014,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "KHR" } ], @@ -133051,7 +133051,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "KHR" } ], @@ -139518,7 +139518,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\r\n/// \r\n/// \r\n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\r\n/// \r\n/// \r\n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Specify the equation used for both the RGB blend equation and the Alpha blend equation.\n/// \n/// \n/// for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation.\n/// \n/// \n/// specifies how source and destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT,\n/// GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "ARB" }, { @@ -139575,7 +139575,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Set the RGB blend equation and the alpha blend equation separately.\r\n/// \r\n/// \r\n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\r\n/// \r\n/// \r\n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\r\n/// \r\n/// \r\n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\r\n/// \r\n", + "Doc": "/// \n/// Set the RGB blend equation and the alpha blend equation separately.\n/// \n/// \n/// for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend\n/// equations.\n/// \n/// \n/// specifies the RGB blend equation, how the red, green, and blue components of the source and\n/// destination colors are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT,\n/// GL_MIN, GL_MAX.\n/// \n/// \n/// specifies the alpha blend equation, how the alpha component of the source and destination colors\n/// are combined. It must be GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX.\n/// \n", "ExtensionName": "ARB" }, { @@ -139632,7 +139632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic.\r\n/// \r\n/// \r\n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic.\n/// \n/// \n/// For glBlendFunci, specifies the index of the draw buffer for which to set the blend function.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -139715,7 +139715,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify pixel arithmetic for RGB and alpha components separately.\r\n/// \r\n/// \r\n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\r\n/// \r\n/// \r\n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\r\n/// \r\n/// \r\n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\r\n/// \r\n", + "Doc": "/// \n/// Specify pixel arithmetic for RGB and alpha components separately.\n/// \n/// \n/// For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend\n/// functions.\n/// \n/// \n/// Specifies how the red, green, and blue blending factors are computed. The initial value is GL_ONE.\n/// \n/// \n/// Specifies how the red, green, and blue destination blending factors are computed. The initial value\n/// is GL_ZERO.\n/// \n/// \n/// Specified how the alpha source blending factor is computed. The initial value is GL_ONE.\n/// \n/// \n/// Specified how the alpha destination blending factor is computed. The initial value is GL_ZERO.\n/// \n", "ExtensionName": "ARB" } ], @@ -139791,7 +139791,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -139861,7 +139861,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -139945,7 +139945,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -139993,7 +139993,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n", "ExtensionName": "ARB" }, { @@ -140088,7 +140088,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 1 elements.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter contains 1 elements.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -140168,7 +140168,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from pname.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from pname.\n/// \n", "ExtensionName": "ARB" }, { @@ -140216,7 +140216,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -140307,7 +140307,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from namelen.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from stringlen.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from namelen.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from stringlen.\n/// \n", "ExtensionName": "ARB" } ], @@ -140370,7 +140370,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -140426,7 +140426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a callback to receive debugging messages from the GL.\r\n/// \r\n/// \r\n/// The address of a callback function that will be called when a debug message is generated.\r\n/// \r\n/// \r\n/// A user supplied pointer that will be passed on each invocation of callback.\r\n/// This parameter's element count is computed from callback.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Specify a callback to receive debugging messages from the GL.\n/// \n/// \n/// The address of a callback function that will be called when a debug message is generated.\n/// \n/// \n/// A user supplied pointer that will be passed on each invocation of callback.\n/// This parameter's element count is computed from callback.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -140526,7 +140526,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Control the reporting of debug messages in a debug context.\r\n/// \r\n/// \r\n/// The source of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The type of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The severity of debug messages to enable or disable.\r\n/// \r\n/// \r\n/// The length of the array ids.\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\r\n/// \r\n", + "Doc": "/// \n/// Control the reporting of debug messages in a debug context.\n/// \n/// \n/// The source of debug messages to enable or disable.\n/// \n/// \n/// The type of debug messages to enable or disable.\n/// \n/// \n/// The severity of debug messages to enable or disable.\n/// \n/// \n/// The length of the array ids.\n/// \n/// \n/// The address of an array of unsigned integers contianing the ids of the messages to enable or\n/// disable.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// A Boolean flag determining whether the selected messages should be enabled or disabled.\n/// \n", "ExtensionName": "ARB" }, { @@ -140626,7 +140626,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Inject an application-supplied message into the debug message queue.\r\n/// \r\n/// \r\n/// The source of the debug message to insert.\r\n/// \r\n/// \r\n/// The type of the debug message insert.\r\n/// \r\n/// \r\n/// The user-supplied identifier of the message to insert.\r\n/// \r\n/// \r\n/// The severity of the debug messages to insert.\r\n/// \r\n/// \r\n/// The length string contained in the character array whose address is given by message.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from length.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Inject an application-supplied message into the debug message queue.\n/// \n/// \n/// The source of the debug message to insert.\n/// \n/// \n/// The type of the debug message insert.\n/// \n/// \n/// The user-supplied identifier of the message to insert.\n/// \n/// \n/// The severity of the debug messages to insert.\n/// \n/// \n/// The length string contained in the character array whose address is given by message.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from length.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -140772,7 +140772,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Retrieve messages from the debug message log.\r\n/// \r\n/// \r\n/// The number of debug messages to retrieve from the log.\r\n/// \r\n/// \r\n/// The size of the buffer whose address is given by messageLog.\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the sources of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the types of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the severites of the retrieved messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of variables to receive the lengths of the received messages.\r\n/// This parameter's element count is taken from count.\r\n///\r\n/// \r\n/// \r\n/// The address of an array of characters that will receive the messages.\r\n/// This parameter's element count is taken from bufSize.\r\n///\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Retrieve messages from the debug message log.\n/// \n/// \n/// The number of debug messages to retrieve from the log.\n/// \n/// \n/// The size of the buffer whose address is given by messageLog.\n/// \n/// \n/// The address of an array of variables to receive the sources of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the types of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of unsigned integers to receive the ids of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the severites of the retrieved messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of variables to receive the lengths of the received messages.\n/// This parameter's element count is taken from count.\n///\n/// \n/// \n/// The address of an array of characters that will receive the messages.\n/// This parameter's element count is taken from bufSize.\n///\n/// \n/// See summary.\n", "ExtensionName": "ARB" } ], @@ -140874,7 +140874,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -140950,7 +140950,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a range of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\r\n/// \r\n/// \r\n/// Specifies the starting index in the enabled arrays.\r\n/// \r\n/// \r\n/// Specifies the number of indices to be rendered.\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a range of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES GL_LINES_ADJACENCY,\n/// GL_LINE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TRIANGLE_STRIP_ADJACENCY and GL_PATCHES are\n/// accepted.\n/// \n/// \n/// Specifies the starting index in the enabled arrays.\n/// \n/// \n/// Specifies the number of indices to be rendered.\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ARB" }, { @@ -141040,7 +141040,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Draw multiple instances of a set of elements.\r\n/// \r\n/// \r\n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\r\n/// \r\n/// \r\n/// Specifies the number of elements to be rendered.\r\n/// \r\n/// \r\n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\r\n/// \r\n/// \r\n/// Specifies a pointer to the location where the indices are stored.\r\n/// This parameter's element count is computed from count and type.\r\n///\r\n/// \r\n/// \r\n/// Specifies the number of instances of the specified range of indices to be rendered.\r\n/// \r\n", + "Doc": "/// \n/// Draw multiple instances of a set of elements.\n/// \n/// \n/// Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP,\n/// GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP,\n/// GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES\n/// are accepted.\n/// \n/// \n/// Specifies the number of elements to be rendered.\n/// \n/// \n/// Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or\n/// GL_UNSIGNED_INT.\n/// \n/// \n/// Specifies a pointer to the location where the indices are stored.\n/// This parameter's element count is computed from count and type.\n///\n/// \n/// \n/// Specifies the number of instances of the specified range of indices to be rendered.\n/// \n", "ExtensionName": "ARB" } ], @@ -141063,7 +141063,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -141133,7 +141133,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -141203,7 +141203,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -141279,7 +141279,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a level of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for all commands except\n/// glNamedFramebufferTexture.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n", "ExtensionName": "ARB" }, { @@ -141362,7 +141362,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -141445,7 +141445,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\r\n/// \r\n/// \r\n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\r\n/// \r\n/// \r\n/// Specifies the attachment point of the framebuffer.\r\n/// \r\n/// \r\n/// Specifies the name of an existing texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the mipmap level of the texture object to attach.\r\n/// \r\n/// \r\n/// Specifies the layer of the texture object to attach.\r\n/// \r\n", + "Doc": "/// \n/// Attach a single layer of a texture object as a logical buffer of a framebuffer object.\n/// \n/// \n/// Specifies the target to which the framebuffer is bound for glFramebufferTextureLayer.\n/// \n/// \n/// Specifies the attachment point of the framebuffer.\n/// \n/// \n/// Specifies the name of an existing texture object to attach.\n/// \n/// \n/// Specifies the mipmap level of the texture object to attach.\n/// \n/// \n/// Specifies the layer of the texture object to attach.\n/// \n", "ExtensionName": "ARB" }, { @@ -141502,7 +141502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specify a parameter for a program object.\r\n/// \r\n/// \r\n/// Specifies the name of a program object whose parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the name of the parameter to modify.\r\n/// \r\n/// \r\n/// Specifies the new value of the parameter specified by pname for program.\r\n/// \r\n", + "Doc": "/// \n/// Specify a parameter for a program object.\n/// \n/// \n/// Specifies the name of a program object whose parameter to modify.\n/// \n/// \n/// Specifies the name of the parameter to modify.\n/// \n/// \n/// Specifies the new value of the parameter specified by pname for program.\n/// \n", "ExtensionName": "ARB" } ], @@ -141525,7 +141525,7 @@ "Parameters": [], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Check if the rendering context has not been lost due to software or hardware issues.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// Check if the rendering context has not been lost due to software or hardware issues.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -141612,7 +141612,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -141686,7 +141686,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -141773,7 +141773,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -141873,7 +141873,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -141947,7 +141947,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142021,7 +142021,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142095,7 +142095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142195,7 +142195,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142256,7 +142256,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142317,7 +142317,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142378,7 +142378,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142426,7 +142426,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142560,7 +142560,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from rowBufSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from columnBufSize.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter contains 0 elements.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from rowBufSize.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from columnBufSize.\n/// \n/// \n/// To be added.\n/// This parameter contains 0 elements.\n/// \n", "ExtensionName": "ARB" }, { @@ -142660,7 +142660,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142734,7 +142734,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142808,7 +142808,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142882,7 +142882,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -142956,7 +142956,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" }, { @@ -143082,7 +143082,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from bufSize.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from bufSize.\n/// \n", "ExtensionName": "ARB" } ], @@ -143171,7 +143171,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -143202,7 +143202,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -143246,7 +143246,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -143303,7 +143303,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143334,7 +143334,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -143365,7 +143365,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// See summary.\r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// See summary.\n", "ExtensionName": "ARB" }, { @@ -143396,7 +143396,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143440,7 +143440,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143471,7 +143471,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143502,7 +143502,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143559,7 +143559,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143633,7 +143633,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -143677,7 +143677,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143738,7 +143738,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -143782,7 +143782,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143826,7 +143826,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -143902,7 +143902,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -143972,7 +143972,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144036,7 +144036,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -144100,7 +144100,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Returns the value of a uniform variable.\r\n/// \r\n/// \r\n/// Specifies the program object to be queried.\r\n/// \r\n/// \r\n/// Specifies the location of the uniform variable to be queried.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is computed from program and location.\r\n///\r\n/// \r\n", + "Doc": "/// \n/// Returns the value of a uniform variable.\n/// \n/// \n/// Specifies the program object to be queried.\n/// \n/// \n/// Specifies the location of the uniform variable to be queried.\n/// \n/// \n/// To be added.\n/// This parameter's element count is computed from program and location.\n///\n/// \n", "ExtensionName": "ARB" }, { @@ -144157,7 +144157,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144231,7 +144231,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -144288,7 +144288,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144362,7 +144362,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -144432,7 +144432,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144506,7 +144506,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -144576,7 +144576,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144650,7 +144650,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -144733,7 +144733,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144807,7 +144807,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -144890,7 +144890,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -144964,7 +144964,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145060,7 +145060,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145134,7 +145134,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145230,7 +145230,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145304,7 +145304,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145348,7 +145348,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145409,7 +145409,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145453,7 +145453,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145514,7 +145514,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145571,7 +145571,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145632,7 +145632,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145689,7 +145689,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145750,7 +145750,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145820,7 +145820,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -145881,7 +145881,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -145951,7 +145951,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -146012,7 +146012,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -146095,7 +146095,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -146156,7 +146156,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" }, { @@ -146239,7 +146239,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -146300,7 +146300,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// This parameter's element count is taken from count.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// This parameter's element count is taken from count.\n/// \n", "ExtensionName": "ARB" } ], @@ -146337,7 +146337,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -146374,7 +146374,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Specifies minimum rate at which sample shaing takes place.\r\n/// \r\n/// \r\n/// Specifies the rate at which samples are shaded within each covered pixel.\r\n/// \r\n", + "Doc": "/// \n/// Specifies minimum rate at which sample shaing takes place.\n/// \n/// \n/// Specifies the rate at which samples are shaded within each covered pixel.\n/// \n", "ExtensionName": "ARB" } ], @@ -146463,7 +146463,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" }, { @@ -146559,7 +146559,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -146687,7 +146687,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -146776,7 +146776,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -146839,7 +146839,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Attach a buffer object's data store to a buffer texture object.\r\n/// \r\n/// \r\n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\r\n/// \r\n", + "Doc": "/// \n/// Attach a buffer object's data store to a buffer texture object.\n/// \n/// \n/// Specifies the target to which the texture is bound for glTexBuffer. Must be GL_TEXTURE_BUFFER.\n/// \n/// \n/// To be added.\n/// \n/// \n/// Specifies the name of the buffer object whose storage to attach to the active buffer texture.\n/// \n", "ExtensionName": "ARB" } ], @@ -146980,7 +146980,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "ARB" } ], @@ -147030,7 +147030,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\r\n/// \r\n/// \r\n/// Specify the index of the generic vertex attribute.\r\n/// \r\n/// \r\n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\r\n/// \r\n", + "Doc": "/// \n/// Modify the rate at which generic vertex attributes advance during instanced rendering.\n/// \n/// \n/// Specify the index of the generic vertex attribute.\n/// \n/// \n/// Specify the number of instances that will pass between updates of the generic attribute at slot\n/// index.\n/// \n", "ExtensionName": "ARB" } ], @@ -147179,7 +147179,7 @@ ], "GenericTypeParameters": [], "Attributes": [], - "Doc": "/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n/// \r\n/// To be added.\r\n/// \r\n", + "Doc": "/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n/// \n/// To be added.\n/// \n", "ExtensionName": "OVR" } ], diff --git a/examples/BlankWindow/Program.cs b/examples/BlankWindow/Program.cs index 071bb12d97..7a6a21c25b 100644 --- a/examples/BlankWindow/Program.cs +++ b/examples/BlankWindow/Program.cs @@ -28,8 +28,6 @@ private static void Main() window = Window.Create(options); - window.MakeCurrent(); - window.OnFileDrop += OnFileDrop; window.OnMove += OnMove; window.OnResize += OnResize; diff --git a/examples/Triangle/Game.cs b/examples/Triangle/Game.cs new file mode 100644 index 0000000000..9de1866c42 --- /dev/null +++ b/examples/Triangle/Game.cs @@ -0,0 +1,70 @@ +// This file is part of Silk.NET. +// +// You may modify and distribute Silk.NET under the terms +// of the MIT license. See the LICENSE file for details. + +using System.Drawing; +using Silk.NET.OpenGL; +using Silk.NET.Windowing; +using Silk.NET.Windowing.Common; + +namespace Triangle +{ + public unsafe class Game + { + private IWindow window; + private GL gl; + + private uint vbo; + private uint vao; + + private float[] vertices = { + -0.5f, -0.5f, 0.0f, //Bottom-left vertex + 0.5f, -0.5f, 0.0f, //Bottom-right vertex + 0.0f, 0.5f, 0.0f //Top vertex + }; + + public Game() + { + var options = WindowOptions.Default; + + options.UseSingleThreadedWindow = false; + + window = Window.Create(options); + + window.OnLoad += OnLoad; + window.OnRender += OnRender; + window.OnResize += OnResize; + + gl = GL.GetApi(); + } + + public void Run() + { + window.Run(); + } + + public void OnLoad() + { + gl.ClearColor(1.0f, 0.4f, 0.3f, 1.0f); + + vbo = gl.GenBuffer(1); + gl.BindBuffer((int)GLEnum.ArrayBuffer, vbo); + + //var size = (uint)vertices.Length * sizeof(float); + //gl.BufferData((int)GLEnum.ArrayBuffer, new UIntPtr(size), vertices, (int)GLEnum.StaticDraw); + } + + public void OnRender(double delta) + { + gl.Clear((uint)GLEnum.ColorBufferBit); + + window.SwapBuffers(); + } + + public void OnResize(Size size) + { + gl.Viewport(0, 0, (uint)size.Width, (uint)size.Height); + } + } +} \ No newline at end of file diff --git a/examples/Triangle/Program.cs b/examples/Triangle/Program.cs new file mode 100644 index 0000000000..219f90b254 --- /dev/null +++ b/examples/Triangle/Program.cs @@ -0,0 +1,11 @@ +namespace Triangle +{ + internal class Program + { + private static void Main() + { + var game = new Game(); + game.Run(); + } + } +} \ No newline at end of file diff --git a/examples/Triangle/Triangle.csproj b/examples/Triangle/Triangle.csproj new file mode 100644 index 0000000000..fbd6b96c7d --- /dev/null +++ b/examples/Triangle/Triangle.csproj @@ -0,0 +1,14 @@ + + + + Exe + netcoreapp2.1 + true + + + + + + + + diff --git a/src/Core/BuildTools/Bind/Overloading/PointerParameterOverloader.cs b/src/Core/BuildTools/Bind/Overloading/PointerParameterOverloader.cs index 06c9725135..01fca5b18f 100644 --- a/src/Core/BuildTools/Bind/Overloading/PointerParameterOverloader.cs +++ b/src/Core/BuildTools/Bind/Overloading/PointerParameterOverloader.cs @@ -3,7 +3,6 @@ // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Core/BuildTools/Bind/Overloading/PointerReturnValueOverloader.cs b/src/Core/BuildTools/Bind/Overloading/PointerReturnValueOverloader.cs index f68ae2e30c..c6335a5ccd 100644 --- a/src/Core/BuildTools/Bind/Overloading/PointerReturnValueOverloader.cs +++ b/src/Core/BuildTools/Bind/Overloading/PointerReturnValueOverloader.cs @@ -3,7 +3,6 @@ // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Core/BuildTools/Bind/Overloading/StaticCountOverloader.cs b/src/Core/BuildTools/Bind/Overloading/StaticCountOverloader.cs index ddd7be49b2..2ea3ced60b 100644 --- a/src/Core/BuildTools/Bind/Overloading/StaticCountOverloader.cs +++ b/src/Core/BuildTools/Bind/Overloading/StaticCountOverloader.cs @@ -3,7 +3,6 @@ // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. -using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Core/BuildTools/Bind/ProfileWriter.cs b/src/Core/BuildTools/Bind/ProfileWriter.cs index 7033cdd49d..4f2da024a9 100644 --- a/src/Core/BuildTools/Bind/ProfileWriter.cs +++ b/src/Core/BuildTools/Bind/ProfileWriter.cs @@ -7,12 +7,9 @@ using System.Diagnostics; using System.IO; using System.Linq; -using System.Xml.Linq; using MoreLinq.Extensions; using Silk.NET.BuildTools.Bind.Overloading; using Silk.NET.BuildTools.Common; -using Silk.NET.BuildTools.Common.Functions; -using Silk.NET.BuildTools.Convert.XML; using Enum = Silk.NET.BuildTools.Common.Enums.Enum; namespace Silk.NET.BuildTools.Bind diff --git a/src/Core/BuildTools/Convert/Construction/ProfileConstructorExtensions.cs b/src/Core/BuildTools/Convert/Construction/ProfileConstructorExtensions.cs index 1a7c1147b0..eab9447c31 100644 --- a/src/Core/BuildTools/Convert/Construction/ProfileConstructorExtensions.cs +++ b/src/Core/BuildTools/Convert/Construction/ProfileConstructorExtensions.cs @@ -11,7 +11,6 @@ using System.Linq; using System.Xml.Linq; using JetBrains.Annotations; -using Newtonsoft.Json; using Silk.NET.BuildTools.Common; using Silk.NET.BuildTools.Common.Enums; using Silk.NET.BuildTools.Common.Functions; diff --git a/src/OpenGL/Silk.NET.OpenGL.Legacy/GL.cs b/src/OpenGL/Silk.NET.OpenGL.Legacy/GL.cs index 7135c82054..10cd627466 100644 --- a/src/OpenGL/Silk.NET.OpenGL.Legacy/GL.cs +++ b/src/OpenGL/Silk.NET.OpenGL.Legacy/GL.cs @@ -1,7 +1,6 @@ using System; using System.Drawing; using System.Numerics; -using System.Runtime.InteropServices; using Silk.NET.Core.Loader; using Silk.NET.Core.Native; diff --git a/src/Windowing/Silk.NET.GLFW/Glfw.cs b/src/Windowing/Silk.NET.GLFW/Glfw.cs index 9d4495d032..10783e80fc 100644 --- a/src/Windowing/Silk.NET.GLFW/Glfw.cs +++ b/src/Windowing/Silk.NET.GLFW/Glfw.cs @@ -31,7 +31,7 @@ protected Glfw(string path, ImplementationOptions options) /// /// public static GlfwCallbacks.ErrorCallback ErrorCallback { get; } = (errorCode, description) => - throw new GlfwException(description) {ErrorCode = errorCode}; + throw new GlfwException($"{errorCode}: {description}") {ErrorCode = errorCode}; public override SearchPathContainer SearchPaths { get; } = new GlfwLibraryNameContainer(); diff --git a/src/Windowing/Silk.NET.Windowing.Common/Interfaces/IWindowFunctions.cs b/src/Windowing/Silk.NET.Windowing.Common/Interfaces/IWindowFunctions.cs index 1a11b04860..9208bb6052 100644 --- a/src/Windowing/Silk.NET.Windowing.Common/Interfaces/IWindowFunctions.cs +++ b/src/Windowing/Silk.NET.Windowing.Common/Interfaces/IWindowFunctions.cs @@ -33,11 +33,6 @@ public interface IWindowFunctions /// void SwapBuffers(); - /// - /// Makes this window's rendering API current for the calling thread. - /// - void MakeCurrent(); - /// /// Converts this point to client coordinates. /// diff --git a/src/Windowing/Silk.NET.Windowing.Common/WindowExtensions.cs b/src/Windowing/Silk.NET.Windowing.Common/WindowExtensions.cs new file mode 100644 index 0000000000..3edc006f10 --- /dev/null +++ b/src/Windowing/Silk.NET.Windowing.Common/WindowExtensions.cs @@ -0,0 +1,22 @@ +// This file is part of Silk.NET. +// +// You may modify and distribute Silk.NET under the terms +// of the MIT license. See the LICENSE file for details. + +using System; + +namespace Silk.NET.Windowing.Common +{ + public static class WindowExtensions + { + public static T Invoke(this IWindow window, Func t) + { + return (T) window.Invoke(t); + } + + public static void Invoke(this IWindow window, Action t) + { + window.Invoke(t); + } + } +} diff --git a/src/Windowing/Silk.NET.Windowing.Common/WindowOptions.cs b/src/Windowing/Silk.NET.Windowing.Common/WindowOptions.cs index 946818767f..3c0349cc6b 100644 --- a/src/Windowing/Silk.NET.Windowing.Common/WindowOptions.cs +++ b/src/Windowing/Silk.NET.Windowing.Common/WindowOptions.cs @@ -73,7 +73,7 @@ public WindowOptions(bool isVisible, bool useSingleThreadedWindow, Point positio /// /// Convinience wrapper around creating a new WindowProperties with the default values. /// - public static WindowOptions Default { get; } = new WindowOptions(true, true, new Point(-1, -1), + public static WindowOptions Default { get; } = new WindowOptions(true, true, new Point(50, 50), new Size(1280, 720), 0.0, 0.0, GraphicsAPI.Default, "Silk.NET Window", WindowState.Normal, WindowBorder.Resizable, VSyncMode.On, 5); } diff --git a/src/Windowing/Silk.NET.Windowing.Desktop/GlfwPlatform.cs b/src/Windowing/Silk.NET.Windowing.Desktop/GlfwPlatform.cs index 452cf6aa18..6d3b3be454 100644 --- a/src/Windowing/Silk.NET.Windowing.Desktop/GlfwPlatform.cs +++ b/src/Windowing/Silk.NET.Windowing.Desktop/GlfwPlatform.cs @@ -3,7 +3,6 @@ // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. -using System.IO; using Silk.NET.GLFW; using Silk.NET.Windowing.Common; @@ -22,7 +21,7 @@ public bool IsApplicable try { Glfw.GetAPI(); // activate the class so we can determine if we can activate the class } - catch (FileNotFoundException) { + catch { return false; } diff --git a/src/Windowing/Silk.NET.Windowing.Desktop/GlfwWindow.cs b/src/Windowing/Silk.NET.Windowing.Desktop/GlfwWindow.cs index ae125c6dca..4b833767c5 100644 --- a/src/Windowing/Silk.NET.Windowing.Desktop/GlfwWindow.cs +++ b/src/Windowing/Silk.NET.Windowing.Desktop/GlfwWindow.cs @@ -4,10 +4,12 @@ // of the MIT license. See the LICENSE file for details. using System; +using System.Collections.Concurrent; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System.Threading; +using System.Threading.Tasks; using Silk.NET.GLFW; using Silk.NET.Windowing.Common; using Ultz.Dispatcher; @@ -50,9 +52,9 @@ public class GlfwWindow : IWindow private Stopwatch renderStopwatch; private Stopwatch updateStopwatch; - // Dispatcher for the update and render threads - private Dispatcher UpdateDispatcher; - private Dispatcher RenderDispatcher; + // Invoke method variables + private ConcurrentQueue InvokeQueue; + private int MainThread = -1; // Update and render period. Represents the time in seconds that each frame should take. private double updatePeriod; @@ -125,8 +127,11 @@ public GlfwWindow(WindowOptions options) // Create window WindowPtr = glfw.CreateWindow(_size.Width, _size.Height, _title, null, null); }); + + InvokeQueue = new ConcurrentQueue(); + MainThread = Thread.CurrentThread.ManagedThreadId; - MakeCurrent(); + glfw.MakeContextCurrent(WindowPtr); FramesPerSecond = options.FramesPerSecond; UpdatesPerSecond = options.UpdatesPerSecond; @@ -135,8 +140,7 @@ public GlfwWindow(WindowOptions options) Position = options.Position; VSync = options.VSync; RunningSlowTolerance = options.RunningSlowTolerance; - - InitializeCallbacks(); + UseSingleThreadedWindow = options.UseSingleThreadedWindow; } } @@ -339,39 +343,61 @@ public VSyncMode VSync get => _vSync; set { - switch (value) { - case VSyncMode.Off: - glfw.SwapInterval(0); - break; - - case VSyncMode.On: - glfw.SwapInterval(1); - break; - - default: - glfw.SwapInterval(IsRunningSlowly ? 0 : 1); - break; - } + this.Invoke + ( + () => + { + switch (value) + { + case VSyncMode.Off: + glfw.SwapInterval(0); + break; + + case VSyncMode.On: + glfw.SwapInterval(1); + break; + + default: + glfw.SwapInterval(IsRunningSlowly ? 0 : 1); + break; + } - _vSync = value; + _vSync = value; + } + ); } } /// public object Invoke(Delegate d) { - return glfwThread.Invoke(d); + return Invoke(d, new object[0]); } /// public object Invoke(Delegate d, params object[] args) { - return glfwThread.Invoke(d, args); + if (UseSingleThreadedWindow || Thread.CurrentThread.ManagedThreadId == MainThread) + { + return d.DynamicInvoke(args); + } + + var task = new Task(() => d.DynamicInvoke(args)); + InvokeQueue.Enqueue(task); + SpinWait.SpinUntil(() => task.IsCompleted); + return task.Result; } /// - public void Run() + public unsafe void Run() { + if (glfw.GetCurrentContext() != WindowPtr) + { + glfw.MakeContextCurrent(WindowPtr); + } + + InitializeCallbacks(); + // Run OnLoad. OnLoad?.Invoke(); @@ -381,28 +407,36 @@ public void Run() renderStopwatch = new Stopwatch(); updateStopwatch = new Stopwatch(); - UpdateDispatcher = new Dispatcher(); - RenderDispatcher = new Dispatcher(); + MainThread = Thread.CurrentThread.ManagedThreadId; // Start the update loop. - unsafe { - while (!glfw.WindowShouldClose(WindowPtr)) { - ProcessEvents(); + while (!glfw.WindowShouldClose(WindowPtr)) + { + ProcessEvents(); - if (UseSingleThreadedWindow) { - RaiseUpdateFrame(); - RaiseRenderFrame(); - } - else { - UpdateDispatcher.Invoke(RaiseUpdateFrame); - RenderDispatcher.Invoke(RaiseRenderFrame); + if (UseSingleThreadedWindow) { + RaiseUpdateFrame(); + RaiseRenderFrame(); + } + else { + // Raise UpdateFrame, but don't await it yet. + var task = Task.Run(RaiseUpdateFrame); + + // Loop while we're still updating - the Update thread might be calling the main thread + while (!task.IsCompleted) + { + if (!InvokeQueue.IsEmpty && InvokeQueue.TryDequeue(out var invokeCall)) + { + invokeCall.GetAwaiter().GetResult(); + } } - if (VSync == VSyncMode.Adaptive) { - glfw.SwapInterval(IsRunningSlowly ? 0 : 1); - } + // Raise render. + RaiseRenderFrame(); + } - SwapBuffers(); + if (VSync == VSyncMode.Adaptive) { + glfw.SwapInterval(IsRunningSlowly ? 0 : 1); } } } @@ -429,14 +463,6 @@ public void SwapBuffers() } } - /// - public void MakeCurrent() - { - unsafe { - glfw.MakeContextCurrent(WindowPtr); - } - } - /// public Point PointToClient(Point point) { @@ -525,6 +551,11 @@ private void RaiseRenderFrame() var delta = renderStopwatch.Elapsed.TotalSeconds; OnRender?.Invoke(delta); renderStopwatch.Restart(); + + // This has to be called on the thread with the graphics context + if (VSync == VSyncMode.Adaptive) { + glfw.SwapInterval(IsRunningSlowly ? 0 : 1); + } } ///