diff --git a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/CommandBufferStructureType.gen.cs b/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/CommandBufferStructureType.gen.cs
deleted file mode 100644
index 28aed00600..0000000000
--- a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/CommandBufferStructureType.gen.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using Silk.NET.Core.Attributes;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenCL.Extensions.KHR
-{
- [NativeName("Name", "cl_command_buffer_structure_type_khr")]
- public enum CommandBufferStructureType : int
- {
- [NativeName("Name", "CL_STRUCTURE_TYPE_MUTABLE_BASE_CONFIG_KHR")]
- BaseConfig = 0x0,
- [NativeName("Name", "CL_STRUCTURE_TYPE_MUTABLE_DISPATCH_CONFIG_KHR")]
- DispatchConfig = 0x1,
- }
-}
diff --git a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/NdrangeKernelCommandProperties.gen.cs b/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/NdrangeKernelCommandProperties.gen.cs
deleted file mode 100644
index dd6ed7b247..0000000000
--- a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Enums/NdrangeKernelCommandProperties.gen.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using Silk.NET.Core.Attributes;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenCL.Extensions.KHR
-{
- [NativeName("Name", "cl_ndrange_kernel_command_properties_khr")]
- public enum NdrangeKernelCommandProperties : ulong
- {
- [NativeName("Name", "CL_MUTABLE_DISPATCH_UPDATABLE_FIELDS_KHR")]
- UpdatableFields = 0x12B1,
- [NativeName("Name", "CL_MUTABLE_DISPATCH_ASSERTS_KHR")]
- Asserts = 0x12B8,
- }
-}
diff --git a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Structs/MutableBaseConfigKhr.gen.cs b/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Structs/MutableBaseConfigKhr.gen.cs
deleted file mode 100644
index 04562a281c..0000000000
--- a/src/OpenCL/Extensions/Silk.NET.OpenCL.Extensions.KHR/Structs/MutableBaseConfigKhr.gen.cs
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using System.Runtime.InteropServices;
-using System.Runtime.CompilerServices;
-using System.Text;
-using Silk.NET.Core;
-using Silk.NET.Core.Native;
-using Silk.NET.Core.Attributes;
-using Silk.NET.Core.Contexts;
-using Silk.NET.Core.Loader;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenCL.Extensions.KHR
-{
- [NativeName("Name", "cl_mutable_base_config_khr")]
- public unsafe partial struct MutableBaseConfigKhr
- {
- public MutableBaseConfigKhr
- (
- CommandBufferStructureType? type = null,
- void* next = null,
- uint? numMutableDispatch = null,
- MutableDispatchConfigKhr* mutableDispatchList = null
- ) : this()
- {
- if (type is not null)
- {
- Type = type.Value;
- }
-
- if (next is not null)
- {
- Next = next;
- }
-
- if (numMutableDispatch is not null)
- {
- NumMutableDispatch = numMutableDispatch.Value;
- }
-
- if (mutableDispatchList is not null)
- {
- MutableDispatchList = mutableDispatchList;
- }
- }
-
-///
- [NativeName("Type", "cl_command_buffer_structure_type_khr")]
- [NativeName("Type.Name", "cl_command_buffer_structure_type_khr")]
- [NativeName("Name", "type")]
- public CommandBufferStructureType Type;
-///
- [NativeName("Type", "void*")]
- [NativeName("Type.Name", "void")]
- [NativeName("Name", "next")]
- public void* Next;
-///
- [NativeName("Type", "cl_uint")]
- [NativeName("Type.Name", "cl_uint")]
- [NativeName("Name", "num_mutable_dispatch")]
- public uint NumMutableDispatch;
-///
- [NativeName("Type", "cl_mutable_dispatch_config_khr*")]
- [NativeName("Type.Name", "cl_mutable_dispatch_config_khr")]
- [NativeName("Name", "mutable_dispatch_list")]
- public MutableDispatchConfigKhr* MutableDispatchList;
- }
-}
diff --git a/src/OpenGL/Silk.NET.OpenGL.Legacy/Enums/TextureParameter.gen.cs b/src/OpenGL/Silk.NET.OpenGL.Legacy/Enums/TextureParameter.gen.cs
deleted file mode 100644
index af26779864..0000000000
--- a/src/OpenGL/Silk.NET.OpenGL.Legacy/Enums/TextureParameter.gen.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using Silk.NET.Core.Attributes;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenGL.Legacy
-{
- [NativeName("Name", "TextureParameter")]
- public enum TextureParameter : int
- {
- [Obsolete("Deprecated in favour of \"YDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- TextureYDegammaQCom = 0x9710,
- [Obsolete("Deprecated in favour of \"CbcrDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- TextureCbcrDegammaQCom = 0x9711,
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- YDegammaQCom = 0x9710,
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- CbcrDegammaQCom = 0x9711,
- }
-}
diff --git a/src/OpenGL/Silk.NET.OpenGL/Enums/TextureParameter.gen.cs b/src/OpenGL/Silk.NET.OpenGL/Enums/TextureParameter.gen.cs
deleted file mode 100644
index 14e3d8730f..0000000000
--- a/src/OpenGL/Silk.NET.OpenGL/Enums/TextureParameter.gen.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using Silk.NET.Core.Attributes;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenGL
-{
- [NativeName("Name", "TextureParameter")]
- public enum TextureParameter : int
- {
- [Obsolete("Deprecated in favour of \"YDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- TextureYDegammaQCom = 0x9710,
- [Obsolete("Deprecated in favour of \"CbcrDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- TextureCbcrDegammaQCom = 0x9711,
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- YDegammaQCom = 0x9710,
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- CbcrDegammaQCom = 0x9711,
- }
-}
diff --git a/src/OpenGL/Silk.NET.OpenGLES/Enums/TextureParameter.gen.cs b/src/OpenGL/Silk.NET.OpenGLES/Enums/TextureParameter.gen.cs
deleted file mode 100644
index 1e1579df61..0000000000
--- a/src/OpenGL/Silk.NET.OpenGLES/Enums/TextureParameter.gen.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-
-using System;
-using Silk.NET.Core.Attributes;
-
-#pragma warning disable 1591
-
-namespace Silk.NET.OpenGLES
-{
- [NativeName("Name", "TextureParameter")]
- public enum TextureParameter : int
- {
- [Obsolete("Deprecated in favour of \"YDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- TextureYDegammaQCom = 0x9710,
- [Obsolete("Deprecated in favour of \"CbcrDegammaQCom\"")]
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- TextureCbcrDegammaQCom = 0x9711,
- [NativeName("Name", "GL_TEXTURE_Y_DEGAMMA_QCOM")]
- YDegammaQCom = 0x9710,
- [NativeName("Name", "GL_TEXTURE_CBCR_DEGAMMA_QCOM")]
- CbcrDegammaQCom = 0x9711,
- }
-}